Saturday, December 29, 2007

PHP5, Apache2, and problems.

I'm REALLY late to the php5 party, so I had a typical issue with php5/Apache20 on FreeBSD or whatever. (PHP wants to download itself in browsers)

I *KNOW* I've got libphp5.so and all that set up.

Oh, yeah. I'm also running WebGUI. I have PerlHandler or SetHandler Perl running everything.

Problem is, PerlHandler/SetHandler perl doesn't play well with PHP, even with the config that is listed everywhere.

Serious? Anything that the php needs to control had to be

<Location /MyPathforThingsPhp>
SetHandler None
</Location>


And it works. grrr. hours and hours and simple... Well, now I know.

No comments:

Blog Archive