Received: (qmail 19005 invoked by uid 2012); 29 Sep 1999 07:28:21 -0000 Message-Id: <19990929072821.19004.qmail@hyperreal.org> Date: 29 Sep 1999 07:28:21 -0000 From: Andreas Jung Reply-To: ajung@sz-sb.de To: apbugs@hyperreal.org Subject: mod_access won't work on all virtual hosts X-Send-Pr-Version: 3.2 >Number: 5076 >Category: mod_access >Synopsis: mod_access won't work on all virtual hosts >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Sep 29 00:30:01 PDT 1999 >Last-Modified: >Originator: ajung@sz-sb.de >Organization: apache >Release: 1.3.9 >Environment: Solaris 2.7/Sparc/gcc-2.95.1 >Description: We are running Apache 1.3.9 on two different ports: 80 and 8080 We have some sections like this in our config file: SetHandler server-status AuthType Basic require group www-admin AuthName "Apache Server Status" Since the change from 1.3.6 to 1.3.9 this access rule only work on the virtual host with port 8080 (browser pops password requester), but not on port 80. In this case Apache send an error page: HTTP/1.1 200 OK Date: Wed, 29 Sep 1999 07:26:53 GMT Server: Apache/1.3.9 (Unix) PHP/4.0B2 mod_macro/1.1.1 WWW-Authenticate: Basic realm="Apache Server Status" Connection: close Content-Type: text/html