Mailing List Archive

[Bug 7843] New: - htdocs hardcoded in ssl-std.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=7843>.
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=7843

htdocs hardcoded in ssl-std.conf

Summary: htdocs hardcoded in ssl-std.conf
Product: Apache httpd-2.0
Version: 2.0.35
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: andreas@netbank.com.br


--- httpd-2.0.35/docs/conf/ssl-std.conf.confvars 2001-11-07
20:16:09.000000000 -0200
+++ httpd-2.0.35/docs/conf/ssl-std.conf 2002-04-07 20:05:55.000000000 -0300
@@ -99,7 +99,7 @@
<VirtualHost _default_:443>

# General setup for the virtual host
-DocumentRoot "@@ServerRoot@@/htdocs"
+DocumentRoot "@@ServerRoot@@/@rel_htdocsdir@"
ServerName new.host.name:443
ServerAdmin you@your.address
ErrorLog logs/error_log

This needs an additional patch to the install part of the main makefile (which
I'm attaching instead of pasting here because of the TABs)