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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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"

Reply via email to