Ich habe mal testweise folgenden Eintrag (kursiv makiert) in meine externe Konfigurationsdatei für die httpd.conf hinzugefügt, um zu erreichen, dass wenn ich die IP mit dem besagten Port aufrufe, ein neuer virtueller Host angezeigt wird…
ServerAdmin XXX
DocumentRoot /www/wwwdata/schoenland187/htdocs
ServerName XXX
DirectoryIndex index.php
ErrorLog /www/wwwlog/schoenland187/errors
TransferLog /dev/null
CustomLog /www/wwwlog/schoenland187/access combined
ScriptAlias /cgi-bin /www/wwwdata/schoenland187/htdocs/cgi-bin
Options ExecCGI Indexes FollowSymLinks
order allow,deny
allow from all
_ServerAdmin XXX
DocumentRoot /www/wwwdata/schoenland187/htdocs/neu/
ServerName XXX
DirectoryIndex index.php
ErrorLog /www/wwwlog/schoenland187/errors
TransferLog /dev/null
CustomLog /www/wwwlog/schoenland187/access combined
ScriptAlias /cgi-bin /www/wwwdata/schoenland187/htdocs/cgi-bin
Options ExecCGI Indexes FollowSymLinks
order allow,deny
allow from all_
Dann habe ich den Apache gerestartet, trotzdem nimmt es keinen Effekt. Kann mir jemand helfen?
Gruß
Daniel