.htaccess与CAS mod_auth_cas模块Apache

时间:2018-10-19 02:41:59

标签: apache .htaccess ubuntu cas apache-modules

我正在尝试使用.htacess文件保护apache服务器中的目录,但不知道将配置放在何处。我在线上找到了一篇文章(http://ist.uwaterloo.ca/~mpatters/cas/user.html),该文章表明我需要在apache的.config文件中放入以下行

 <Directory "/var/www/html">
 ...
  AllowOverride AuthConfig
 ...
 </Directory>

文章还告诉我,我需要在创建的.htacces文件中保留以下几行,但不起作用。

AuthType CAS
require user mpatters

我知道“ require user mpatters”告诉我我需要在文件中放入一些内容,但是我不知道该放在哪里。已经为apache服务器配置了CAS,所以我只需要使用CAS身份验证来保护目录。谢谢!

0 个答案:

没有答案