[users@httpd] Reducing 503 errors

2020-07-09 Thread Mahmood Naderan
Hello With the following MPM settings     ServerLimit   500     StartServers   5     MinSpareServers   5     MaxSpareServers  10     MaxRequestWorkers 500     MaxConnectionsPerChild   0 I would like to know how can I reduce th

[users@httpd] File structure for nearly identical sites

2020-07-09 Thread Darryl Philip Baker
I am getting a set of over 50 sites moved over to my server from elsewhere and the content manager want to duplicate each of these in a dev subdomain. An example eatatjoes.example.com and eatatjoes.dev.example.com. I am thinking that I can include the same configuration file twice if I replace t

[users@httpd] AH02429: Response header name 'application/x-www-form-urlencoded'

2020-07-09 Thread Wendell Hatcher
Hi I am getting the following error we were not getting it in apache 2.4.17 but we are getting in our upgraded version 2.4.39. AH02429: Response header name 'application/x-www-form-urlencoded' contains invalid characters, aborting request, referer: https://s1-integration.ariba.com/Buyer/Main/ad/con

[users@httpd] Which proxy modules are required for proxying Websocket connections?

2020-07-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, If I want to allow HTTP connections to upgrade to WebSocket, which mod_proxy modules do I need to enable and configure? More specifically, do I need to enable+configure both mod_proxy_http AND mod_proxy_wstunnel, or only mod_proxy_wstunnel?