DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23606>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23606
mode SSL config problem in the virtual host domain section
Summary: mode SSL config problem in the virtual host domain
section
Product: Apache httpd-2.0
Version: 2.0.47
Platform: All
URL: http://wup.it
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: Other
Component: Documentation
AssignedTo: bugs@httpd.apache.org
ReportedBy: giovanni@wup.it
could someone please put a small warning box here
http://httpd.apache.org/docs-2.0/vhosts/name-based.html
saying that putting
NameVirtualHost *
<VirtualHost *>
is really not a good idea with all the current distributions (redhat for
example) that put mod_ssl together.. you get some strange error talking about
port 443 which it is not trivial to fix if not digging on google sometime (not
10 seconds.. it was more like 2 minutes) .. the solution is
namevirtualhost *:80 in most situations
I understand the semantic now but i see no reasons why there shouldnt be a
small warning box or a little change in the first example (which is usually
what one decides to copy paste)
thanks for listening :-) !
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|