Knowledgebase
Handy Software Lab > Handy Software Lab Help Desk > Knowledgebase
» Category: HSLAB HTTP Monitor  (Go back)

» Articles in this category:

 
What is HSLAB HTTP Monitor? Article rated 3.4/5.0
Real-time performance monitoring solution for Apache servers. Company Website : http://www.sys-monitoring.com HSLAB HTTP Monitor is a handy real-time performance monitoring and statistics analysis software application for Apache servers, which are used ubiquitously in the web hosting industry. B...
Internet Explorer does not support user names and passwords in Web site addresses (HTTP or HTTPS URLs) Article rated 3.7/5.0
By default, versions of Windows Internet Explorer that were released starting with the release of security update 832894 do not support handling user names and passwords in HTTP and HTTP with Secure Sockets Layer (SSL) or HTTPS URLs. The following URL syntax is not supported in Internet Explorer...
How to display Apache server status with mod_status Article rated 3.7/5.0
Q. How do I display Apache server status such as current server activity and performance under Red Hat Enterprise Linux / UNIX / BSD/Windows? A. You can use regular Linux / UNIX commands such as lsof, netstat, top, vmstat and others to view apache server activity, status and performance from...
How can I protect my status information from public access? Article rated 3.7/5.0
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 m...
How do I enable mod_status on my Apache Server? Article rated 3.0/5.0
Basic Apache Server installations do usually come with mod_status by default. Make sure your module is loaded first. LoadModule status_module libexec/apache2/mod_status.so SetHandler server-status Order allow,deny Allow from all
Apache VirtualHost Examples Article rated 3.0/5.0
Running several name-based web sites on a single IP address. Your server has a single IP address, and multiple aliases (CNAMES) point to this machine in DNS. You want to run a web server for www.example.com and www.example.org on this machine. Note Creating virtual host configurati...
Apache Name-based Virtual Host Support Article rated 3.0/5.0
Name-based vs. IP-based Virtual Hosts IP-based virtual hosts use the IP address of the connection to determine the correct virtual host to serve. Therefore you need to have a separate IP address for each host. With name-based virtual hosting, the server relies on the client to report the h...
How to setup Server Profiles Article rated 3.0/5.0
The software allows you to create an unlimited number of "Server profiles". A server profile is a stored set of settings for the server that you can activate immediately. Server profiles allow you to have different settings either for different servers or for one and the same server. It al...
Where do I set the proxy settings for this app? Article rated 4.0/5.0
Where do I set the proxy settings for this app? We use a proxy to get to the Internet and exceptions to connect to some stuff inside. Now this app works going to www.apache.org, however when I try to go to something on the inside I get "error connecting to the server, Request failed! Please, ch...
Current Apache status is with the mod_status module Article rated 3.0/5.0
One nice way to get a snapshot of the current Apache status is with the mod_status module. mod_status describes the current state of every HTTP server, whether it is waiting for a new connection, reading the request, handling the request or writing a response. mod_status is compiled into Ap...
Setting mod_status up Article rated 3.7/5.0
On Debian based systems such as Ubuntu... Apache comes with mod_status compiled in by default. mod_status provides information on your apache server activity and performance. This tutorial will show you how to enable this feature in such a way that only requested issued from localhost will be a...
Install mod_status Article rated 3.7/5.0
Introduction The "apache-status" protocol provides a way to monitor the internal performance of an Apache web server, and to take action early (i.e. while the server is still working) if something is going wrong. It does this through Apache's mod_status, which needs to be available to use...
How to install and configure mod_status? Article rated 3.0/5.0
So how do you install and configure mod_status? I make the assumption here that you built and installed Apache from source. If you're not familiar with building Apache, may I suggest you read my earlier HTTP Wrangler column, Getting, Installing, and Running Apache. First, move into y...
How to configure Apache Module mod_status Article rated 3.0/5.0
Description: Provides information on server activity and performance Status: Base Module Identifier: status_module Source File: mod_status.c Summary The Status module allows a server administrator to find out how well their server is performing. A HTML page is pr...
How to configure Apache versions 1.3.x - 2.0.x ? Article rated 3.0/5.0
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/mo...
See HSLAB HTTP Monitor in action (Video) Article rated 3.7/5.0
With HSLAB HTTP Monitor, web server administrators always know who is currently connected, server operations distribution, amount of bandwidth being consumed, and number of server requests per unit of time. Since software is server independent, server running on Apache may be located thousands ...
Virtual servers tree (Video) Article rated 3.0/5.0
The real-time statistics window of the program allows you to see the tree of all virtual servers and all open files for each virtual server. In the top part of the window you can see the statistics for your web server. To view the virtual server statistics in the tabular form, you should click ...
Server status (Video) Article rated 3.0/5.0
flowplayer("player2", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: { // these two configu...
Content statistics (Video) Article rated 3.0/5.0
Content Statistics - this diagram allows you to monitor distribution of requests to the server by types of requested documents. You can see (in percentage terms) what objects your server transfers. flowplayer("player3", "http://video.hs-lab.com/__flowplayer/flowpl...
Traffic distribution by server childs (Video) Article rated 3.0/5.0
flowplayer("player4", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: { // these two configuration variables does the trick autoPlay: false, accelerated: false, autoBuf...
Connections and network statistics (Video) Article rated 3.0/5.0
Server Statistics - this diagram allows you to monitor the basic characteristics of how the server is loaded. You can see the number of connections with the server, the number of requested pages, images, files and other objects. Server Requests - this diagram allows you to monitor amount of...
Virtual servers (Video) Article rated 3.0/5.0
This diagram allows you to see distribution of requests to various virtual servers. You can see (in percentage terms) what virtual servers have the highest load. flowplayer("player6", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: {...
Virtual servers traffic snapshot (Video) Article rated 3.0/5.0
flowplayer("player7", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: { // these two configuration variable...
Server operations (Video) Article rated 3.0/5.0
This diagram allows you to monitor the condition of processes running on the server. The following server operating modes are shown on the diagram: Waiting for Connection; Starting up, Reading Request; Sending Reply; Keepalive (read); DNS Lookup; Closing co...
Server operations distribution (Video) Article rated 3.0/5.0
This diagram allows you to monitor the distribution of conditions processes running on the server. You can see (in percentage terms) on what operating modes the server spends most time. flowplayer("player9", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.s...
Connections by host (Video) Article rated 3.0/5.0
flowplayer("player10", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: { // these two configuration variab...
Connections by country (Video) Article rated 3.0/5.0
flowplayer("player11", "http://video.hs-lab.com/__flowplayer/flowplayer-3.1.5.swf", { clip: { // these two configuration variable...
How to configure For Apache versions 2.2.x ? Article rated 4.0/5.0
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_st...
I find that my HTML report haven't update by itself. It still showing yesterday status. What can I do? Article rated 3.0/5.0
You should update your software using "Check for updates" option.
How to configure For Apache versions 2.2.x? Article rated 3.0/5.0
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_st...
Is there a configuration change that I need to make to my httpd.conf in order to ensure that it shows the virtualhost name instead of (unavailable)? Article rated 3.0/5.0
The problem is in your virtual hosts configuration. Please read Apache's documentation on VirtualHost directive: http://httpd.apache.org/docs/2.2/vhosts/
Problem with Drupal's original .htaccess file and apache server-status Article rated 3.0/5.0
Q. I have a problem with Drupal's original .htaccess file. If i put this file into my apache docroot ( / ) for clean URL-s, i cannot reach the apache statistic page (ExtendedStatus On). From localhost -> http://mydomain/server-status -> I get "page not found" message. If i...
 

© 2012 Handy Software Lab. All Rights Reserved.