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
Martin Falley schrieb:
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 ..
dieses verzeichniss gehört bei mir auch noch dem user und nicht root.
Auszug httpd-vhosts.conf:
NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@ungarnurlaub.de DocumentRoot /srv/www/htdocs/vhosts/www.ungarnurlaub.de
eigetnlich sollte das /opt/lampp/htdocs sein
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>
ist die aktiv ? gruß --- ------------------------------------------------------------------- | www.WUNSCHRADIO.de ist Deutschlands interaktivstes Webradio | | mit der groessten Musikwunschdatenbank der Welt. Hier ist dein | | Wunsch Programm. Wir suchen auch Gesangstalente zur Foerderung! | | WUNSCHRADIO.de sofort hoeren: http://player.wunschradio.de | | Dein Musikwunsch mit Gruss : http://wunsch.wunschradio.de | | Die Hauptseite zum Radio : http://www.wunschradio.de | |-----------------------------------------------------------------| |WUNSCHRADIO.de - mehr Abwechslung / 192 kbps Stereo-CD-Qualitaet!| -------------------------------------------------------------------
Am Freitag, 24. Februar 2006 15:17 schrieb Carsten Henkel:
Martin Falley schrieb:
Am Freitag, 24. Februar 2006 14:52 schrieb Carsten Henkel:
das error.log der domain vom webserver zu dem zeitpunkt des auftretens.
?
Ich kann die error.log ja mal als gz-Datei schicken (38.5k)
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 ..
dieses verzeichniss gehört bei mir auch noch dem user und nicht root.
Auszug httpd-vhosts.conf:
NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@ungarnurlaub.de DocumentRoot /srv/www/htdocs/vhosts/www.ungarnurlaub.de
eigetnlich sollte das /opt/lampp/htdocs sein
Klar, habe ich aber meinen späteren Bedürfnissen angepasst, bzw. muß noch angepasst werden.
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>
ist die aktiv ?
Nein, die ist nicht aktiv Gruß Martin
participants (2)
-
Carsten Henkel
-
Martin Falley