colloquium/spacewalk/master/web/html/help/.htaccess - Htaccess File

colloquium/spacewalk/master/web/html/help/.htaccess

<Files RHN-channel-mgmt-en.pdf>
  AuthType Basic
  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

</Files>

<Files RHN-proxy-en.pdf>
  AuthType Basic
  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

</Files>

<Files RHN-satellite-en.pdf>
  AuthType Basic
  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

</Files>

<Files RHN-client-config-en.pdf>
  AuthType Basic
  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

</Files>

<Files *.html>
  ForceType text/pxt
  SetHandler perl-script
  PerlModule PXT::ApacheHandler
  PerlHandler PXT::ApacheHandler
</Files>

PerlSetVar pxt_make_vile off

On Github License

Files

Download PDF of Htaccess file

Comments

Apache