Query: app::info::httpd
OS: debian
Section: 3pm
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
App::Info::HTTPD(3pm) User Contributed Perl Documentation App::Info::HTTPD(3pm)NAMEApp::Info::HTTPD - Information about web servers on a systemDESCRIPTIONThis 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.INTERFACEIn addition to the methods outlined by its App::Info parent class, App::Info::HTTPD offers the following abstract methodsOBJECT METHODShttpd_root my $httpd_root = $app->httpd_root; The root directory of the HTTPD server.BUGSPlease send bug reports to <bug-app-info@rt.cpan.org> or file them at <http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Info>.AUTHORDavid Wheeler <david@justatheory.com>SEE ALSOApp::Info, App::Info::HTTPD::ApacheCOPYRIGHT AND LICENSECopyright (c) 2002-2008, David Wheeler. Some Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-03-15 App::Info::HTTPD(3pm)