7starsone opened a new issue #2018: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2018
Hello, CentOS 7, Apache 2.4.41 it seems that if you set a large pagespeed cache eg. 1 GB and use HTTP connections, Apache stops responding after something like `[Wed Jul 29 07:20:17.872755 2020] [mpm_event:error] [pid 16331:tid 140030349564096] AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting` then, it does nothing, ports 80 and 443 are not working anymore even if no high RAM and CPU usage, they are normal, you can just admin the server by web. Never happened before something like this. I write "it seems..." because I didn't try with the default cache or with other options yet... And also, how to avoid HTTP connections at all? Is it possible? I see the _**LoadFromFile**_ directive: example, if my domain is **https://mydomain.com** and my CDN is **https://static.mydomain.com** and my virtual hosts are in /home/myuser/public_html Do I need to write ``` ModPagespeedLoadFromFile "https://mydomain.com" "/home/myuser/public_html/" ModPagespeedLoadFromFile "https://static.mydomain.com" "/home/myuser/public_html/" ``` is that correct? thanks for your help ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org