ERRORS: Apache PHP4 instal on Apache2

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
terence
Forum Newbie
Posts: 21
Joined: Fri Jun 06, 2003 11:31 pm
Location: new york city

ERRORS: Apache PHP4 instal on Apache2

Post by terence »

Hey everyone,
When ever I try to run the simple phpinfo(); script to check that PHP4 was installed on Apache2 on [Windows XP Home] all I get is the source file(text rendering within the browser). It seems that PHP is not parsing the file. Apache works fine as I can tell from http://localhost

Perhaps the below info. wil be of some help (error log from Apahe2)
I can post my httpd.config file to if it helps!

I appreciate any help!!
Thank you!

[Sun Jun 08 09:25:47 2003] [notice] Parent: Received restart signal -- Restarting the server.
[Sun Jun 08 09:25:47 2003] [notice] Child 4796: Exit event signaled. Child process is ending.
[Sun Jun 08 09:25:47 2003] [notice] Parent: Created child process 4496
[Sun Jun 08 09:25:47 2003] [notice] Child 4496: Child process is running
[Sun Jun 08 09:25:48 2003] [notice] Child 4796: Released the start mutex
[Sun Jun 08 09:25:48 2003] [notice] Child 4496: Acquired the start mutex.
[Sun Jun 08 09:25:48 2003] [notice] Child 4496: Starting 250 worker threads.
[Sun Jun 08 09:25:49 2003] [notice] Child 4796: Waiting for 250 worker threads to exit.
[Sun Jun 08 09:25:49 2003] [notice] Child 4796: All worker threads have exited.
[Sun Jun 08 09:25:49 2003] [notice] Child 4796: Child process is exiting
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

the log snippet looks fine - just a normal apache startup (and shutdown).
Did you follow the instructions in install.txt if you downloaded the zip-distribution of php from http://php.net/download ?
Post Reply