On 5 Jan 2013, at 05:49, Christopher Lee wrote:
> Hello,
>
> After reading the documentation on Name-based Virtual Host Support
> (http://publib.boulder.ibm.com/httpserv/manual70/vhosts/name-based.html) I
> had a few questions.
>
> In the case of sites that are using SSL would each need a s
That should do it. DNS should be good as well.
-Original Message-
From: Beth Curotto [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 07, 2005 5:10 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Name-based Virtual Host
More like this?
NameVirtualHost *:80
# Virtual Host
More like this?
NameVirtualHost *:80
# Virtual Host 1
ServerAlias www.mowingandmore.net
DocumentRoot /var/www/html/mow
ServerName mowingandmore.net
ServerSignature email
Is there anywhere else on this box I need to note any virtual host info?
I am running under CentOS 3 (RH
On 6/7/05, Beth Curotto <[EMAIL PROTECTED]> wrote:
>
> I have setup 2 virtual hosts in httpd.conf
> I have one external ip address being nat'd to an internal ip
> I would like to use both websites directed to the same external, to then be
> handled by httpd.conf.
>
> Am I on target so far?