Man page search options
List man pages starting with
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
ALPHA   NUM   OTHER   ALL
PerlRunXS(3pm)        User Contributed Perl Documentation       PerlRunXS(3pm)

NAME
       Apache::PerlRunXS - XS implementation of Apache::PerlRun/Apache::Reg-
       istry

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                       1999-01-20                    PerlRunXS(3pm)