|
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_rootmy $httpd_root = $app->httpd_root; The root directory of the HTTPD server. SUPPORTThis module is stored in an open GitHub repository <http://github.com/theory/app-info/>. Feel free to fork and contribute!Please file bug reports via GitHub Issues <http://github.com/theory/app-info/issues/> or by sending mail to bug-App-Info@rt.cpan.org <mailto:bug-App-Info@rt.cpan.org>. AUTHORDavid E. Wheeler <david@justatheory.com>SEE ALSOApp::Info, App::Info::HTTPD::ApacheCOPYRIGHT AND LICENSECopyright (c) 2002-2011, David E. Wheeler. Some Rights Reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |