|
|
ru.website- RU.WEBSITE ------------------------------------------------------------------- From : Gribanov Dmitriy 2:5020/400 22 Aug 2000 11:08:21 To : All Subject : Re: Apache user authorization -------------------------------------------------------------------------------- может так, т.е без .htaccess <access.conf> # # This is the default file for the AccessConfig directive in httpd.conf. # It is processed after httpd.conf and srm.conf. # # To avoid confusion, it is recommended that you put all of your # Apache server directives into the httpd.conf file and leave this # one essentially empty. # <Directory /> Options FollowSymLinks AllowOverride none </Directory> <Directory "d:/usr/local/cgi"> AllowOverride none Options ExecCGI order allow,deny allow from 10.0.0.47 </Directory> <Directory "d:/usr/local/www"> Options all AllowOverride All Order allow,deny Allow from all </Directory> <Directory "d:/usr/local/www/bank"> AuthType Basic AuthUserFile /usr/local/conf/.htpasswd AuthName LOGIN require valid-user </Directory> --- ifmail v.2.15dev5 * Origin: Artelecom-Internet News Server (2:5020/400) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.website/15424bd9a12d0.html, оценка из 5, голосов 10
|