Re: [us...@httpd] Apache displaying directories

2010-08-19 Thread Darryle Steplight
You need to set a list of default files for apache to display. In most cases it's index.html, index.htm index.php etc. In your apache setting you need to have something like this "DirectoryIndex index.html index.htm index.php" On Thu, Aug 19, 2010 at 12:43 PM, Eric Covener wrote: >> I changed al

Re: [us...@httpd] Apache displaying directories

2010-08-19 Thread Eric Covener
> I changed all the "Options Indexes" to "Options -Indexes" in httpd.conf, > even removed them, yet Apache still displays my directories. > I tried adding the "Options -Indexes" to an .htaccess file, but > still with no luck. That directives controls directory indexes created by mod_autoindex, not

[us...@httpd] Apache displaying directories

2010-08-19 Thread Francois Hall
Hi, I have Apache/2.2.3 running on an Arch Linux box, currently hosting about 500 odd domains. When I browse to a specific domain such as: http://www.domian.co.za/files.php?l=../../../../../etc/passwd it displays the contents of the file /etc/passwd , as with any directory that I might request