This is tutorial how to remove Nginx on a RHEL or CentOS in Vesta Control Panel 1. Stop nginx service nginx stop 2. Remove package yum remove nginx 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf 4. Change httpd configuration cd /etc/httpd/conf.d sed -i “s/8080/80/” *.conf […]
See MoreTag: Control panel
Uploading Files using the File Manager in Control Panel
How Uploading Files using the File Manager in Control Panel ? Ans: You can upload multiple files simultaneously using File Manager, provided that these files are of supported file types. File manager is a great and convenient way to upload a few files quickly if you have to make a fast update. If you need to upload […]
See MoreHow to run Python scripts with cPanel ?
Run Python scripts with cPanel cPanel by-default the Python is located under “/usr/bin/python“. You can check the location by running the following command: whereis python Following Methods are Run Python scripts with cPanel 1 Methods : Create the file with extension “.py” to load the Python script!! Now you […]
See More