Supportnet / Forum / Linux
Fehler beim aufruf meiner Internetseite (Apache)
Frage
Hallo,
bekomme mit lynx localhost das da:
Looking up localhost first.
Looking up localhost.
Making HTTP connection to localhost.
Sending HTTP request.
HTTP request sent; waiting for response.
HTTP/1.1 200 OK
lynx: Cant access startfile http://localhost/
hat jemand ne ahnung was das soll ?
danke
Antwort 1 von 4strings
sieht so aus als ob die /etc/apache/httpd.conf nicht richtig konfiguriert ist
1. DocumentRoot "/var/www/htdocs"
2. <IfModule mod_dir.c>
DirectoryIndex INDEX.HTM index.html index.htm default.html default.htm Index.htm
</IfModule>
3. Dann muss noch im Verzeichniss /var/www/htdocs eine index.html vorhanden sein.
lg
4strings
1. DocumentRoot "/var/www/htdocs"
2. <IfModule mod_dir.c>
DirectoryIndex INDEX.HTM index.html index.htm default.html default.htm Index.htm
</IfModule>
3. Dann muss noch im Verzeichniss /var/www/htdocs eine index.html vorhanden sein.
lg
4strings

