小编use*_*282的帖子

Apache:如何将虚拟目录限制为本地网络

在我家的Apache 2.x服务器上,我有许多虚拟目录.我已经设置了路由器,以便我可以从互联网访问Apache.我需要在家庭网络局域网外部访问其中一个虚拟目录(/ private).所以给定/私有,如何配置Apache只为192.168.4.x的/ private提供请求?

apache security lan access-control apache-config

4
推荐指数
1
解决办法
7451
查看次数

单声道2.4错误:Mono mcs1编译器中没有'Feature`generics'.考虑使用`gmcs'编译器代替'

使用以下说明在Ubuntu上安装Mono 2.4:http: //www.nabble.com/forum/PrintPost.jtp?post = 22841086

当我运行xsp并尝试运行http模块(http://192.168.1.6:8080/album.ashx)时,我收到以下错误:

Compilation Error

Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.

Compiler Error Message: /tmp/fredf-temp-aspnet-0/e8a60863/194d0e44.cs(479,18) : error CS1644: Feature `generics' is not available in Mono mcs1 compiler. Consider using the `gmcs' compiler instead
/tmp/fredf-temp-aspnet-0/e8a60863/194d0e44.cs(479,50) : error CS1644: Feature `generics' is not available in Mono mcs1 compiler. Consider using the `gmcs' compiler instead

我该如何解决这个错误?

asp.net mono httphandler

1
推荐指数
1
解决办法
535
查看次数