-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-response #23
Comments
A couple of possible configurations regarding this:
On 05/04/16 17:47, David Rozas wrote:
|
No incidences after a week :-) |
Create cron task to reboot automatically every day at 4AM |
drozas: stop and start apache to solve cache issue with Drupal sites (restarting does not produce the same effect)0 4 * * * /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop; /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start |
Check results... |
Reported again on 02/02/2017 |
Solved by manually restarting Apache |
Solved after Nigel remove old Joomla sites! :-) |
Seems to be happening again (reported by Julia) with new CECAN site |
It seemed this was done to the simian site. Nigel has put it down again, so I will mark this as closed |
This is the same problem that affects the ERIE site (CRESS-Surrey/erie_website_code#31). Indeed, when it happens, both sites are not reachable. I have been able to minimise its impact by disabling cron in Drupal in both sites. When it happens (very rarely - in ERIE only happened once in the last 3 months approximately), it is solved by restarting Apache as in CRESS-Surrey/erie_website_code#31 (comment) It is definitely something related to the server configuration (I presume Apache's one), since this is not affecting any other servers with the same sites (with exactly the same code and Drupal configuration), and affects only Drupal 8 sites. I will keep on looking at possible sources of this error with regard to the server configuration.
The text was updated successfully, but these errors were encountered: