Navigation
2 users online :: 2 Guests and 0 Registered
Most popular articles 
- Why in my workgroup user names in statistics and ... (24848 views)
- HP Install Network Printer Wizard 4.0 - Configuring a ... (19770 views)
- How to configure Apache versions 1.3.x - 2.0.x ? ... (18097 views)
- The application failed to initialize properly (0xc0000142). Click on ... (16143 views)
- How to set proxy for my Windows XP computer ... (14365 views)
- Moving XP User Profile (13562 views)
- HP Jetdirect Print Servers - Installing and Configuring a ... (11755 views)
- Windows Vista: SuperFetch and External Memory Devices (9421 views)
- Shutdown is very slow - Windows XP (9108 views)
- Troubleshooting Windows XP Shutdown Issues (7868 views)
Latest articles 
- Error installing agent service causes Access Denied Error (2010-07-10 19:19)
- An error has occurred while establishing a connection from ... (2010-07-10 19:18)
- How do I install Security Tracker TSxx software for ... (2010-07-10 19:17)
- Terminal Server registry settings for applications (2010-07-10 19:15)
- What is riskware? (2010-07-10 19:13)
Sticky articles
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