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

Comment in docs/conf/httpd-std.conf wrong: option '-S'

           Summary: Comment in docs/conf/httpd-std.conf wrong: option '-S'
           Product: Apache httpd-2.0
           Version: 2.0.42
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


Line 1053 or so of file docs/conf/httpd-std.conf has this comment:

# You may use the command line option '-S' to verify your virtual host
# configuration.

This is wrong.  It worked for Apache 1.x, but for Apache 2.x it should say:

# You may use the command line options '-t -D DUMP_VHOSTS' to verify your
# virtual host configuration.


Here's some proof:
# bin/httpd -S
httpd: illegal option -- S

# bin/httpd -t -D DUMP_VHOSTS
VirtualHost configuration:
207.211.160.111:*      is a NameVirtualHost
         default server www.dan.drydog.com 
(/usr/local/apache2/conf/httpd.conf:1373)
         port * namevhost www.dan.drydog.com
(/usr/local/apache2/conf/httpd.conf:1373)
. . .

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to