早上突然收到dnspod的宕机通知(好久没收到了,有点手足无措)。服务器在上午10:40时达到85%。uptime显示cpu利用率达到35。不宕才怪。按照之前的经验,应该是触发一个特别耗CPU的处理,把php-cgi重启就能立马恢复,之后再查看日志。重启后立刻ok.查看日志,调出那一时刻的日志一条一...
分类:
其他好文 时间:
2014-10-09 15:21:23
阅读次数:
152
Debian's default Apache2 installation attempts to make adding and
removing modules, virtual hosts, and extra configuration directives as
flexible as...
分类:
其他好文 时间:
2014-10-09 14:46:34
阅读次数:
237
首先进入apache官网http://httpd.apache.org/download.cgi选择要下载的版本点击Other files点击binaries/选择win32/就可以下载到msi的文件了,openssl表示可以使用https协议,no表示不可以
分类:
数据库 时间:
2014-10-09 12:50:03
阅读次数:
219
【动态网页技术发展】cgi(common gateway interface)效率低--->asp(html+js+com)扩展难;com开发难度大,一般是微软开发;安全性低;实现企业级功能困难--->php(跨平台性良好,多种数据库支持,良好的安全性,免费使用;安装复杂,缺少企业支持) PHP+M...
分类:
其他好文 时间:
2014-10-09 02:59:47
阅读次数:
276
一句命令:sudo apt-get install apache2产生的启动和停止文件是:/etc/init.d/apache2 启动:sudo apache2ctl -k start 停止:sudo apache2ctl -k stop 重新启动:sudo apache2ctl -k res...
分类:
其他好文 时间:
2014-10-08 17:51:55
阅读次数:
284
Xsolla有幸采访到中国外包公司艾迪亚数字娱乐的市场总监-Matthew
Dai。这家工作室和世界级的开发商合作,像Ubisoft, ANught Dog, Sega, EA, Sony, Midway, Crytek 和Square Enix。并不是其他的外包视觉制作公司, 艾迪公司一直争取在控制人员,不超过250名工作的情况下,制作出最好的作品。如果你玩过The Last of Us, ...
分类:
其他好文 时间:
2014-10-08 10:11:55
阅读次数:
292
access_token是公众号的全局唯一票据,公众号调用各接口时都需使用access_token。接口调用请求说明http请求方式: GEThttps://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPI...
分类:
微信 时间:
2014-10-07 15:45:53
阅读次数:
422
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
其他好文 时间:
2014-10-07 13:24:13
阅读次数:
223
源码安装index.html的目录[root@localhost htdocs]# vim /usr/local/apache2/htdocs/index.html It works!在线安装index.html的目录[root@localhost html]# vim/var/www/html/i...
分类:
Web程序 时间:
2014-10-07 01:21:32
阅读次数:
880
第一种: sudo?apt-get?install?apache2?php5?mysql-server?php5-mysql 第二种: sudo?tasksel?install?lamp-server
分类:
其他好文 时间:
2014-10-06 21:47:51
阅读次数:
214