|
Posted by David Haynes on 12/10/05 13:21
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-
Navigation:
[Reply to this message]
|