Hey everyone. Long story short i installed Centos web panel. Its amazing so far. This is my second time installing it as i messed something up the first time, first time i was able to change the apache template in each directory itself and it would change. Now i cant...I followed http://forum.centos-webpanel.com/apache/default-page-displayed-for-all-domains/ didnt work.

First time around i followed http://www.servermom.org/basic-configuration-centos-web-panel/2009/ and http://www.servermom.org/activate-varnish-cache-server-cwp/2021/ and it worked. I went through it again. Didnt work this time. In my logs though it says:

File does not exist: /var/www/html/search
Directory index forbidden by Options directive: /var/www/html/
File does not exist: /var/www/html/search
File does not exist: /var/www/html/albums
Directory index forbidden by Options directive: /var/www/html/

I looked, it doesnt exist. Im lost on what to do here.

Apache port is 82
Varnish is 80

http://www.whatismyip.com/server-headers-check/ ----For one of my domains

HTTP/1.1 200 OK
Date: Sat, 21 Feb 2015 06:30:07 GMT
Server: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips mod_antiloris/0.4
Last-Modified: Fri, 20 Feb 2015 22:17:45 GMT
ETag: "1822837-123e-50f8c6bfb8ed6"
Accept-Ranges: bytes
Content-Length: 4670
Connection: close
Content-Type: text/html; charset=UTF-8

Are you able to SSH and login as root?

Try to go into the html directory. #cd /var/www/html

from there just run #ls -al (this will show what files exist)

Also I would check - /home/USERNAME/public_html/ and run #ls -al to see if index.html exists. If you have root access change USERNAME to root or you can always #cd /home/ then #ls -al and see what users exist.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.