[Wed Oct 17 23:26:57 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied
[Wed Oct 17 23:26:58 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied
[Wed Oct 17 23:26:58 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied
[2012 年 10 月 17 日星期三 23:29:07] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /Refresh.html 被拒绝
[2012 年 10 月 17 日星期三 23:33:34] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /Refresh.html 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /index.php 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /index.html 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /index.html.var 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /index.aspx 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /Default.aspx 被拒绝
[2012 年 10 月 17 日星期三 23:33:38] [错误] [客户端 85.55.45.215] (13)权限被拒绝:访问 /default.aspx 被拒绝
我正在尝试安装 Orchard
这是我的 conf 文件
<VirtualHost *:80>
ServerAdmin root@localhost
ServerName www.mydomain.com
# Change the path below to suit your configuration
DocumentRoot /var/www/www.mydomain.com/public_html
# The paths used here should be common for all Linux distributions
ErrorLog /var/www/www.mydomain.com/logs/error.log
CustomLog /var/www/www.mydomain.com/logs/access.log combined
HostnameLookups Off
UseCanonicalName Off
ServerSignature On
# Make ABSOLUTELY sure that the path in double quotes ends with a slash!
Alias / "/var/www/www.mydomain.com/public_html/"
AddMonoApplications OrchardDemo "/:/var/www/www.mydomain.com/public_html"
# Orchard is a .NET 4.0 application. If your Mono was installed in a different prefix, replace /usr/bin/ with that prefix below.
MonoServerPath www.mydomain.com /usr/local/mod-mono-server4
# Helps when you get stack traces
MonoDebug www.mydomain.com True
# Orchard assumes a case-insensitive filesystem
MonoIOMAP www.mydomain.com all
<Directory "/var/www/www.mydomain.com/public_html">
SetHandler mono
MonoSetServerAlias www.mydomain.com
</Directory>
这些是权限
drwxrwxr-x+ 11 apache www 4096 oct 24 23:14 public_html
我可以访问 LICENSE.txt 或 Hello.html 文件