hotti: Apache ServerName/Alias für 2nd Level funktioniert nicht

Beitrag lesen

hi,

Ich habe schon tausende mal Apache komplett mit settings entfernt und neu installiert. Hat vielleicht jemand eine Idee?

Ich hab hier auch einen Apache2, da geht das so:

NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
DocumentRoot g:/home/ich/html
ScriptAlias /cgi-bin/ g:/home/ich/html/cgi-bin/
ServerName ich
</VirtualHost>

<VirtualHost 127.0.0.1>
DocumentRoot g:/home/sub.ich/html
ScriptAlias /cgi-bin/ g:/home/sub.ich/html/cgi-bin/
ServerName sub.ich
</VirtualHost>

und die Namen in der Datei 'hosts' nicht vergessen.
127.0.0.1 localhost ich sub.ich bruno banane

Hotte

--
Wenn der Kommentar nicht zum Code passt, kann auch der Code falsch sein.