coffee_cn

博客园 首页 新随笔 联系 订阅 管理

2015年2月5日 #

摘要: 转载http://www.chenxie.org/?p=717# tail -f ../logs/catalina.outtail: cannot watch `../logs/catalina.out': No space left on devicedf -h 查看有剩余空间df -i 查看in... 阅读全文
posted @ 2015-02-05 15:08 coffee 阅读(863) 评论(1) 推荐(0) 编辑

2015年2月3日 #

摘要: apache配置(监听内网ip和端口)Listen 10.163.170.8:8001Listen 10.163.170.8:8002Listen 10.163.170.8:8003 DocumentRoot /website/111.com ServerName localhost:8... 阅读全文
posted @ 2015-02-03 12:37 coffee 阅读(523) 评论(0) 推荐(0) 编辑

2015年1月29日 #

摘要: #yum -y install php mysql mysql-server mysql-devel php-mysql php-cgi php-mbstring php-gd php-fastcgi#yum -y install nginx#chkconfig nginx on#yum insta... 阅读全文
posted @ 2015-01-29 17:10 coffee 阅读(345) 评论(0) 推荐(0) 编辑

摘要: server { listen 80 ; server_name xxx.test.cn localhost 127.0.0.1 115.29.96.222; access_log /var/log/nginx/xxx.test.cn.access.... 阅读全文
posted @ 2015-01-29 16:56 coffee 阅读(272) 评论(0) 推荐(0) 编辑

2015年1月28日 #

摘要: http://www.lifelinux.com/how-to-install-nginx-and-php-fpm-on-centos-6-via-yum/http://blog.csdn.net/seanchan/article/details/7680354Today, I’m going to... 阅读全文
posted @ 2015-01-28 14:22 coffee 阅读(322) 评论(0) 推荐(0) 编辑

摘要: #yum -y install memcached#/etc/rc.d/init.d/memcached start#cat /etc/sysconfig/memcached#chkconfig --add memcached#chkconfig memcached on#yum install p... 阅读全文
posted @ 2015-01-28 11:17 coffee 阅读(146) 评论(0) 推荐(0) 编辑

摘要: #yum -y install nfs-utils rpcbind#service rpcbind start#service nfs start#chkconfig --add rpcbind#chkconfig rpcbind on#chkconfig --add nfs#chkconfig n... 阅读全文
posted @ 2015-01-28 11:16 coffee 阅读(174) 评论(0) 推荐(0) 编辑

2015年1月7日 #

摘要: 为了方便在内网测试微信接口API ServerName wx.abc.com ProxyPreserveHost on ProxyPass / http://220.11.22.88:8080/ ProxyPassReverse / http://220.11.22.88:8080/ 阅读全文
posted @ 2015-01-07 12:28 coffee 阅读(243) 评论(0) 推荐(0) 编辑

2014年8月1日 #

摘要: 阅读全文
posted @ 2014-08-01 17:17 coffee 阅读(492) 评论(0) 推荐(0) 编辑

2014年7月29日 #

摘要: 1.停止mysql2.命令行启动mysqlmysqld --defaults-file="c:\mysql\mysql server 5.1\my.ini" --console --skip-grant-tables3.无密码登录后执行以下sqlupdate mysql.user set passw... 阅读全文
posted @ 2014-07-29 13:00 coffee 阅读(199) 评论(0) 推荐(0) 编辑