摘要:
最近刚换了服务器,开始测试的时候未发现什么问题,可是一旦同一时间段操作的人比较多的时候,就会抛出如下错误: Server Error in '/' Application. Exception of type 'System.OutOfMemoryException' was thrown. D... 阅读全文
摘要:
1 之前使用wamp在本地通过localhost访问PHP网站,一直很正常,最近想要发布至服务器,需要域名解析,发现PHP网站无法使用ip登陆,比如输入ip+端口地址,会报错:you don't have permission to access / on this server wamp。这个愁死我了,上网搜索,基本都是想修改路径【C:\wamp\alias】下的三个.conf文件, 修改如下: Options Indexes FollowSymLinks MultiViews AllowOverride none Order allow,deny Allow from all Re 阅读全文