You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Rich Bowen <rb...@rcbowen.com> on 2003/07/15 20:29:41 UTC

NameVirtualHost *:80

It has been suggested (IRC) that the NameVirtualHost line in the default
httpd conf be changed from

#NameVirtualHost *

to 

#NameVirtualHost *:80

to disambiguate the whole *-ports via non-*-ports error message that
folks get on virtualhost misconfiguration.

Any thoughts on that? I'll go ahead and make this change unless anyone
objects. I'm always a little nervous about making changes in the default
config file, because of how directly it affects people. So if I'm
missing something important, let me know.

-- 
Oh I have slipped the surly bonds of earth
And danced the sky on laughter-silvered wings
 --High Flight (John Gillespie Magee)


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: NameVirtualHost *:80

Posted by Cliff Woolley <jw...@virginia.edu>.
On Tue, 15 Jul 2003, Rich Bowen wrote:

> #NameVirtualHost *
> to
> #NameVirtualHost *:80

+1

--Cliff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: NameVirtualHost *:80

Posted by Astrid Keßler <ke...@kess-net.de>.
> It has been suggested (IRC) that the NameVirtualHost line in the default
> httpd conf be changed from

> #NameVirtualHost *

> to

> #NameVirtualHost *:80

> to disambiguate the whole *-ports via non-*-ports error message that
> folks get on virtualhost misconfiguration.

+1

Another point, we should also remove the following lines from the
httpd-win.conf

  #
  # Bring in additional module-specific configurations
  #
  <IfModule mod_ssl.c>
      Include conf/ssl.conf
  </IfModule>

or add ssl.conf to the Windows binary distribution.

Kess

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org