Rocky Seelbach wrote:

Take a look at http://httpd.apache.org/docs/2.1/vhosts.  Although this is
specific to Apache 2.1+, there are similar pages for each major version. Find yours.
OK, I read through that. If I understand correctly, I have two options (correct me please):

I can put the IP of the box just under the ServerName?
(from  /etc/httpd/conf /httpd.conf)

# If this is not set to valid DNS name for your host, server-generated
# redirections will not work.  See also the UseCanonicalName directive.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
ServerName midnight.chismtrail.com
NameVirtualHost 12.34.56.78

or I can list it in EACH
<VirtualHost > 12.34.56.78
like that???


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to