Skip to content

mjharwood/Apache--VMonitor-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache::VMonitor 2.x works with both mod_perl (Apache 1.x) and mod_perl2 (Apache 2.x).

To build:

  % perl Makefile.PL 
  % make
  % make test
  % make install

It should auto-detect which version you have and where your httpd is installed. If 
this does not work, you need to specify the location of your apache binary as
follows:

  % perl Makefile.PL -httpd <path to httpd>

If you have both installed you need to decide which version of mod_perl to build
it for.

  % perl Makefile.PL MOD_PERL=1

or 

  % perl Makefile.PL MOD_PERL=2


About

Apache::VMonitor-2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages