Help for this page

Select Code to Download


  1. or download this
    Content-type:image/gif
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "MOD_PERL is off";
    }
    exit;
    
  3. or download this
    <IfModule mod_perl.c>
      Alias /perl/ /home/httpd/perl/
    ...
        PerlSendHeader off
      </Location>
    </IfModule>