I am facing a strange problem, it have append a minute ago on my Ubuntu 8.06 LTS. I have a few domain names, I request the domain name: www.domainname.com/booo.html As the result I see all the accounts listed: Name Last modified Size Description --------------------------------------- apache2-default/ 20-Nov-2004 20:16 - localhost/ 17-Jul-2008 00:30 - sharedip/ 16-Jul-2008 13:45 - web1/ 21-Nov-2008 11:33 - web2/ 12-Sep-2008 11:06 - web3/ 18-Aug-2008 13:51 - web4/ 15-Sep-2008 12:20 - web5/ 10-Oct-2008 10:50 - web6/ 12-Sep-2008 11:08 - web7/ 12-Sep-2008 11:08 - web8/ 12-Sep-2008 11:20 - web9/ 21-Nov-2008 11:45 - I thought that Indexes have stopped working, but they have not, it is worse, please see the error.log below, if I reuqest www.domain.com/booo.html [Fri Nov 21 11:50:30 2008] [error] [client 192.168.100.9] File does not exist: /var/www/booo.html This is wrong, virtual hosts are located at it's own individual folders but apache does not look for it in there. Emails are not working as well. HUH I was trying to explaine it at my best. Any help on this would be greatly appreciated. Richard
Please check your apache confuig file, at the end of the file there must be a include line for the file Vhost_ispconfig.conf
Hello, thanks for the reply, yest, is is there, this is the end of my apache2.conf: <Directory /var/www/*/cgi-bin> Options ExecCGI -Indexes AllowOverride None AllowOverride Indexes AuthConfig Limit FileInfo Order allow,deny Allow from all <Files ~ "^\.ht"> Deny from all </Files> </Directory> Include /etc/apache2/vhosts/Vhosts_ispconfig.conf
1) Are the vhosts that you want to reach listed in /etc/apache2/vhosts/Vhosts_ispconfig.conf ? 2) Are there copies of the file Vhosts_ispconfig.conf with a recent date appended in the same directory?
Yep, everything is in there -rw-r--r-- 1 root root 13211 2008-11-21 11:45 Vhosts_ispconfig.conf -rw-r--r-- 1 root root 13211 2008-11-21 11:45 Vhosts_ispconfig.conf~ -rw-r--r-- 1 root root 4928 2008-07-26 11:48 Vhosts_ispconfig.conf_26-07-08_11-48-34 and virtual domains are listed in the Vhosts_ispconfig.conf file TOP-UP Forgot to mention that that actual ISPConfig is working at URL:81/ but not the actual websites
Thanks to everyone for attempt to help me out I have found a problem, sorry I have overlooked the fact that ISPConfig had replaced the Vhosts_ispconfig.conf file LOL