Click to See Complete Forum and Search --> : php, apache, mysql, freeBSD


Anon
02-02-2002, 10:24 AM
i installed php statically into apache 1.3.22. so when i run http -l i get the mod_php4 listed. however the webserver is not parsing my scripts. i added the AddType . .. .php line to my httpd.conf. but something is wrong. i assume i dont need a AddModule line, since i installed it statically. what am i missing?

Anon
02-02-2002, 04:26 PM
Try to add this to your httpd.conf
For me it did the trick.

Addmodule mod_php4.c

Anon
02-04-2002, 01:18 AM
thanx a lot man. this worked. you wouldn't by any chance be yves cadet? i went to high school with an yves cadet.

Anon
07-02-2002, 12:43 PM
Thank you so much yves! I've been hammering at this for several hours - even doing a compile of PHP with no options! Thanks again!

--ks