> <VirtualHost froghunters.net www.froghunters.net>
>         ServerName froghunters.net
>         ServerAdmin [EMAIL PROTECTED]
>         DirectoryIndex index.html
>         DocumentRoot /usr/local/apache/vhosts/froghunters_net
>         ScriptAlias /cgi-bin/
> /usr/local/apache/vhosts/froghunters_net/cgi-bin
>                 <Directory /usr/local/apache/vhosts/froghunters_net/cgi-bin>
>                 AllowOverride None
>                 Options ExecCGI
>                 Order allow,deny
>                 Allow from all
>                 </Directory>
>         ErrorLog /usr/local/apache/logs/froghunters_net/error_log
>         CustomLog /usr/local/apache/logs/froghunters_net/access_log combined
> </VirtualHost>

I believe there may be a problem with how this is written too.  The
first line should just be:

<VirtualHost *>

Becuase the * part is only supposed to have IP addresses, not host
names.  If you don't know the IP address of your hostname (e.g. because
you are using dynamic DNS), then you should just put a * there.

Then ServerName is where you put your domain name, which you did
correctly.

If you need more domain names than just one, you can just use
ServerAlias.

Phillip

-- 
Phillip Hellewell <phillip AT hellewell.homeip.net>

--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to