Posted by Chris Coates on 12/12/05 04:27
Thank you for the suggestion. I tried it, but it did not help.
Any other ideas?
Thanks
"David Haynes" <david.haynes2@sympatico.ca> wrote in message
news:ISymf.13798$l1.4535@fe26.usenetserver.com...
> Chris Coates wrote:
>> I am installing a new application, on a Win 2K3 server. This app requires
>> php and Apache.
>> I installed Apache and it seemed to work, but the following was a
>> required configuration in the http.conf file.
>> LoadModule php5_module c:/php/php5apache2.dll
>>
>> If this line is in place the Apache service will not start. If I comment
>> it out it starts fine. Unfortunately it is needed in the configuration.
>> There are no errors in either the Windows Event log or the Apache error
>> log. The service just continues to try to start but never does.
>> I have uninstalled and reinstalled Apache. I double checked and the path
>> c:/php/php5apache2.dll is correct. I have refreshed the php5apache2.dll
>> with out success.
>>
>> Any useful suggestions are appreciated.
>>
>> Thank you
>>
>> ccoates@gfs.com
> Try this:
>
> LoadModule php5_module "C:\php\php5apache.dll"
>
> -david-
>
[Back to original message]
|