Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bosman

Pages: [1]
1
Apache / Webpage not correct
« on: March 22, 2015, 09:29:42 PM »
Hello guys!

I have a problem and I need your help.

My problem is that I got the default page on all my sites.
Probally you are going to say this is a repost but I really cant fix it, I got this problem for a few days now.


I did the steps in the tutorials;
http://forum.centos-webpanel.com/apache/default-page-displayed-for-all-domains/
&&
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains

Still getting the default page for all the sites.

My internal IP is 192.168.178.34 for the server and external is 94.213.xxx.xx;

This is my vhost of one of the sites
-----------------
# vhost_start cirosilmedia.com
<VirtualHost 94.213.xxx.xx:80>
ServerName cirosilmedia.com
ServerAlias cirosilmedia.com
ServerAdmin ADMIN@ADMINEMAIL.com
DocumentRoot "/home/cirosil/public_html"
ScriptAlias /cgi-bin/ "/home/cirosil/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/cirosil/cirosilmedia.com/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup cirosil cirosil
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup cirosil cirosil
        suPHP_ConfigPath /home/cirosil
</IfModule>

<Directory "/">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end cirosilmedia.com



I also tried it with:

<Directory "/home/cirosil/public_html">
        AllowOverride All
</Directory>


Thanks in advance!

Regards,

Bosman

Pages: [1]