Jump to content

broken virtualserver


cwarn23

Recommended Posts

Hi, long time no post although I've been on the irc for a while. Anyways my question is I have the following two virtual hosts but I can't seem to get the obvioussiteisobvious.co.cc to work. Apache shows no errors and the DNS lookup fails where hostname cannot be found. So the apache configruation for obvioussiteisobvious.co.cc is.

<VirtualHost 110.44.25.66:80>
SuexecUserGroup "#1008" "#1003"
ServerName obvioussiteisobvious.co.cc
ServerAlias www.obvioussiteisobvious.co.cc
ServerAlias webmail.obvioussiteisobvious.co.cc
ServerAlias admin.obvioussiteisobvious.co.cc
DocumentRoot /home/ash47/public_html/obvioussiteisobvious
ErrorLog /var/log/virtualmin/obvioussiteisobvious.co.cc_error_log
CustomLog /var/log/virtualmin/obvioussiteisobvious.co.cc_access_log combined
ScriptAlias /cgi-bin /home/ash47/public_html/obvioussiteisobvious/cgi-bin/
DirectoryIndex index.html index.htm index.php index.php4 index.php5
<Directory /home/ash47/public_html/obvioussiteisobvious>
Options -Indexes +IncludesNOEXEC +FollowSymLinks
allow from all
AllowOverride All
</Directory>
<Directory /home/ash47/public_html/obvioussiteisobvious/cgi-bin>
allow from all
</Directory>
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.obvioussiteisobvious.co.cc
RewriteRule ^(.*) https://obvioussiteisobvious.co.cc:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.obvioussiteisobvious.co.cc
RewriteRule ^(.*) https://obvioussiteisobvious.co.cc:10000/ [R]
</VirtualHost>

 

Also this points to the nameservers ns1.cwarn23.info and ns2.cwarn23.info. Most of the other domains which point to cwarn23.info nameservers do work with the exception of two domains including this one. Can anybody see what is happening here because I'm lost deep in dark woods with no way out.

Thanks, cwarn23.

Link to comment
https://forums.phpfreaks.com/topic/195401-broken-virtualserver/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.