i now using apache as web server. i want to disable directory browsing for my website. how can i do for that? although i saw many articles, ways from google, when i applied, it does nothing. so, plz help me
regards,
diable directory browsing
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
I use the security infrastructure of my filesystem. The webserver runs as nobody:services so she ends up in my other group and i simply don't give that group the rights to read my directory contents.
I've found it a major pita to maintain access rights when i'm constantly uploading files, etc... So i have written a chmoder.txt script that takes care of it for me (lazy as i am :p)
I've found it a major pita to maintain access rights when i'm constantly uploading files, etc... So i have written a chmoder.txt script that takes care of it for me (lazy as i am :p)