Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    PAB3::ModPerl::Registry 3.1.5

    Download button

    No screenshots available
    Downloads: 416  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    16 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Christian Mueller | More programs
    Perl Artistic License / FREE
    June 16th, 2008, 09:48 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    PAB3::ModPerl::Registry description

    PAB3::ModPerl::Registry contains Perl scripts persistently under Apache and mod_perl inside the PAB3 CGI environment.

    PAB3::ModPerl::Registry contains Perl scripts persistently under Apache and mod_perl inside the PAB3 CGI environment.

    SYNOPSIS

    ------------
    mod_perl 1.x
    ------------

    # httpd.conf
    PerlModule PAB3::ModPerl::Registry
    Alias /cgi-pab/ /home/httpd/cgi-bin/
    < Location /cgi-pab >
    SetHandler perl-script
    PerlHandler PAB3::ModPerl::Registry
    PerlSendHeader off
    Options +ExecCGI
    # [optional] set a package to run the scripts inside it.
    # If you are using different packages inside the scripts
    # all "global" functions and variables will not be available anymore.
    # Thats because Perl allows only package wide globals.
    # The option below enables choosing a self defined package without
    # loosing "global" access to the functions and variables announced here.
    PerlSetVar Package MyPackageName
    < /Location >

    ------------
    mod_perl 2.x
    ------------

    # httpd.conf
    PerlModule PAB3::ModPerl::Registry
    Alias /cgi-pab/ /home/httpd/cgi-bin/
    < Location /cgi-pab >
    SetHandler perl-script
    PerlResponseHandler PAB3::ModPerl::Registry
    PerlOptions -ParseHeaders +GlobalRequest +SetupEnv
    Options +ExecCGI
    # [optional] set a package to run the scripts inside it.
    # If you are using different packages inside the scripts
    # all "global" functions and variables will not be available anymore.
    # Thats because Perl allows only package wide globals.
    # The option below enables choosing a self defined package without
    # loosing "global" access to the functions and variables announced here.
    PerlSetVar Package MyPackageName
    < /Location >

    Requirements:

    · Perl



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    PAB3 CGI | Apache mod_perl | Perl module | PAB3 | CGI | Apache

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM