Localhost wird nicht gefunden

Ne also sorry, das hilft mir jetzt nicht. Ich weiß das man dieses blöde TSW einfach installiert und dann läuft es. Nur heute bei mir irgendwie nicht. Liegts an der Firewall oder so? Ich weiß es nicht
 
Ich denke nicht, dass es an der Firewall liegt, dass der Apache nicht starten kann.
Wie gesagt, Logfiles waeren nicht schlecht.
Liest Du eigentlich was ich schreibe :suspekt:
 
Ja aber welche LogFiles soll ich mir angucken? Wonach soll ich suchen. Das weiß ich eben nicht. Du musst mir das bitte etwas genauer beschriben
 
Der Apache erstellt in der Regel zumindest ein Access-Log und ein Error-Log.
Das Access-Log bringt Dir in diesem Fall nichts, da er ja nicht startet.
Da es sich ja um einen Fehler (engl. Error) handelt duerfte ein Blick in's Error-Log hilfreich sein.
Falls Du dann damit selbst nicht weiterkommst poste es einfach mal.
 
Ok, ich muß den Inhalt wirklich mal posten:

[Sun Apr 17 16:02:06 2005] [notice] mod_python: Creating 32 session mutexes based on 0 max processes and 50 max threads.
[Sun Apr 17 16:02:06 2005] [notice] Parent: Created child process 588
[Sun Apr 17 16:02:08 2005] [notice] mod_python: Creating 32 session mutexes based on 0 max processes and 50 max threads.
[Sun Apr 17 16:02:09 2005] [notice] Child 588: Child process is running
[Sun Apr 17 16:02:09 2005] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Apr 17 16:02:09 2005] [notice] Child 588: Acquired the start mutex.
[Sun Apr 17 16:02:09 2005] [notice] Child 588: Starting 50 worker threads.
[Sun Apr 17 16:02:09 2005] [notice] Child 588: Exit event signaled. Child process is ending.
[Sun Apr 17 16:02:10 2005] [notice] Child 588: Released the start mutex
[Sun Apr 17 16:02:11 2005] [notice] Child 588: Waiting for 50 worker threads to exit.
[Sun Apr 17 16:02:11 2005] [notice] Child 588: All worker threads have exited.
[Sun Apr 17 16:02:11 2005] [notice] Child 588: Child process is exiting
[Sun Apr 17 16:02:11 2005] [notice] Parent: Child process exited successfully.
[Sun Apr 17 16:13:35 2005] [notice] mod_python: Creating 32 session mutexes based on 0 max processes and 50 max threads.
[Sun Apr 17 16:13:35 2005] [notice] Parent: Created child process 3788
[Sun Apr 17 16:13:38 2005] [notice] mod_python: Creating 32 session mutexes based on 0 max processes and 50 max threads.
[Sun Apr 17 16:13:38 2005] [notice] Child 3788: Child process is running
[Sun Apr 17 16:13:38 2005] [notice] Child 3788: Acquired the start mutex.
[Sun Apr 17 16:13:38 2005] [notice] Child 3788: Starting 50 worker threads.
[Sun Apr 17 16:15:15 2005] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Apr 17 16:15:15 2005] [notice] Child 3788: Exit event signaled. Child process is ending.
[Sun Apr 17 16:15:16 2005] [notice] Child 3788: Released the start mutex
[Sun Apr 17 16:15:17 2005] [notice] Child 3788: Waiting for 50 worker threads to exit.
[Sun Apr 17 16:15:17 2005] [notice] Child 3788: All worker threads have exited.
[Sun Apr 17 16:15:17 2005] [notice] Child 3788: Child process is exiting
[Sun Apr 17 16:15:17 2005] [notice] Parent: Child process exited successfully.

Und im Ordner SSl gibts auch noch error.log:

[Sun Apr 17 16:02:05 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:02:06 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:02:07 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:02:08 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:13:34 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:13:35 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:13:36 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Apr 17 16:13:38 2005] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
 
Hmm, was genaues kann ich Dir anhand dessen auch nicht sagen, aber moeglicherweise hat es mit Python zu tun.
Deaktivier in der Konfiguration vom Apache mal mod_python und guck ob er dann startet.
 
Zurück