Am Freitag, 24. Februar 2006 14:52 schrieb Carsten Henkel:
das error.log der domain vom webserver zu dem zeitpunkt des auftretens.
was sagt "ls -lisa /opt/lampp/htdocs" ?
ls -lisa /opt/lampp/htdocs total 6 2090789 0 drwxr-xr-x 4 nobody nogroup 136 Dec 1 14:08 . 1120500 1 drwxr-xr-x 19 root root 528 Jan 8 12:07 .. 2090899 4 -rwxr-xr-x 1 nobody nogroup 163 Oct 31 2003 index.html 2090900 0 drwxr-xr-x 2 nobody nogroup 80 Feb 24 13:14 webalizer 2090790 2 drwxr-xr-x 6 nobody nogroup 1632 Feb 24 13:14 xampp
hier mal eine virtualconf von mir. läuft mit apache2
<VirtualHost casi.to:80> ServerAdmin carsten@casi.to ServerName casi.to ServerAlias www.casi.to DocumentRoot /home/casi/web/www/casi.to ErrorLog /home/casi/web/log/casi.to.error.log CustomLog /home/casi/web/log/casi.to.acces.log combined HostnameLookups Off UseCanonicalName Off ServerSignature On <Directory "/home/casi/web/www/casi.to"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost>
Die heißt hier httpd-vhosts.conf, wird aber nicht ausgeführt, weil sie in der httpd.conf auskommentiert ist. [...] # Virtual hosts #Include etc/extra/httpd-vhosts.conf [...] Auszug httpd-vhosts.conf: NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@ungarnurlaub.de DocumentRoot /srv/www/htdocs/vhosts/www.ungarnurlaub.de ServerName dummy-host.example.com ServerAlias www.dummy-host.example.com ErrorLog /var/log/xampp/www.ungarnurlaub.de/error_log CustomLog /var/log/xampp/www.ungarnurlaub.de/access_log common </VirtualHost> Gruß Martin