Troubleshooting - Apache Server

Troubleshooting - Apache Server

Condition to determine, if it is 'Apache Server':-

Open Command Prompt in Applications Manager machine and execute the following commands and check for the specified outputs.
  • telnet <Apache_Hostname> <Apache_Portnumber>
  • Then a blank screen appears, type GET / HTTP1.0 (it will not be visible), then press 'enter' key twice.
  • In the output that comes in the screen. check for the word server and look at the value corresponding to it. The output would be in the following format, for eg.,
HTTP/1.1 200 OK
Date: Wed, 14 Jun 2006 07:23:49 GMT
Server: Apache/2.0.55 (Win32)
Content-Location: index.html.en
  • Only if word Apache is found next to Server, Applications Manager would add Apache Monitor.
Troubleshooting:-
  • Ask the customer to verify whether he can access the particular Apache Server from the machine where he tries to add.
  • If the URL are accessible then ask him whether he have configured any proxy for accessing the Apache server.
  • If everything is fine then ask the customer to reproduce the issue two or three times and send us the SIF.
  • If the customer gets the response as "403 Forbidden" while accessing server-status URL refer here

Datacollection:-
We are using the URL (http://[HOST]:[PORT]/server-status?auto) to collect data. Some customers might have blocked this URL, and hence there won't be any data collected.
                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshooting - Apache Solr

                      If the Solr monitor can't be added, then do the following:- Ask the customer to verify whether he can access the particular Solr instance from the machine where he tries to add. Also ask the customer to access the following URLs from the machine, ...
                    • Configure Apache Server running in WAMP server

                      Introduction: WampServer refers to a software stack for the Microsoft Windows operating system, consisting of the Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language. It comes as a bundled application with all the ...
                    • Real User Monitor (RUM) - Troubleshooting

                      If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check prerequisites to be done Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
                    • Configure Apache "server-status" page

                      This error occurs when Client is denied to access "server-status" page due to the missing configuration in Apache Server. Make below changes in httpd.conf file to fix the issue Step 1: Load Status Module Search for the line "LoadModule status_module ...
                    • Troubleshooting Bad Request and Internal Server error

                      Bad Request & Internal Server error When the server of URL cannot understand the request it has received it responds with a Bad request or a malformed syntax error message. If there is an error in processing the request received by the server, it ...