Ubuntu系统下apt-get命令常用参数
常用的APT命令参数: apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 (more…)
Spawn-fcgi启动进程马上死掉
如果运行Spawn-fcgi之后,ps不能发现进程,netstat不能发现端口说明Spawn-fcgi没有正常启动,可以在启动参数中加 -n 之后再启动会有详细信息.问题也就找到了.
WSGI、Flup、FastCGI、web.py的关系
Apache/lighttpd: 相当于一个request proxy,根据配置,把不同的请求转发给不同的server处理,例如静态的文件请求自己处理,这个时候它就像一个web server,对于fastcgi/python这样的请求转发给flup这样的Server/Gateway进行处理 (more…)
webpy+nginx+fastcgi使用spawn-fcgi启动fastcgi
使用spawn-fcgi启动webpy的fastcgi方式,前端是nginx * 服务器环境:FreeBSD 7.1 * webpy-0.32 * spawn-fcgi v1.6.0 * nginx/0.6.36 * Flup (more…)
Webpy + Nginx with FastCGI搭建Web.py
这一节讲解的是如何使用Nginx和FastCGI搭建Web.py应用 (more…)
Nginx+Spawn-fcgi+web.py
研究了一大晚上,似乎有了一点心得,估计几小时后起来再尝试下应该就能成功了. 到时候再整理出一套比较完善的心得.应该也算是不错的经验.
CentOS干净系统需要的组件
一般我们拿到一台新的CentOS系统的时候,默认情况下需要一些组件才能帮助我们完成例如LAMP环境的编译安装. (more…)
Top 10 Opensource CRM
CRM buyers might have very few choices were it not for open-source applications. The CRM field is dominated by huge players such as Oracle Corp. and SAP, and the open-source model is perhaps the easiest way into the CRM market for new companies. Open-source CRM projects have been proliferating; SourceForge Inc. lists 369 active open-source CRM projects. The following 10 open-source CRM solutions have risen to the top of the list. (more…)
通过批处理删除被挂马后无法删除文件
很多网站被挂马后出现诸如"com1,com2,com3,com4,aux,prn,con,nul"等文件或是文件夹,通过FTP无法删除,登陆服务器上删除提示该文件无法访问. (more…)
VeryCD灌水机-Python自动灌水脚本示例
使用方法: 1.把username和passwd改成相应的东东 (more…)
