【发布时间】:2017-12-13 11:40:23
【问题描述】:
我正在尝试使用 apache 在 ubuntu 上使用 mod_mono 建立一个 asp 网站。目前我收到一个错误,所有内容都从 apache 服务器返回错误 404。
这是网站的配置文件(我已经替换了一些东西以保护一些隐私,例如 ip 和网站名称)
<VirtualHost ---------->
DocumentRoot /home/euan/ftp/files/Site
ServerName Site.org
HostNameLookups on
ServerAlias www.Site.org
<Directory "/home/euan/ftp/files/Site">
allow from all
Options None
SetHandler mono
Require all granted
</Directory>
</VirtualHost>
谁能帮我解决这个问题?这是像 mono 和 asp.net 框架之间的不兼容那样愚蠢的事情吗?还是我的配置不对?
【问题讨论】: