Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[error] VirtualHost _default_:443 1

Status
Not open for further replies.

DZeta

Technical User
Dec 21, 2002
5
AR
Hi I am having this error when i restart my httpd.conf. The strange thing is that this same configuration I was using it in another PC.
Any help will be great!!!
----------
Error
[error] VirtualHost _default_:443 --mixing * ports and non-* ports with a NameVirtualHost address is not supported proceeding with undefined results.
----------
I am using name based virtual hosts.This way.

NameVirtualHost *

<VirtualHost *>
ServerName ServerAlias domain.tld *.domain.tld
DocumentRoot /</VirtualHost>

<VirtualHost *>
ServerName DocumentRoot /</VirtualHost>

Thank U
 
Where's your vhost for port 443? Is your httpd.conf or common.conf calling for /etc/httpd/conf/ssl/ssl.default-vhost.conf? Dig around, you probably have a secure vhost somewhere that isn't set up for name based vhosts with an *
 
smah: Thank you for your answer.
I am not using ssl in any vhost, and I am only listenig to port 80. I really don't know where the problem could be. When I try using my IP instead of * in NameVirtualHost, I recibe a warm message, but the service comes up.
If you have any other clue, let me know.
Thank you again.

 
It's in there somewhere - that's what your error is. Carefully check all your 'include' directives in httpd.conf
 
Look to see if you have a file called /etc/httpd/conf/ssl.conf. If you do delete it or call it something else. This is where the error is coming from.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top