?

  • cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.original
    • AllowOverride?
      AccessFileName .htaccess
      AllowOverride
      AllowOverride None
      AllowOverride AuthConfig
      AllowOverride All
    • <Directory />
         AllowOverride none
      </Directory>
      <Directory /var/www/html>
      </Directory>
      AllowOverride?

AuthUserFile /etc/httpd/.htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user

AuthUserFile?





トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: Fri, 12 May 2006 16:48:51 JST (6583d)