由于种种原因,服务器给卖掉了,因此,我做的源码目录也就没了。这里把该目录的配置属性介绍一下:
- <directory /home/sunboyu/www_source.sunboyu.cn>
- MaxConnPerIP 1
- ReadmeName foot.html #页面的头
- HeaderName top.html #页面的脚
- IndexIgnore top.html foot.html #列目录的时候,忽略这些文件
- ServerSignature Off #关闭服务器标志
- IndexOptions FancyIndexing VersionSort FoldersFirst SuppressLastModified NameWidth=* Charset=UTF-8
- Options FollowSymLinks
- Options +Indexes
- AllowOverride all
- Order deny,allow
- Allow from all
- </directory>
FancyIndexing 打开列表功能
VersionSort 同一文件不同版本分类列出
FoldersFirst 文件夹优先
SuppressLastModified 禁止列出最后修改时间
NameWidth=* 文件名长度 *当然是全部显示
Charset=UTF-8 页面输出编码
AddIcon /other/icons/exe.gif .bin .exe 给exe bin扩展名添加exe.gif图标
ScanHTMLTitles 如果有html文件,则度html的title为描述