Server::Control

Flexible apachectl style control for servers
Download

Server::Control Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Swartz
  • Publisher web site:
  • http://search.cpan.org/~jswartz/

Server::Control Tags


Server::Control Description

Server::Control is a Perl module that allows you to control servers in the spirit of apachectl, where a server is any background process which listens to a port and has a pid file. It is designed to be subclassed for different types of servers.The original motivation was to eliminate all those little annoyances that can occur when starting and stopping a server doesn't quite go right.SYNOPSIS use Server::Control::Apache; my $apache = Server::Control::Apache->new( conf_file => '/my/apache/dir/conf/httpd.conf' ); if ( !$apache->is_running() ) { $apache->start(); }Product's homepage


Server::Control Related Software