


Solve the problem that the panel cannot be accessed normally after uninstalling software such as Cloud Lock.
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!
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
If it is not started, enter the following command to start it
service nginx start
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
Recompile nginx
wget -O install.sh http://125.88.182.172:5880/src/install.sh && sh install.sh nginx
After compilation, execute the following command to restore the configuration file
rm -rf /www/server/nginx/conf/vhost
\cp /www/backup/vhost_backup /www/server/nginx/conf/vhost
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1
Powerful PHP integrated development environment

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1
Easy-to-use and free code editor
