"(995)Unknown error" when "LoadModule php4_mo

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
galex9
Forum Newbie
Posts: 3
Joined: Sun Mar 14, 2004 11:41 am

"(995)Unknown error" when "LoadModule php4_mo

Post by galex9 »

Hi guys,

when "LoadModule php4_module D:/Apache2/PHP/sapi/php4apache2.dll" was added to httpd.conf I start getting Apache server errors: "(995)Unknown error: winnt_accept: Asynchronous AcceptEx failed."

Any ideas?

Thanks for any help.

Galex.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

What versions of PHP and Apache ?
galex9
Forum Newbie
Posts: 3
Joined: Sun Mar 14, 2004 11:41 am

Post by galex9 »

Apache - 2.0.39
PHP - 4.3.4
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Do you have a firewall or virus scan program running? Might be worth disabling them temporarily just to see if that's the problem.
galex9
Forum Newbie
Posts: 3
Joined: Sun Mar 14, 2004 11:41 am

Post by galex9 »

Disabled AV, but it did not help.
-------------------------------------
Maybe this could be of any help:

Here is a message from Event Viewer:
"The Apache service named reported the following error:
>>> Cannot load D:/Apache2/PHP/sapi/php4apache2.dll into server: The specified procedure could not be found."

Checked the path to be correct, dll is present.
There is an additional space after "named", maybe it is missing the service name.
Post Reply