This page is READ-ONLY. It is generated from the old site.
All timestamps are relative to 2013 (when this page is generated).
If you are looking for TeX support, please go to VietTUG.org
All timestamps are relative to 2013 (when this page is generated).
If you are looking for TeX support, please go to VietTUG.org
apache: mod_auth_basic
Nội dung của .htpasswd
được điều chỉnh bằng htpasswd
<IfModule mod_auth_basic.c> AuthType basic AuthName "private area" AuthUserFile /path/to/.htpasswd Require valid-user </IfModule>
Note: file .htpasswd
có thể ở bất kỳ đâu, sao cho người thường không thấy được từ :80
Comments