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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.