NAME

Apache::Hello - Apache/Perl Hello World module

SYNOPSIS

#httpd.conf
<Location /hello>
SetHandler perl-script

PerlHandler Apache::Hello
</Location>

DESCRIPTION

A simple "Hello World" module, used as an example at the 1st ORA Perl conference talk on Apache/Perl.

SEE ALSO

mod_perl(3), Apache(3)

AUTHOR

Doug MacEachern