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

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

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

  require acl mixin RHN::Access::System user_role(org_admin); system_feature(ftr_proxy_capable); org_channel_family(rhn-proxy); child_channel_candidate(rhn-proxy)
</Files>

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

  require acl user_role(org_admin) or user_role(system_group_admin); system_feature(ftr_system_grouping)
</Files>

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

  require acl user_role(org_admin) or user_role(system_group_admin); system_feature(ftr_system_grouping)
</Files>

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

  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

  require acl system_feature(ftr_agent_smith)
</Files>

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

  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

  require acl system_feature(ftr_package_updates)
</Files>

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

  PerlModule PXT::ApacheHandler
  PerlModule PXT::ApacheAuth
  PerlAuthenHandler PXT::ApacheAuth

  require acl system_feature(ftr_remote_command)
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache