colloquium/spacewalk/master/web/html/network/systems/.htaccess - Htaccess File

colloquium/spacewalk/master/web/html/network/systems/.htaccess

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

<Files entitlements.pxt>
  AuthType Basic
  AuthName "RHN Org Admin Area"

  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth
  require acl user_role(org_admin)
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache