Apache

来自Shiyin's note
116.233.160.253讨论2013年4月21日 (日) 12:23的版本 (以“==FC18的http服务== ;允许.htaccess和.htpasswd密码保护 AllowOverride Authconfig ;允许符号链接 Options FollowSymLinks :*但是符号链接对应的...”为内容创建页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

FC18的http服务

允许.htaccess和.htpasswd密码保护
AllowOverride Authconfig

允许符号链接
Options FollowSymLinks
  • 但是符号链接对应的目录应该有明确的<Directory>定义,另外还有注意Selinux的设置。
运行列出目录中的所有内容
Options Indexes
允许Userdir下到public_html模式
<IfModule mod_userdir.c>

UserDir enabled :这个很重要

       UserDir public_html
</IfModule>