Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 25. Sep 2024, 22:49:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd20h2$3r2r4$10@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.160 (Toresk; )
On Wed, 25 Sep 2024 17:17:32 -0400, Arne Vajhøj wrote:
Using worker MPM on VMS would make more sense IMHO.
Server-side proxy is the way to go.
The suggestion to use PHP-FPM is basically along these lines, except that
the whole FastCGI protocol is IMHO best considered “legacy” at this point.
Proxying (or “reverse proxying”, if you prefer) makes use of standard
HTTP, and easily supports extras like WebSocket connections.