Pete,

How about some clues on what your setup is ?

Have you set up your DNS entries correctly ?

#
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
NAMEVIRTUALHOST 216.117.143.120:80

The VirtualHost directive should look something like this:

<VirtualHost 216.117.143.120:80>
     ServerName www.pollies.market-research.com
     ServerAlias pollies.market-research.com www.pollies.market-research.com
     ServerAdmin [EMAIL PROTECTED]
     ScriptAlias /cgi-pol/ /www/cgi-pol/
     DocumentRoot /usr/local/etc/httpd/htdocs/kevin
     ErrorLog logs/pollies-error_log
     TransferLog logs/pollies-access_log
</VIRTUALHOST>

Should be as easy as that....

Cheers

Mike

At 02:50 PM 22/05/2000 -0500, you wrote:
>Hi!  I need some help with using Virtual Hosts on Apache.  I realize that
>this isn't really something about SSL, but I use SSL and have been a regular
>reader of this newsgroup, so I thought I would post this message.
>
>I'm currently using Apache 1.3.9 with mod_ssl 2.4.6.  Not having any
>problems there, but I'm trying to setup Apache for Name Virual Hosts.  I've
>read and reread the Apache Documentation on Virtual Hosts, and have been
>unable to get a configuration that will work for me.  I  have one IP
>address, but want to link different domain names to the same IP, but use a
>different set of logs, and host different websites.  I can get IP based
>virtual hosting to work, but I can't for the life of me get Non-IP based
>Name Virtual Hosting to work.
>
>Please Help!
>
>
>Pete Navarra
>Infinium Web Services
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to