Главная страница


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)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Apache user authorization   Dmitry Ochnev   21 Aug 2000 14:47:21 
 Re: Apache user authorization   Gribanov Dmitriy   21 Aug 2000 19:28:25 
 Apache user authorization   Andrej Ramaszeuski   23 Aug 2000 18:29:25 
 Re: Apache user authorization   Gribanov Dmitriy   22 Aug 2000 11:08:21 
Архивное /ru.website/15424bd9a12d0.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional