Below are parts my httpd.conf file.  I'm running RedHat 8(Apache 2).  When I
start httpd, I get the following:

[EMAIL PROTECTED] html]# /etc/rc.d/init.d/httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: [Wed Mar 05 10:01:19 2003] [error] VirtualHost _default_:443
-- mixing * ports and non-* ports with a NameVirtualHost address is not
supported, proceeding with undefined results
                                                           [  OK  ]

Then I get a 400 error when I try to connect to either virtual host or the
machine name.  What am I missing?  I'm following instructions at
http://httpd.apache.org/docs/vhosts/examples.html#purename.  Could anyone
shed any light?  Let me know if you want to see other parts of my
httpd.conf.

Thanks,

Christian




---- %< httpd.conf ----


ServerName atlas.brueggers.com:80


NameVirtualHost *

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
#    ServerAdmin [EMAIL PROTECTED]
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>

<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/commissary/www
    ServerName commissary.brueggers.com
    ErrorLog logs/commissary-error_log
    CustomLog logs/commissary-access_log common
</VirtualHost>

<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/httpd/html
    ServerName corporate.brueggers.com
    ErrorLog logs/corporate-error_log
    CustomLog logs/corporate-access_log common
</VirtualHost>






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to