RE: Webserver/Firewall issue

From: Brian ThunderEagle <thundereagle@hotmail.com>
Date: Sun Dec 05 2004 - 05:20:23 AKST

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.
Received on Sun Dec 5 05:21:09 2004

This archive was generated by hypermail 2.1.8 : Sun Dec 05 2004 - 05:21:09 AKST