Last active
July 14, 2016 04:32
-
-
Save LukeDRussell/d3780cc99a918d870a5669626ea9c4e7 to your computer and use it in GitHub Desktop.
netbox - 503 error with Centos7, Apache and gunicorn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@cit-netbox-01 supervisord.d]# systemctl status supervisord | |
● supervisord.service - Process Monitoring and Control Daemon | |
Loaded: loaded (/usr/lib/systemd/system/supervisord.service; enabled; vendor preset: disabled) | |
Active: active (running) since Thu 2016-07-14 22:06:45 AEST; 7s ago | |
Process: 3564 ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf (code=exited, status=0/SUCCESS) | |
Main PID: 3567 (supervisord) | |
CGroup: /system.slice/supervisord.service | |
├─3567 /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf | |
├─3568 /usr/bin/python /usr/bin/gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi | |
├─3573 /usr/bin/python /usr/bin/gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi | |
├─3574 /usr/bin/python /usr/bin/gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi | |
└─3583 /usr/bin/python /usr/bin/gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment