Navigation
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 ? ... (18096 views)
- The application failed to initialize properly (0xc0000142). Click on ... (16143 views)
- How to set proxy for my Windows XP computer ... (14364 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 (7867 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
HSLAB HTTP Monitor
How to configure For Apache versions 2.2.x ?
First of all, you should be convinced, that your server uses the mod_status module. For this purpose open in your text editor a web server configuration file httpd.conf. Find the section loading modules and check up, whether there is there a line:
LoadModule status_module modules/mod_status.so
This line can differ a little depending on the version of your server and
operation system. If this line has ahead a symbol #
that remove it.
?
Now you should locate lines:
# Real-time info on requests and configuration
#Include
conf/extra/httpd-info.conf
and uncomment second line:
# Real-time info on requests and configuration
Include
conf/extra/httpd-info.conf
Now need to proceed to a configuration of the status. Open
?conf/extra/httpd-info.conf file and find the lines:
#ExtendedStatus On
Remove # symbol:
ExtendedStatus On
Check your domain name:
<Location /server-status>
???SetHandler server-status
???Order
deny,allow
???Deny from all
???Allow from
.yourdomain.com
</Location>
Or for testing:
<Location /server-status>
??SetHandler server-status
??Order
deny,allow
??Deny from all
??Allow from all
</Location>
Line "Allow from .yourdomain.com" enables queries of the status from any computer of your domain(yourdomain.com). If you want to limit access only for the your computer, you should write "Allow from yourcomputer.yourdomain.com". Where your computer is a name of your computer and yourdomain - a name of your domain. Also you can write "Allow from all". In this case, the statistics of your wed server will be accessible from any computer in the Internet. We urgently do not recommend so to do, you should have very serious reason for this purpose!
?
Your web server configuration is finished! Now you should save your changes and restart your web the server.
Tags: -
Related entries:
- How to configure Apache versions 1.3.x - 2.0.x ?
- What is HSLAB HTTP Monitor?
- The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.
- The application failed to initialize properly (0xc0000142). Click on OK to terminate the application
- About Performance Monitoring
- Free Website Monitoring
- How to configure Apache Module mod_status
- In some rare circumstances the software will not start but rather present this error message: "The application failed to initialize properly (0xc0000142). Click on OK to terminate the application."
- How to install and configure mod_status?
- Install mod_status
- Setting mod_status up
- Current Apache status is with the mod_status module
- Where do I set the proxy settings for this app?
- HP Jetdirect and Embedded Jetdirect Inside Print Servers - Creating a Standard TCP/IP Port in Microsoft Windows XP
- HP Install Network Printer Wizard 4.0 - Configuring a Printer for a Windows TCP/IP Network
Last update: 2006-12-02 11:25
Author: Oleg
Revision: 1.0
You cannot comment on this entry