Help for this page

Select Code to Download


  1. or download this
    PerlOptions +GlobalRequest
    PerlModule Apache2::Request
    ...
        SetHandler perl-script
        PerlHandler "sub { return 404; }"
    </FilesMatch>
    
  2. or download this
    <FilesMatch "(\.mas|handler)$">
        SetHandler perl-script
        PerlResponseHandler "sub { use Apache2::Const; return Apache2::Con
    +st::NOT_FOUND }"
    </FilesMatch>