G'day folks
I have got a new install of Apache set up but cannot get it to run with the PHP module. I have added these lines into httpd.conf as instructed in php.ini.:
However Apache will not start (it gives me a detail-less oh-crap message when I try to start the service). If I comment out the LoadModule line it works. The DLL location is valid and it is a freshly downloaded PHP 5.1.4 binary.Code:LoadModule php5_module "C:/php5/php5apache2.dll" # ... <IfModule php5_module> AddType application/x-httpd-php .php PHPIniDir "C:/php5" </IfModule>
Apache is 2.2.3
Any thoughts?
- P




Reply With Quote