Help for this page

Select Code to Download


  1. or download this
    zip -r my-app.par *
    
  2. or download this
    Alias /my-app/ ##PARFILE##/
    <Location /my-app>
    ...
        # PerlHandler Apache::PAR::Registry
        # PerlHandler Apache::PAR::PerlRun
    </Location>
    
  3. or download this
    use Apache::PAR qw(
          /usr/local/apache/par
    );