在我家的Apache 2.x服务器上,我有许多虚拟目录.我已经设置了路由器,以便我可以从互联网访问Apache.我需要在家庭网络局域网外部访问其中一个虚拟目录(/ private).所以给定/私有,如何配置Apache只为192.168.4.x的/ private提供请求?
使用以下说明在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
我该如何解决这个错误?