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

Pages: [1]
1
CentOS-WebPanel Bugs / VHosts not working after adding domain
« on: July 03, 2016, 05:25:43 PM »
Using all default settings, I created a user and of course put the main domian there and then created subdomain. All I get is the default Cent OS page.I tried logging in via FTP and changing that but it doesnt change.

What info do you need? or anyone else had this issue?

# vhost_start flagusa.mychm.co
<VirtualHost 54.197.14.194:80>
ServerName flagusa.mychm.co
ServerAlias www.flagusa.mychm.co
ServerAdmin steven@chalamministries.com
DocumentRoot "/home/chalam/public_html/flagusa"
ScriptAlias /cgi-bin/ /home/chalam/public_html/flagusa/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/chalam/flagusa.mychm.co/*.conf

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

<IfModule mod_suphp.c>
        suPHP_UserGroup chalam chalam
</IfModule>

<Directory "/home/chalam/public_html/flagusa">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end flagusa.mychm.co

Pages: [1]