alrnetwork
Verified User
Hi all,
I am hoping that someone here with a bit more knowledge of how Apache / PHP handles requests, could help me figure out, why randomly the web server seems to stop responding to traffic / requests.
I can't seem to find a specific trigger which starts this issue off, but I'll find that as I'm working on a WordPress website, suddenly the web browser will just continuously load and not move on to the page or complete the action that I have requested.
I have UptimeRobot checking my sites and it seems as though all sites on that server will go "down", which can be further tested by trying to reach a site.
Interestingly, sites which have caching, sometimes load, but if I try to hit a page where it needs to query the database directly, such as wp-admin, then the site will show the same continuous loading as others.
Double-interestingly, the DirectAdmin control panel loads fine, which suggests a few things to me:
- Server load is okay as DA pages are responsive and quick like normal
- Possibly working because it's on a different port number, and not 80/443?
SSH into terminal and using "htop" shows no excessive CPU / Memory consumption, often having over 70% free resources
I haven't changed any Apache configurations, not comfortable doing that anyway, but I do normally change certain PHP variables:
Any ideas?
I am hoping that someone here with a bit more knowledge of how Apache / PHP handles requests, could help me figure out, why randomly the web server seems to stop responding to traffic / requests.
I can't seem to find a specific trigger which starts this issue off, but I'll find that as I'm working on a WordPress website, suddenly the web browser will just continuously load and not move on to the page or complete the action that I have requested.
I have UptimeRobot checking my sites and it seems as though all sites on that server will go "down", which can be further tested by trying to reach a site.
Interestingly, sites which have caching, sometimes load, but if I try to hit a page where it needs to query the database directly, such as wp-admin, then the site will show the same continuous loading as others.
Double-interestingly, the DirectAdmin control panel loads fine, which suggests a few things to me:
- Server load is okay as DA pages are responsive and quick like normal
- Possibly working because it's on a different port number, and not 80/443?
SSH into terminal and using "htop" shows no excessive CPU / Memory consumption, often having over 70% free resources
I haven't changed any Apache configurations, not comfortable doing that anyway, but I do normally change certain PHP variables:
- max_execution_time
- max_input_time
- memory_limit
- post_max_size
- upload_max_filesize
- max_file_uploads
Any ideas?