Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 54311 invoked from network); 6 Jan 2009 12:04:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 12:04:25 -0000 Received: (qmail 85943 invoked by uid 500); 6 Jan 2009 12:04:14 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85919 invoked by uid 500); 6 Jan 2009 12:04:14 -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 85910 invoked by uid 99); 6 Jan 2009 12:04:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 04:04:14 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dsb1972@gmail.com designates 74.125.44.157 as permitted sender) Received: from [74.125.44.157] (HELO yx-out-1718.google.com) (74.125.44.157) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 12:04:07 +0000 Received: by yx-out-1718.google.com with SMTP id 3so2512821yxi.84 for ; Tue, 06 Jan 2009 04:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=pzVzEqNVqWmsGWivWY4Anxxt1s9L+T/WZw5k28LdQ5A=; b=svuj+fX9C2ZxLpGVpvzHyytuhUPH6b3hif9inJJ4li8tQQaOp5l37OWi5cpNIvD405 2rtCByDXR301lgiGlH2iqRDr6PtwI2HuAQsXjF95AxYOm0JqjqIguoLgmKowVJ+hPNYb cOTqnwltBfWtm7IYsQeCGL1VFl/VNr5SS+/lA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WX4KsID0CY2r6MUd/u2UzfrDB8UVJPEvI9Bdf6kWAzqaSQmVLSP9XMJA4FV2ria7XL dGEaXe69/yZaA4TL2mGRX/b+q/FADQiGJ5wwYMPY466qKv/5F9iHJcba33PLYpNvRI4I XJvf4NFWl1AKw6zmxnz1jp7sOj2/dcjQx+hSs= Received: by 10.65.212.18 with SMTP id o18mr16462597qbq.21.1231243426465; Tue, 06 Jan 2009 04:03:46 -0800 (PST) Received: by 10.64.210.20 with HTTP; Tue, 6 Jan 2009 04:03:46 -0800 (PST) Message-ID: <88c39a70901060403t53338617ja9e870abab4a3322@mail.gmail.com> Date: Tue, 6 Jan 2009 17:33:46 +0530 From: "Suresh Babu" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26515_15421537.1231243426520" References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] sethandler server-status ------=_Part_26515_15421537.1231243426520 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hai Try this config SetHandler server-status Order Deny,Allow Deny from all Allow from 127.0.0.1 2008/12/29 Andre H=FCbner > Hello, > > im looking for a way to disable the posibility for users to activate a > server-status page within own virtual host. > For now it is enough to add a .htaccess with content > > sethandler server-status > > i do not want that my users can see all what happens at apache-traffic. > i can just only hide my own status from others but seems to be not enough= . > Is there something what i can do? > > Thanks, > Andre > > > --------------------------------------------------------------------- > 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 > > --=20 With thanks & regards D Suresh babu ------=_Part_26515_15421537.1231243426520 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hai

Try this config

<Location /server-status>
SetHan= dler server-status
Order Deny,Allow
Deny from all
Allow from 127.0= .0.1
</Location>


2008/12/29 = Andre H=FCbner <andre.huebner@gmx.de>
Hello,

im looking for a way to disable the posibility for users to activate a serv= er-status page within own virtual host.
For now it is enough to add a .htaccess with content

sethandler server-status

i do not want that my users can see all what happens at apache-traffic.
i can just only hide my own status from others but seems to be not enough.<= br> Is there something what i can do?

Thanks,
Andre


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.<= br> See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
 "   from the digest: users-digest-unsubscribe@httpd.ap= ache.org
For additional commands, e-mail: users-help@httpd.apache.org




--
With thanks & regar= ds
D Suresh babu
------=_Part_26515_15421537.1231243426520--