Instructions for Apache vHosts (Virtual Host configuration files) rebuild. go to Left Menu --> Apache Settings --> Rebuild Apache vHosts click on the "Rebuild All Apache vHosts" If you have Varnish Cache Server or Nginx Reverse Proxy installed this option will also rebuild configuration for them. Apache Logs are in: /usr/local/apache/logs/
Category: Apache
How to change default website
Instructions on how to change the default website which is visible when accessing the server by the hostname or IP address. To edit default index file: Go to Folder /usr/local/apache/htdocs/ and edit index.html file Apache Logs are in: /usr/local/apache/logs/
Default Page Displayed for all domains
If you get a default web page displayed for all domains then please follow these instructions. 1. Logout and Login again as root (CWP automatically tries to fix known issues on the root login) 2. Set shared IP address (Left Menu --> CWP Settings --> Edit Settings) 3. Rebuild Apache vHosts (Left Menu --> Apache […]
500 Internal Server Error
This error is usually related with the permissions/ownership issue. suPHP requires that the files are owned by the user name, and suExec requires that they are executed from the correct home folder. Permissions on php files should also be set to 640 (-rw-r-----), folder permission must be 755. All other files like html, css, js […]
How to setup Website on the IP address
You can also setup website on the IP address but this is not recommended since here are important server applications like (webmail, FTP, phpMyAdmin...) Instructions - Upload files to folder: /usr/local/apache/htdocs/ - Change permissions on all files to a user nobody using the following command chown -R nobody.nobody /usr/local/apache/htdocs/ If you need to use a […]