Apache httpd2.0.39 and PHP need help

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
liderbug
Forum Newbie
Posts: 19
Joined: Tue Jul 23, 2002 2:18 pm

Apache httpd2.0.39 and PHP need help

Post by liderbug »

I trying to upgrade to Apache 2.0.39 Every thing works find - except how do I
get PHP to work? I found instruction to go get php.c from the php site. Ya, right.
And the INSTALL page with the L&G php talks about httpd 1.3.

Heeeeeelllllpppppppppppp

Tks

Chuck@liderbug.com
cctrax
Forum Commoner
Posts: 36
Joined: Thu Jul 11, 2002 9:05 pm
Location: United States
Contact:

Re: Apache httpd2.0.39 and PHP need help

Post by cctrax »

liderbug wrote:I trying to upgrade to Apache 2.0.39 Every thing works find - except how do I
get PHP to work?
just posted it...

http://liberty.dnsprotect.com/~devnetwo ... php?t=1758
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

the problem with 2.0.39 is that they changed the magic number by which a module has to identify itself as valid apache module
You may install php as cgi-executable or recompile the module
(or try the new php version)
Post Reply