folgende Apache 1.x Config
Code: Select all
NameVirtualHost 212.227.xxx.xxx
UseCanonicalName Off
LogFormat "%V %h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"" combined
ServerAdmin admin@domain.de
<VirtualHost 212.227.xxx.xxx>
DocumentRoot /home/noip
ErrorLog "|/usr/local/sbin/cronolog /home/logs/%Y-%m/domain.de/error.%d.log"
CustomLog "|/usr/local/sbin/cronolog /home/logs/%Y-%m/domain.de/access.%d.log" combined
</VirtualHost>
### domain.de
<VirtualHost 212.227.xxx.xxx>
ServerName domain.de
ServerAlias *.domain.de www.domain.de de.domain.de en.domain.de fr.domain.de
DocumentRoot /home/docs/domain.de/www/
CustomLog "|/usr/local/sbin/cronolog /home/logs/%Y-%m/domain.de/access.%d.log" combined
</VirtualHost>
im Pfad "/home/noip" ankomme, obwohl ja domain.de als ServerName
definiert ist. http://www.domain.de kommt wundebar im Domain-Verzeichnis
an.
Hat da jemand nen Vorschlag? Ich check es irgendwie nicht.