Centos Cyberpanel

Cyberpanel update sonrası Internal Server Error hatası

Cyberpanel update işlemi aşağıdaki şekilde yapılır;

cd ~
wget http://cyberpanel.net/upgrade.py
python upgrade.py

Cyberpanel update ettikten sonra, “internal server error” hatası alıyorsanız aşağıdaki işlemleri yapabilirsiniz.

cd /
rm -rf upgrade.py
wget http://cyberpanel.net/upgrade.py
python upgrade.py

Hata devam ediyorsa, systemctl status gunicorn.socket ile gunicorn soketinin çalıştığını kontrol edin. Çalışmıyorsa systemctl start gunicorn.socket ile çalıştırın.

systemctl status gunicorn.socket
systemctl start gunicorn.socket

Eğer 503 hatası alıyorsunuz da aşağıdaki işlemleri gerçekleştirebilirsiniz.

systemctl stop gunicorn.socket
source /usr/local/CyberCP/bin/activate
pip install --ignore-installed -r /usr/local/CyberCP/requirments.txt
deactivate
virtualenv --system-site-packages /usr/local/CyberCP
systemctl start gunicorn.socket