httpdserversgtweb
Restarting the httpd server on gtweb-01
(For interactive linguistic analysers' malfunctioning, see the bottom of the page)
On gtweb-01, two httpd services are used. nginx is the primary system
In case of emergencies...
On gtweb-01, if for some reason the processes do not restart via chkconfig,
ps aux
or
top
to find out what is or isn't running.
Once missing processes have been identified, the proper order that all services
- mysqld
- nginx
- httpd
- gielese-mongodb
- gielese
For this use the command
sudo service NAME start
, or alternatively restart, if necessary.
sudo service mysqld start sudo service nginx start sudo service httpd start etc...
For further documentation on this, see the various sections in common httpdserver.
Restarting the mt processes on gtweb-01
Restart is still not documented, but have a look at
Apache/httpd (victorio)
The following documentation was taken from the old victorio
Updates to the code require restart of the httpd-server. Sometimes
Restarting the server (requires sudo rights):
sudo /etc/init.d/httpd restart
Earlier, there was a memory leak problem, which should not be among us
ps aux | grep http
If the result indicates memory use too close to 100, this is a clear
If the webserver takes too much memory, you may also want to stop
sudo /etc/init.d/httpd stop sudo /etc/init.d/mysqld stop sudo /etc/init.d/httpd start sudo /etc/init.d/mysqld start
eXist-db restart
sudo service eXist-db start
Interactive web analysers are down
A server reboot should not affect the web servers. After the reboot, the web
Eventual malfunctioning here is due to errors in the pipeline being used by the analysers.
If jorgal is down
The jorgal.uit.no page may give the message Oversettelse ikke tilgjengelig!
This command should help:
ssh -t gtweb sudo systemctl restart apy