RE: Webserver/Firewall issue

From: Brian ThunderEagle <thundereagle@hotmail.com>
Date: Mon Dec 06 2004 - 01:35:44 AKST

I'll try out all the ideas you guys have mentioned. I don't get most of
the bounced messages cause Hotmail thinks it's all spam, lol. That and I
live in Michigan now so the Digest mail didn't show up until 1:50am.
It's most likely a DNS issue from what you guys have said. I'll run my
dns configuration by you guys and see if you can tell me what I did
wrong. I bought a domain name on Registersite which is what I have
always used in the past. I created a nameserver based on my domain in
their settings that points to my ip address, since the DNS and Webserver
are the same machine. I removed their default nameservers which is what
points to the "216.244.108.53" under construction page. I then added my
nameserver "ns1.ragingstorm.net" to my nameserver list.

I just checked and I guess I left one of the default registersite
nameservers on the list. I just removed it and maybe propogation will
fix the problem. I have to go to work now, so if anyone can access the
website sometime today shoot me an e-mail, and thanks for all the help.

     Brian ThunderEagle
     Thundereagle@hotmail.com
 

-----Original Message-----
From: aklug-bounce@aklug.org [mailto:aklug-bounce@aklug.org] On Behalf
Of Brian ThunderEagle
Sent: Sunday, December 05, 2004 9:20 AM
To: aklug@aklug.org
Subject: RE: Webserver/Firewall issue

Okay I just tried this and now I can only access the website via https.
Otherwise I receive the default "The page cannot be displayed" error.

     Brian ThunderEagle
     ThunderEagle@hotmail.com

-----Original Message-----
From: Tom [mailto:thogland@alaskatech.org]
Sent: Sunday, December 05, 2004 2:11 AM
To: Brian ThunderEagle
Subject: RE: Webserver/Firewall issue

If you change this...

On Sun, 2004-12-05 at 01:32 -0500, Brian ThunderEagle wrote:
> Ahh, it didn't except my attachment. So here is a copy/paste of the
> contents. Just in case the solution is in here somewhere:
>
> ============= Begin httpd.conf =============
[snip]
> NameVirtualHost www.ragingstorm.net
> <VirtualHost www.ragingstorm.net>
> ServerName www.ragingstorm.net
> DirectoryIndex index.php index.html index.htm index.shtml
> ServerSignature email
> LogLevel warn
> HostNameLookups off
> </VirtualHost>

to this...

NameVirtualHost *
> <VirtualHost *>
> ServerName www.ragingstorm.net
> DirectoryIndex index.php index.html index.htm index.shtml
> ServerSignature email
> LogLevel warn
> HostNameLookups off
> </VirtualHost>

.does it work? I'm thinking you have to have a default...

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Mon Dec 6 01:35:54 2004

This archive was generated by hypermail 2.1.8 : Mon Dec 06 2004 - 01:35:54 AKST