On 8/25/06, Rusty <rusty at kuro5hin.org> wrote:
>
> You might try:
>
>   AddType application/x-httpd-php .php
>
> (assuming your php files are named [whatever].php) instead of the
> SetHandler. I would also put SetHandler default-handler in there so
> mod_perl doesn't try to run stuff. I checked the config of a site where
> PHP runs under scoop, and that's (mostly) how it's set up. The only
> other difference is that site runs the php through a proxy apache before
> requests even get to the scoop handling mod_perl apache. I don't know if
> that will make a difference or not, but my guess is the AddType above,
> combined with default-handler will do it for you.
>

This is one of the nice things about Apache 2.x by the way, is the ability
to have multiple SetHandler statements that work.
-- 
Regards,
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kuro5hin.org/pipermail/scoop-help/attachments/20060825/d33d137e/attachment.html