OK, so mod_fastcgi is deprecated.

If I switch to mod_proxy_fcgi with mod_proxy_handler like this:

<FilesMatch \.php$>
    SetHandler "proxy:fcgi://127.0.0.1:9000/"
</FilesMatch>

I won't have the problems I encountered when I used mod_proxy_fcgi with
mod_proxy, right? (Like this:)

ProxyPassMatch ^/(.*\.php(/.*)?)$
fcgi://127.0.0.1:9000/path/to/your/documentroot/$1

If so, I guess I'm gonna try that.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to