|
App::Info::HTTPD - Information about web servers on a system |
App::Info::HTTPD - Information about web servers on a system
This subclass of App::Info is an abstract base class for subclasses that provide information about web servers. Its subclasses are required to implement its interface. See App::Info for a complete description and App::Info::HTTPD::Apache for an example implementation.
In addition to the methods outlined by its App::Info parent class, App::Info::HTTPD offers the following abstract methods
my $httpd_root = $app->httpd_root;
The root directory of the HTTPD server.
Report all bugs via the CPAN Request Tracker at http://rt.cpan.org/NoAuth/Bugs.html.
David Wheeler <david@wheeler.net>
App::Info, App::Info::HTTPD::Apache
Copyright (c) 2002, David Wheeler. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
App::Info::HTTPD - Information about web servers on a system |