Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-13 Thread Dino Ciuffetti
The global "Timeout" parameter is needed to set the length of time Apache httpd will wait for I/O in various circumstances. https://httpd.apache.org/docs/2.4/mod/core.html#timeout (https://httpd.apache.org/docs/2.4/mod/core.html#timeout) The "keepalive" attribute of ProxyPass can be used to fool

[users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-13 Thread Usha Nayak
Hello Need help in understanding the highlighted parameters: ProxyPass "/example" "http://backend.example.com; timeout=3600 keepalive=On keepalive parameter - As I understand relates to TCP or socket keep alive probes that are sent to prevent idle connection. [image: image.png] My confusion

Re: [users@httpd] Local css/js files take 5 seconds to load

2021-10-13 Thread Mix XP
curl -v http://localhost/fac/contact.html*   Trying ::1...* TCP_NODELAY set* Connection failed* connect to ::1 port 80 failed: Connection refused*   Trying 127.0.0.1...* TCP_NODELAY set* Connected to localhost (127.0.0.1) port 80 (#0)> GET /fac/contact.html HTTP/1.1> Host: localhost> User-Agent: