Tech:Troubleshooting: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(→‎Server/nginx dies or is unresponsive: or service nginx restart?)
Line 33: Line 33:
=== Server/nginx dies or is unresponsive ===
=== Server/nginx dies or is unresponsive ===
When this happened the web server seemed to totally inaccessible. Hitting any page would not even show / throw a MW exception, nothing would appear in the nginx, mediawiki or syslogs...
When this happened the web server seemed to totally inaccessible. Hitting any page would not even show / throw a MW exception, nothing would appear in the nginx, mediawiki or syslogs...
# <code>nginx stop</code>
# <code>service nginx stop</code>
# <code>/etc/init.d/nginx start</code>
# <code>service nginx start</code>
# rebuild i18n if it works - if not, looks as the nginx error.log or syslogs.
# rebuild i18n if it works - if not, looks as the nginx error.log or syslogs.