NAME

Apache::DocServer - mod_perl 2 soap server for soap-enhanced perldoc

DESCRIPTION

This module provides a mod_perl 2 soap-based service to Pod::Perldocs. The necessary Apache2 directives are

PerlLoadModule Apache::DocServer

DocServer_db database_name
DocServer_user user_name
DocServer_passwd password_for_above_user
DocServer_pod_root "/Path/to/pod/root"

<Location /docserver>
  SetHandler perl-script
  PerlResponseHandler Apache2::SOAP
  PerlSetVar dispatch_to "D:/Perl/site/lib/Apache2, Apache::DocServer"
</Location>

where the Apache2::SOAP module, included in this distribution, is a mod_perl 2 aware version of Apache::SOAP of the SOAP::Lite distribution. See the perldocs script in this distribution for an example of it's use.

SEE ALSO

Pod::Perldocs.