Hanno: Was ist mit Python?

Beitrag lesen

Ich habe mod_perl runtergeladen (von apache.org). Da war er bei.

error.log:

[Mon Feb 16 20:13:20 2004] [notice] Parent: Created child process 772
[Mon Feb 16 20:13:45 2004] [notice] Child 772: Child process is running
[Mon Feb 16 20:13:45 2004] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 16 20:13:45 2004] [notice] Child 772: Acquired the start mutex.
[Mon Feb 16 20:13:45 2004] [notice] Child 772: Starting 250 worker threads.
[Mon Feb 16 20:13:45 2004] [notice] Child 772: Exit event signaled. Child process is ending.
[Mon Feb 16 20:13:47 2004] [notice] Child 772: Released the start mutex
[Mon Feb 16 20:13:48 2004] [notice] Child 772: Waiting for 250 worker threads to exit.
[Mon Feb 16 20:13:48 2004] [notice] Child 772: All worker threads have exited.
[Mon Feb 16 20:13:48 2004] [notice] Child 772: Child process is exiting
[Mon Feb 16 20:13:48 2004] [notice] Parent: Child process exited successfully.
[Mon Feb 16 20:14:38 2004] [notice] Parent: Created child process 2596
[Mon Feb 16 20:14:54 2004] [notice] Child 2596: Child process is running
[Mon Feb 16 20:14:54 2004] [notice] Child 2596: Acquired the start mutex.
[Mon Feb 16 20:14:54 2004] [notice] Child 2596: Starting 250 worker threads.
[Mon Feb 16 20:17:50 2004] [error] file error - header.html: not found D:/Apache2/template/printenv.html
[Mon Feb 16 20:18:13 2004] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 16 20:18:13 2004] [notice] Child 2596: Exit event signaled. Child process is ending.
[Mon Feb 16 20:18:14 2004] [notice] Child 2596: Released the start mutex
[Mon Feb 16 20:18:15 2004] [notice] Child 2596: Waiting for 250 worker threads to exit.
[Mon Feb 16 20:18:16 2004] [notice] Child 2596: All worker threads have exited.
[Mon Feb 16 20:18:16 2004] [notice] Child 2596: Child process is exiting
[Mon Feb 16 20:18:16 2004] [notice] Parent: Child process exited successfully.
[Mon Feb 16 20:20:51 2004] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Feb 16 20:21:27 2004] [notice] Parent: Created child process 3520
[Mon Feb 16 20:21:52 2004] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Feb 16 20:22:22 2004] [notice] Child 3520: Child process is running
[Mon Feb 16 20:22:22 2004] [notice] Child 3520: Acquired the start mutex.
[Mon Feb 16 20:22:22 2004] [notice] Child 3520: Starting 250 worker threads.
[Mon Feb 16 20:23:39 2004] [error] [client 127.0.0.1] (70014)End of file found: Failed to read cgi file D:/Apache2/cgi-bin/printenv.pl for testing
[Mon Feb 16 20:23:39 2004] [error] [client 127.0.0.1] (70014)End of file found: don't know how to spawn child process: D:/Apache2/cgi-bin/printenv.pl
[Mon Feb 16 20:24:46 2004] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 16 20:24:46 2004] [notice] Child 3520: Exit event signaled. Child process is ending.
[Mon Feb 16 20:24:48 2004] [notice] Child 3520: Released the start mutex
[Mon Feb 16 20:24:49 2004] [notice] Child 3520: Waiting for 250 worker threads to exit.
[Mon Feb 16 20:24:57 2004] [notice] Child 3520: All worker threads have exited.
[Mon Feb 16 20:24:57 2004] [notice] Child 3520: Child process is exiting
[Mon Feb 16 20:24:57 2004] [notice] Parent: Child process exited successfully.
[Mon Feb 16 20:25:56 2004] [notice] Parent: Created child process 3208
[Mon Feb 16 20:26:45 2004] [notice] Child 3208: Child process is running

Hi,

ich habe folgendes Problem: Ich habe den Apache 2.1 installiert.

Gibt's den schon? auf der Apache Homepage gibts nen 1.3.xx und nen 2.0.xx

Jedoch sitzte ich jetzt bereits seit 2 Stunden an Python... Habe Python (von python.org) und mod_python installiert.
[...]
Doch entweder er macht nur Müll (als html ausparsen) oder er bietet mir die Datei zum Download an.

Steht was im error.log?

cu,
Andreas