I am trying to change my EasyPHP to run in CGI mode.
From this link: http://www.easyvitools.com/phpserial/php_ser_reference.html
I have to add to this line: LoadModule php5_module "C: / Program Files / EasyPHP 2.0b1 / php5 / php5apache2.dll" in httpd.conf
However, every time I do this, EasyPHP gives me this error:
Error in Apache configuration file:
"apache.exe: syntax error on line 126 of .... / apache / conf / httpd.conf. API modular structure" php5_module "to file C: .... / php5 / php5apache2.dll distorted - maybe it's not APache DSO module? " "
I checked that the php5apache2.dll file exists and that it is correct in the configuration file. Does anyone know what might cause this problem, or am I doing something wrong to change it in CGI mode instead of using the default APache handler?
Mike
source
share