Mailing List Archive

[Bug 8227] New: - initial default httpd.conf file isn't built properly
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=8227>.
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=8227

initial default httpd.conf file isn't built properly

Summary: initial default httpd.conf file isn't built properly
Product: Apache httpd-2.0
Version: 2.0.35
Platform: PC
URL: http://www.ypass.net
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Other
Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: eric@ypass.net


when using the following configure statement:

./configure --prefix=/usr --datadir=/var/www"

The document root in the httpd.conf file is set to:

DocumentRoot: "/usr//var/www/htdocs"

Instead of the expected:

DocumentRoot "/var/www/htdocs"