Re: [users@httpd] Name based virtual host

2013-01-04 Thread Nick Kew
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

[users@httpd] Name based virtual host

2013-01-04 Thread Christopher Lee
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 separate port? Best, Christopher This message is for the desi

RE: [users@httpd] Name-based Virtual Host

2005-06-08 Thread PMilanese
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

RE: [users@httpd] Name-based Virtual Host

2005-06-07 Thread Beth Curotto
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

Re: [users@httpd] Name-based Virtual Host

2005-06-07 Thread Joshua Slive
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?

[users@httpd] Name-based Virtual Host

2005-06-07 Thread Beth Curotto
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?   One of the Virtual Hosts is for - www.mowingandmore.net