Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 88262 invoked from network); 5 Apr 2011 13:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 13:53:42 -0000 Received: (qmail 95813 invoked by uid 500); 5 Apr 2011 13:53:37 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 95789 invoked by uid 500); 5 Apr 2011 13:53:36 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 95781 invoked by uid 99); 5 Apr 2011 13:53:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 13:53:36 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 13:53:27 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q76gt-0001rK-8A for users@httpd.apache.org; Tue, 05 Apr 2011 15:53:07 +0200 Received: from static-71-246-219-24.washdc.fios.verizon.net ([71.246.219.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Apr 2011 15:53:07 +0200 Received: from m_d_berger_1900 by static-71-246-219-24.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Apr 2011 15:53:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: "Michael D. Berger" Date: Tue, 5 Apr 2011 13:52:49 +0000 (UTC) Lines: 37 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-71-246-219-24.washdc.fios.verizon.net User-Agent: Pan/0.133 (House of Butterflies) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] cannot run mod_status On my CentOS 5 box with: #rpm -q httpd httpd-2.2.3-43.el5.centos.3 I tried to activate mod_status with: ExtendedStatus On SetHandler server-status Order deny,allow Deny from all Allow from 192.168.9.0/24 127.0.0.1 I already have: LoadModule status_module modules/mod_status.so I tried access from the local box as well as another box on 192.168.9.0/24 . I get 403. Any suggestions on what to look at? BTW, I am using VirtualHost. Thanks, Mike. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org