¡¾ÇóÖú¡¿about apache authdbuserfile!!!
about apache authdbuserfile!!!I want to use authdbuserfile for apache,here is my httpd.conf:
<directory "/usr/local/www/data/web3">
allowoverride none
authtype basic
authname www
# authuserfile /usr/local/www/.htpasswd
authDBuserfile /usr/local/www/.htpasswddb
require valid-user
</directory>
but always wrong:
sitlhj# httpd -t
Syntax error on line 1117 of /usr/local/etc/apache2/httpd.conf:
Invalid command 'authDBuserfile', perhaps mis-spelled or defined by a module not included in the server configuration
how shuld I do?thank you!
Ò³:
[1]