Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken
[email protected] (David Zuelke)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
On 05.09.2014, at 10:54, Remi Collet <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 05/09/2014 15:52, David Zuelke a écrit : > >> People should simply use the SetHandler approach instead. > > I agree, see https://bugzilla.redhat.com/1136290 > > But some people may want to use ProxyPass (ex, to redirect to another > server, with no PHP script installed locally). You can do that just fine with SetHandler; the FastCGI server doesn't have to be on the same box. David