Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 48348 invoked by uid 500); 11 Oct 2002 16:38:17 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 48337 invoked from network); 11 Oct 2002 16:38:17 -0000 Date: 11 Oct 2002 16:38:58 -0000 Message-ID: <20021011163858.11802.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 13542] New: - Comment in docs/conf/httpd-std.conf wrong: option '-S' X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: dan@drydog.com 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org