簡體   English   中英

NTLM與Apache + CentOS 5

[英]NTLM with Apache + CentOS 5

我嘗試使用Apache 2在CentOS 5上安裝NTLM。我執行了以下步驟。

cd /tmp
wget http://search.cpan.org/CPAN/authors/id/S/SP/SPEEVES/Apache2-AuthenNTLM-0.02.tar.gz
tar zxvf Apache2-AuthenNTLM-0.02.tar.gz
cd Apache2-AuthenNTLM-0.02
perl Makefile.pl
make install

之后,我在httpd.conf中添加了以下內容:

<Directory “/var/www/htlm/secure”>
Options Indexes
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName Secure Access
require valid-user
PerlAddVar ntdomain “YOURDOMAIN domaincontroller backupdomaincontroller”
PerlSetVar defaultdomain YOURDOMAIN
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmdebug 0
PerlSetVar ntlmauthoritative off
</Directory>

現在,我嘗試重新啟動httpd服務,但出現以下錯誤:

service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: Syntax error on line 1018 of /etc/httpd/conf/httpd.conf:
Invalid command 'PerlAuthenHandler', perhaps misspelled or defined by a module not included in the server configuration
                                                           [FAILED]

我需要添加其他內容還是需要添加模塊?

謝謝

問候保羅

根據http://www.webmasterworld.com/forum13/4292.htm ,您也需要mod_perl

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM