Navigation
41 users online :: 41 Guests and 0 Registered
Most popular FAQs 
- HP Install Network Printer Wizard 4.0 - Configuring a ... (18118 views)
- How to configure Apache versions 1.3.x - 2.0.x ? ... (16481 views)
- Why in my workgroup user names in statistics and ... (16109 views)
- The application failed to initialize properly (0xc0000142). Click on ... (14215 views)
- Moving XP User Profile (12388 views)
- How to set proxy for my Windows XP computer ... (11533 views)
- HP Jetdirect Print Servers - Installing and Configuring a ... (10649 views)
- Windows Vista: SuperFetch and External Memory Devices (8790 views)
- Shutdown is very slow - Windows XP (8075 views)
- Troubleshooting Windows XP Shutdown Issues (7263 views)
Latest FAQs 
- What is HSLAB HTTP Monitor? (2010-03-09 07:39)
- Why in my workgroup user names in statistics and ... (2010-03-09 07:36)
- For maintenance of the exact accounting you should to ... (2010-03-09 07:32)
- Only Guest account when mapping to network drive (2010-03-09 07:30)
- How I Can Completely Remove Windows Vista/7 Printer Drivers ... (2010-03-03 21:04)
Sticky FAQs
See Also:
HSLAB HTTP Monitor
ID #1114
How can I protect my status information from public access?
Even tough mod_status is not really revealing sensitive information you
might want to restrict access. As usual there are several ways to
restrict access to your Apache status information. The easiest way to
do this is by granting access just to your IP address. Add following
directive to your mod_status location block:
?
Allow from xxx.xxx.xxx.xxx
Where xxx.xxx.xxx.xxx is your local IP address. Please note if your Web Server is not hosted in your LAN and your are using a private
IP
address like 10.x.x.x or 192.168.x.x you will need to find out your
public IP address. Check www.dnsstuff.com to find your public address.
Your location block should look like this:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from xxx.xxx.xxx.xxx
</Location>
Order deny,allow
Deny from all
Allow from xxx.xxx.xxx.xxx
Tags: -
Related entries:
- How to configure Apache versions 1.3.x - 2.0.x ?
- How to configure For Apache versions 2.2.x ?
- What is HSLAB Print Logger?
- What is HSLAB HTTP Monitor?
- What is HSLAB Sys Monitor?
- What is HSLAB Logger?
- What is HSLAB Prefetch Manager?
- About Performance Monitoring
- Locating Performance Bottlenecks
- Free Website Monitoring
- How to configure Apache Module mod_status
- How to install and configure mod_status?
- Install mod_status
- Setting mod_status up
- Current Apache status is with the mod_status module
Last update: 2008-10-01 00:26
Author: Oleg
Revision: 1.0
You cannot comment on this entry