Php installed as a module in Apache

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
mariusdumitrache
Forum Newbie
Posts: 1
Joined: Thu Aug 07, 2003 2:45 pm
Location: Bucharest

Php installed as a module in Apache

Post 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.
Post Reply