Help for this page

Select Code to Download


  1. or download this
    package Apache::LC;
    
    ...
    }
    
    1;
    
  2. or download this
    PerlModule Apache::LC
    PerlModule Apache::Filter
    ...
       SetHandler perl-script
       PerlHandler Apache::LC
    </Location>
    
  3. or download this
    PerlModule Apache::LC
    PerlModule Apache::Filter
    ...
            Options -Indexes ExecCGI
            PerlSendHeader On
    </Location>