You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/02 21:32:45 UTC

DO NOT REPLY [Bug 19611] New: - ssl.conf DocumentRoot does not match httpd.conf

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=19611>.
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=19611

ssl.conf DocumentRoot does not match httpd.conf

           Summary: ssl.conf DocumentRoot does not match httpd.conf
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cris@perdues.com
                CC: minfrin@sharp.fm


The generated ssl.conf and httpd.conf files each define DocumentRoot,
but they do it differently, and unless the installation is built
to make the DocumentRoot be ServerRoot/htdocs, they will not match.
until one of them is hand-edited.

Apparent fixes would be to either generate DocumentRoot in ssl.conf
to be the same as in httpd.conf, or perhaps better, to omit the
DocumentRoot line entirely from ssl-std.conf.


cris@crisp4 httpd-2.0.45]$ grep DocumentRoot docs/conf/ssl-std.conf
DocumentRoot "@@ServerRoot@@/htdocs"

[cris@crisp4 httpd-2.0.45]$ grep DocumentRoot docs/conf/httpd-std.conf.in
DocumentRoot "@exp_htdocsdir@"

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