Navigation
Most popular FAQs 
- HP Install Network Printer Wizard 4.0 - Configuring a ... (18099 views)
- How to configure Apache versions 1.3.x - 2.0.x ? ... (16462 views)
- Why in my workgroup user names in statistics and ... (16024 views)
- The application failed to initialize properly (0xc0000142). Click on ... (14194 views)
- Moving XP User Profile (12372 views)
- How to set proxy for my Windows XP computer ... (11503 views)
- HP Jetdirect Print Servers - Installing and Configuring a ... (10638 views)
- Windows Vista: SuperFetch and External Memory Devices (8777 views)
- Shutdown is very slow - Windows XP (8064 views)
- Troubleshooting Windows XP Shutdown Issues (7254 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
HSLAB HTTP Monitor
How to configure Apache versions 1.3.x - 2.0.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 need to proceed to a
configuration of the status. Find the lines:
# ExtendedStatus controls whether Apache will generate
"full" status
# information (ExtendedStatus On) or just basic information
(ExtendedStatus
# Off) when the "server-status" handler is called. The
default is Off.
#
#ExtendedStatus On
Also remove a symbol # in line #ExtendedStatus On. In result this section should look like:
# ExtendedStatus controls whether Apache
will generate "full" status
# information (ExtendedStatus On) or just basic
information (ExtendedStatus
# Off) when the "server-status" handler is
called. The default is Off.
#
ExtendedStatus On
Further we
should to install the status handler. Find the lines:
# Allow server status reports, with the URL of
http://servername/server-status
# Change the ".yourdomain.com" to match your
domain to enable.
#
#<Location/server-status>
# SetHandler
server-status
# Order deny, allow
# Deny from all
# Allow from
.yourdomain.com
#</Location>
Also remove superfluous symbols #. Now the section should look so:
# Allow server status reports, with the URL
of http://servername/server-status
# Change the ".yourdomain.com" to match
your domain to enable.
#
<Location/server-status>
SetHandler
server-status
Order deny, allow
Deny from all
Allow from
.yourdomain.com
</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!
See also:
How to configure For Apache versions 2.2.x ?
Tags: -
Related entries:
- How to configure For Apache versions 2.2.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: 2009-09-13 12:54
Author: Oleg
Revision: 1.16
You cannot comment on this entry