|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
PerlRunXS(3) User Contributed Perl Documentation PerlRunXS(3)
NAME
Apache::PerlRunXS - XS implementation of Apache::PerlRun/Apache::Registry
SYNOPSIS
#in httpd.conf
Alias /perl/ /perl/apache/scripts/
PerlModule Apache::PerlRunXS
<Location /perl>
SetHandler perl-script
PerlHandler Apache::RegistryXS
Options +ExecCGI
#optional
PerlSendHeader On
...
</Location>
DESCRIPTION
This XS implementation of Apache::PerlRun and Apache::Registry will some day replace the Perl
versions.
SEE ALSO
perl(1), mod_perl(3), Apache::Registry(3)
AUTHOR
Doug MacEachern
perl v5.8.8 2000-03-30 PerlRunXS(3)
|
|