
nginx
DawnRayYang
我觉得偶尔我还是灵光~~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu10.04下安装nginx
因为目前手头的机子是ubuntu10.04 64bit的系统 直接sudo apt-get install nginx就可以了 安装完了之后,配置文件大都在/etc目录下 网站文件在/var/www/下 默认没有启动 sudo nginx 就启动了 然后从局域网的另一个机器上访问 看到 welcome to nginx 表示服务已经启动了原创 2012-07-25 14:17:34 · 647 阅读 · 0 评论 -
nginx+spawn-fcgi+flup+webpy服务搭建
转自http://blog.csdn.net/five3/article/details/7732832 webpy环境搭建 在开始webpy搭建之前,有必要熟悉一下什么事fastcgi,因为搭建环境时都是使用这个模式去运行webpy程序的,具体的fastcgi描述可以参考各种百科;fastcgi协议官网(http://www.fastcgi.com/drupal/)上面描述一些基转载 2012-08-22 11:30:44 · 1880 阅读 · 0 评论