From owner-freebsd-questions Wed Jan 26 8:39: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 5D91B14BDA for ; Wed, 26 Jan 2000 08:39:01 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-005.sub-d.lee.net [208.205.127.5]) by trinity.lee.net (8.9.3/8.9.0) with ESMTP id KAA19967; Wed, 26 Jan 2000 10:38:51 -0600 Message-ID: <388F24AD.D877351F@journalstar.com> Date: Wed, 26 Jan 2000 10:45:33 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: dl@tyfon.net Cc: "[FreeBSD-Questions-List] (E-postl)" Subject: Re: allow server-status page from single host only References: <01BF67DF.B631ACE0.dl@tyfon.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Larsson wrote: > > How do I configure apache to allow server-status reports from a single > host only ( in contrast to allowing whole domains ) > From the mod_status docs on http://www.apache.org: It should be noted that if mod_status is compiled into the server, its handler capability is available in all configuration files, including per-directory files (e.g., .htaccess). This may have security-related ramifications for your site. So AFAIK, the only way to accomplish this is to compile a separate server with mod_status enabled and run virtual hosts that you want that functionality on that server, and run the rest on a server without mod_status enabled. > Regards > ------------ > Dan Larsson > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message