Re: [users@httpd] Strange Apache behavior

2015-07-22 Thread Tobias Adolph
Hi John, I think the described behaviour is normal. Apache makes a lookup whether it has a vhost with the requested hostname, if not it delivers the document root of the first vhost loaded which on Debian based systems (including Ubuntu) this conf file is 000-default (the files are loaded

[users@httpd] Strange Apache behavior

2015-07-21 Thread John Fisher GM
We're running Apache 2.2 on Debian 7 (Wheezy). We run approximately 24 vhosts, mostly small sites but also one large site. Some sites are Drupal, some are Wordpress and some are handcoded going back to 1995. Our structure generally is: /home /home/mysite-1/public_html/index.html

Re: [users@httpd] Strange Apache behavior

2015-07-21 Thread Mike Rumph
Hello John, The directory listing display is due to the Options Indexes directive. - http://httpd.apache.org/docs/2.2/mod/core.html#options | Indexes| If a URL which maps to a directory is requested and there is no |DirectoryIndex