0

[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 文件

4

1 回答 1

0

解决了禁用 SELinux 的问题:Does Mono run on Fedora Core 5

只要您关闭 SELinux,Mono 就会在 FC5 上运行。否则,某些应用程序可能会遇到错误。

有些人也报告了编译问题,但目前没有详细信息,如果你想使用 Mono,请确保关闭 SELinux

http://www.mono-project.com/FAQ:_技术

于 2012-11-02T14:48:30.537 回答