Home > Topics > Pagoda Panel > body text

Solve the problem that the panel cannot be accessed normally after uninstalling software such as Cloud Lock.

藏色散人
Release: 2021-01-08 14:01:44
forward
2211 people have browsed it

The following tutorial column of Pagoda Panel will introduce to you how to solve the problem of not being able to access the panel normally after installing cloud lock and other software and uninstalling it. I hope it will be helpful to friends in need!

Solve the problem that the panel cannot be accessed normally after uninstalling software such as Cloud Lock.

About the solution to the inability to access the panel normally after uninstalling software such as Cloud Lock

Note: This is 2.x Please do not refer to this post for version 3.x/4.x/5.x/6.x/7.x version of the Pagoda Tutorial. If you have any questions, please post on the forum for help

First check whether nginx starts normally

service nginx status
Copy after login

If it is not started, enter the following command to start it

service nginx start
Copy after login

Prompt the following error, the dependency is missing

Need to recompile nginx

First back up the nginx configuration file

\cp /www/server/nginx/conf/vhost    /www/backup/vhost_backup
Copy after login

Recompile nginx

wget -O install.sh http://125.88.182.172:5880/src/install.sh && sh install.sh nginx
Copy after login

After compilation, execute the following command to restore the configuration file

rm -rf  /www/server/nginx/conf/vhost
Copy after login
\cp /www/backup/vhost_backup  /www/server/nginx/conf/vhost
Copy after login


The above is the detailed content of Solve the problem that the panel cannot be accessed normally after uninstalling software such as Cloud Lock.. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:bt.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template