Restart instructions for Wiki: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The expertiza wiki uses the mediawiki software and is hosted at [http://expertiza.csc.ncsu.edu/wiki expertiza wiki] . If the wiki goes down, it could be due either to a web serv...") |
No edit summary |
||
Line 1: | Line 1: | ||
The expertiza wiki uses the mediawiki software and is hosted at [http://expertiza.csc.ncsu.edu/wiki expertiza wiki] . | The expertiza wiki uses the mediawiki software and is hosted at [http://wiki.expertiza.csc.ncsu.edu/wiki expertiza wiki] . | ||
If the wiki goes down, it could be due either to a web server crash or a mysql server crash. | If the wiki goes down, it could be due either to a web server crash or a mysql server crash. |
Revision as of 20:04, 17 May 2016
The expertiza wiki uses the mediawiki software and is hosted at expertiza wiki .
If the wiki goes down, it could be due either to a web server crash or a mysql server crash. Follow these steps to restart:
- Log into expertiza.csc.ncsu.edu (use ssh to log in). If you are trying to log in from outside the NCSU network, you will need to be using NCSU VPN (vpn.ncsu.edu)
- To restart mysqld
sudo /etc/init.d/mysqld restart
- To restart apache web server
sudo /etc/init.d/httpd restart