"Jobarr"  wrote
> Ok....I REALLY want to use Apache 2 and PHP, but it just won't work. I
> complied both myself with VC++ 6.0 and I get this error when I try to just
> to phpinfo()


Here's the log file from apache on level "debug".
All that is done is I open phpinfo.php, it loads fine, then I it reload and
then apache crashes and then I quit it:

[Fri Feb 22 11:45:21 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(512): Parent: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:21 2002] [info] Parent: Created child process 868
[Fri Feb 22 11:45:21 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1382): Parent: Sent the
scoreboard to the child
[Fri Feb 22 11:45:21 2002] [info] Child 868: Child process is running
[Fri Feb 22 11:45:21 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(588): Child 868: Retrieved
our scoreboard from the parent.
[Fri Feb 22 11:45:22 2002] [info] Parent: Duplicating socket 104 and sending
it to child process 868
[Fri Feb 22 11:45:22 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1422): Parent: Sent 1
listeners to child 868
[Fri Feb 22 11:45:22 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(638): Child 868: retrieved
1 listeners from parent
[Fri Feb 22 11:45:22 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(515): Child 868: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:22 2002] [info] Child 868: Acquired the start mutex.
[Fri Feb 22 11:45:22 2002] [info] Child 868: Starting 250 worker threads.
[Fri Feb 22 11:45:28 2002] [info] Parent: child process exited with status
3221225477 -- Restarting.
[Fri Feb 22 11:45:28 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(512): Parent: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:28 2002] [info] Parent: Created child process 1480
[Fri Feb 22 11:45:28 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1382): Parent: Sent the
scoreboard to the child
[Fri Feb 22 11:45:29 2002] [info] Child 1480: Child process is running
[Fri Feb 22 11:45:29 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(588): Child 1480: Retrieved
our scoreboard from the parent.
[Fri Feb 22 11:45:29 2002] [info] Parent: Duplicating socket 136 and sending
it to child process 1480
[Fri Feb 22 11:45:29 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1422): Parent: Sent 1
listeners to child 1480
[Fri Feb 22 11:45:29 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(638): Child 1480: retrieved
1 listeners from parent
[Fri Feb 22 11:45:29 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(515): Child 1480: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:30 2002] [error] (20525)Error string not specified yet:
Child 1480: Failed to acquire the start_mutex. Process will exit.
[Fri Feb 22 11:45:30 2002] [info] Parent: child process exited with status
3 -- Aborting.
[Fri Feb 22 11:45:30 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(512): Parent: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:30 2002] [info] Parent: Created child process 2680
[Fri Feb 22 11:45:30 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1382): Parent: Sent the
scoreboard to the child
[Fri Feb 22 11:45:30 2002] [info] Child 2680: Child process is running
[Fri Feb 22 11:45:30 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(588): Child 2680: Retrieved
our scoreboard from the parent.
[Fri Feb 22 11:45:31 2002] [info] Parent: Duplicating socket 144 and sending
it to child process 2680
[Fri Feb 22 11:45:31 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(1422): Parent: Sent 1
listeners to child 2680
[Fri Feb 22 11:45:31 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(638): Child 2680: retrieved
1 listeners from parent
[Fri Feb 22 11:45:31 2002] [info] Parent: Received shutdown signal --
Shutting down the server.
[Fri Feb 22 11:45:31 2002] [debug]
D:\source\httpd-2.0\server\mpm\winnt\mpm_winnt.c(515): Child 2680: Marked
listeners as not inheritable.
[Fri Feb 22 11:45:31 2002] [error] (20525)Error string not specified yet:
Child 2680: Failed to acquire the start_mutex. Process will exit.
[Fri Feb 22 11:45:31 2002] [info] Parent: Child process 224 exited
successfully.
[Fri Feb 22 11:45:31 2002] [info] removed PID file D:/Apache2/logs/httpd.pid
(pid=2404)


Any ideas?



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to