-
Notifications
You must be signed in to change notification settings - Fork 0
kgrid test
ITS hosts our virtual server(s). If you're a member of [email protected] you should be able t o access the service administrative dashboard at My Services & Subscriptions. The server is located at https://kgrid-test.miserver.it.umich.edu. It's a public url, so you should be able to get to it from anywhere.
Server Name: kgrid-test.miserver.it.umich.edu
Assigned IP Address: 141.211.217.205
https://github.com/kgrid/kgrid-config/tree/master/kgrid-test/httpd
Apache located at /etc/httpd/
The kgrid-vhosts.conf file get sudo copied to /etc/httpd/conf.d.
Don't forget to restart httpd, sudo systemctl restart httpd.
The cert and key get sudo copied to XXX. Don't forget to restart httpd, sudo systemctl restart httpd.
-
Start Apache service
sudo systemctl start httpd -
Stop Apache service
sudo systemctl stop httpd -
View Apache service status
sudo systemctl status httpd -
View Apache Logs
sudo tail /etc/httpd/logs/access_logsudo tail /etc/httpd/logs/error_log -
Get to Docker instances
cd /usr/local/miserver/kgrid/kgrid-instances -
Find out where disk space is being used
dfsudo du -h --max-depth=1 -
Clean http logs
sudo find /var/log/httpd -type f -mtime +10 -delete