Page 1 of 1

Php installed as a module in Apache

Posted: Thu Aug 07, 2003 2:45 pm
by mariusdumitrache
Hi!
I have the following problem.
I have installed php(4.3.2 zip binary distribution) as module in Apache (1.3.28 ) web server.

The operating system is Windows 2000 Professional SP3. I followed the steps described in the install.txt file (I've moved the php4apache.dll from php\sapi in php directory, I've renamed php.ini-dist in php.ini and moved it in Winnt directory, I've added the three lines (LoadModule, AddModule, AddType lines) in the httpd.conf file of Apache and I've started the web server - no errors). The problem begins when I load a php file in the web browser. The server fails to send the php script to the php interpreter. I've checked again the conf file but all is ok.
Earlier this year I've installed the php on the same configuration and all was ok.
Please help me solve this problem.