• Home
  • Popular Downloads
  • Contact Us
  • Submit

Softpile

Free Downloads

Main Navigation
  • Home
  • Windows
  • Mac OS X
  • Business
  • Desktop
  • Development
  • Education
  • Games
  • Internet
  • Multimedia
  • Utilities
Home » Linux » Apache::HealthCheck

Apache::HealthCheck

June 26, 2009
Checks a set of URLs for conditions and puts up whatever page you want
Version: 0.01
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by: Michael Gregorowicz
Apache::HealthCheck is a Perl module that checks a set of URLs for conditions and puts up whatever page you want.

SYNOPSIS

 < Location /health-check/ >
 SetHander perl-script
 PerlModule Apache::HealthCheck
 PerlHandler Apache::HealthCheck
 PerlAddVar CheckURL "http://appserver1.example.com/ 404"
 PerlAddVar CheckURL "http://appserver1.example.com:8085/ 302"
 PerlAddVar CheckURL "http://component1.example.com:4424/ 403"
 PerlSetVar ReturnCodeSuccess 403
 PerlSetVar ReturnCodeFail 500
 < /Location >

Checks a list of urls for specific return codes and then returns a code / header / page of it's own. This is useful for web server clusters where you might have a switch or a web server performing periodic health checks on an application. This module allows you to harness the checks of all the urls (web services) a specific node might have in one easy to "check" URL.

If any of the URLs specified in the CheckURL directives fails to return the specified return code, the attempt is treated as failed, otherwise its treated as a success.
apache checker health health checker perl module urls checker
Free Download 4K
0
  • Share on:

Apache::HealthCheck User Reviews

Sponsored

Categories

  • Linux

Related Downloads

Crypt::NSS::PKCS11
Functions needed for communicating with PKCS#11 cryptographic modules
XML::Generator::RSS10::lgcl
Support for the UK Local Government Category List (lgcl) specfication
Tk_BindEvent
Invoke scripts in response to X events
Tk::Workspace
Persistent, multi-purpose text processor
Pod::Tree
Create a static syntax tree for a POD
Copyright © 1999-2017 Softpile Free Downloads
  • Contact Us
  • Submit
  • Privacy Policy
  • Disclaimer
  • Terms of Use