Apache HTTP最新官方配置(中译版[3])[5]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 bigball 的 blog

# directory if a ~user request is received.  be especially careful to use

# proper, forward slashes here.  on windows nt, "personal/my website"

# is a more appropriate choice.

# userdir: 用户的home的名称,当接到到~user的请求时。

请小心正确使用”/”. winnt上,”personal/my website”是更合适的选择

userdir "my documents/my website"

 

#

# control access to userdir directories.  the following is an example

# for a site where these directories are restricted to read-only.

#控制userdir目录,以下是一个例子,这个目录是只读的

# you must correct the path for the root to match your system's configured

# user directory location, e.g. "c:/winnt/profiles/*/my documents/my website"

# or whichever, as appropriate.

#你必须更正root目录,与系统设置相配,如用户目录是c:/winnt/profiles/*/my documents/my website或者其它合适的

#<directory "c:/documents and settings/*/my documents/my website">

#    allowoverride fileinfo authconfig limit

#    options multiviews indexes symlinksifownermatch includesnoexec

#    <limit get post options propfind>

#        order allow,deny

#        allow from all

本文关键:Apache HTTP最新官方配置(中译版[3])
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top