purpledawn
Programmer
I have installed Apache 2.0.47 on Windows 2000 Server. The machine doesn't have a server name registered to the internet (it is a development server), but I can ping it from another computer.
After installation, the Apache2 service has not started, and I chose the option to install Apache as a service on port 80 for all users. When I try to start the service, it doesn't start, and I get the following message in the error log. The O/S message says the service didn't return an error message.
Does anyone know how to fix this problem?
After installation, the Apache2 service has not started, and I chose the option to install Apache as a service on port 80 for all users. When I try to start the service, it doesn't start, and I get the following message in the error log. The O/S message says the service didn't return an error message.
Code:
[Tue Aug 05 14:22:40 2003] [notice] Parent: Created child process 1252
[Tue Aug 05 14:22:40 2003] [notice] Child 1252: Child process is running
[Tue Aug 05 14:22:40 2003] [notice] Child 1252: Acquired the start mutex.
[Tue Aug 05 14:22:40 2003] [notice] Child 1252: Starting 250 worker threads.
[Tue Aug 05 14:22:40 2003] [crit] (OS 31)A device attached to the system is not functioning. : Child 1252: _beginthreadex failed. Unable to create all worker threads. Created 163 of the 250 threads requested with the ThreadsPerChild configuration directive.
[Tue Aug 05 14:22:41 2003] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 05 14:22:41 2003] [notice] Child 1252: Released the start mutex
[Tue Aug 05 14:22:42 2003] [notice] Child 1252: Waiting for 163 worker threads to exit.
[Tue Aug 05 14:22:42 2003] [notice] Child 1252: All worker threads have exited.
[Tue Aug 05 14:22:42 2003] [notice] Child 1252: Child process is exiting
[Tue Aug 05 14:22:42 2003] [notice] Parent: Child process exited successfully.
Does anyone know how to fix this problem?