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.


Messages - Bosman

Pages: [1]
1
Apache / Re: Apache Vhosts problem
« on: May 06, 2015, 01:49:17 PM »
http://forum.centos-webpanel.com/apache/webpage-not-correct/

Here I had the same problem, maybe this can help you?

2
Apache / Re: Website File Locations
« on: May 06, 2015, 01:48:35 PM »
erm3nda,

I did change the vhosts, but when I make a new user the old standard vhost folder structure is added to the server. The vhosts are done correctly but the folder structure not.

3
Apache / Re: Website File Locations
« on: April 17, 2015, 02:31:10 PM »
Is it possible to change this to: /home/USERNAME/domains/DOMAIN_NAME/public_html?

I changed it in the vhosts now, but if I create new user this is not applied.

Regards,

Bosman
Modify message

4
Apache / Re: Webpage not correct
« on: April 07, 2015, 07:51:41 PM »
Okay I found fixed it myself!

I changed in the vhosts;
<VirtualHost SERVER_IP:80> to <VirtualHost *:80>

I changed in sharedip.conf
NameVirtualHost SERVER_IP:80 to *:80;

Then restart httpd/apache and I got it working.

Regards,

Bosman.

5
Apache / Re: Webpage not correct
« on: March 24, 2015, 10:08:52 AM »
Yesh, I did restart it multiple times and rebooted the server also.

6
Apache / Re: Webpage not correct
« on: March 23, 2015, 09:02:55 AM »
I got this for every site I got in cwp, 3 in total;


-----
# vhost_start ihazop.nl
<VirtualHost 94.213.xxx.xx:80>
ServerName ihazop.nl
ServerAlias ihazop.nl
ServerAdmin admin[AT]admin.com
DocumentRoot "/home/ihazop/public_html"
ScriptAlias /cgi-bin/ "/home/ihazop/public_html/cgi-bin/"
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/ihazop/ihazop.nl/*.conf

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

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

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

</VirtualHost>
# vhost_end ihazop.nl

# vhost_start point-zero.biz
<VirtualHost 94.213.xxx.xx:80>
ServerName point-zero.biz
ServerAlias point-zero.biz
ServerAdmin admin[AT]admin.com
DocumentRoot "/home/pointzer/public_html"
ScriptAlias /cgi-bin/ "/home/pointzer/public_html/cgi-bin/"
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/pointzer/point-zero.biz/*.conf

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

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

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

</VirtualHost>
# vhost_end point-zero.biz

# vhost_start cirosilmedia.com
<VirtualHost 94.213.xxx.xx:80>
ServerName cirosilmedia.com
ServerAlias cirosilmedia.com
ServerAdmin admin[AT]admin.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 "/home/cirosil/public_html">
        AllowOverride All
</Directory>
</VirtualHost>

# vhost_end cirosilmedia.com

7
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]