php with apache on win xp

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
bobby
Forum Commoner
Posts: 27
Joined: Sat Oct 04, 2003 4:00 pm
Location: usa
Contact:

php with apache on win xp

Post by bobby »

Hi sorry to be pain guys,

But i have installed apacher version 2 with php 4.3.2 on xp professional edition at the momment when i look at test.php it syas that i have php installed as CGI/FastCGI however i would like to try and change this to have php as an apache module.

Can anybody help me do this or direct me please

many thanks

Bobby
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

did you download the installer or zip version of php?
if the latter start by reading http://php.net/manual/en/install.apache ... e2.windows
First undo the cgi-installation by removing the lines mentioned in Example 3-7
then proceed.
bobby
Forum Commoner
Posts: 27
Joined: Sat Oct 04, 2003 4:00 pm
Location: usa
Contact:

Post by bobby »

Hi thanks for the link.... u pointed me in the right direction.


it works a treat

you are the php guru

thanks again
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

if you find this amazing, perpare for more wonders to come ;)
Post Reply