
服务器
用户昵称不能为空
想马儿跑又想马儿不吃草。情商很低怎么了
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Dreamhost 提示No input file specified. 的解决办法
如果开启FastCGI模式,.htaccess无法生效,一直提示no input file specified。因为在Fastcgi模式下,php不支持rewrite的目标网址的PATH_INFO的解析 ThinkPHP运行在URL_MODEL=2时,会出现 No input file specified.的情况, 这时可以修改网站目录的.htaccess文件:(by default7原创 2014-06-22 18:10:30 · 2599 阅读 · 0 评论 -
nginx win7 vhost 多域名重写!
#文件 d:/nginx/vhost/xxx.com.confserver { listen 80; server_name xxx.com; location / { root d:/xxx.com; index index.html index.htm index.php;原创 2014-11-27 15:21:18 · 3698 阅读 · 0 评论 -
阿里云性能真的是差到了极点……
一个简单的SELECT COUNT(*) 要6秒select count(*) from tb where status=1#运行花费6-10秒吞吐能力 阿里云[root@aliyun ~]# cd /tmp && dd if=/dev/zero of=t.img bs=4096 count=10000 conv=ync10000+0 records in10000+0 records ou原创 2015-06-29 13:29:41 · 6554 阅读 · 4 评论 -
linux Apache rotatelogs 失败不生效的原因和解决办法
rotatelogs 截断日志,进行配置。但是保存vhost.conf 之后,服务器httpd -k restart 始终无法重启成功。日志文件:(2)No such file or directory: AH00089: Couldn't start ErrorLog process ' rotatelogs /var/www/html/logs/error/%Y/%m/%d_error原创 2014-10-19 22:54:14 · 10168 阅读 · 0 评论