Manpages

Manpage of PerlRunXS

PerlRunXS

Section: User Contributed Perl Documentation (3)
Updated: 1999-01-20
Index
Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 05:40:03 GMT, April 25, 2024