Chinaunix首页 | 论坛 | 博客
  • 博客访问: 93549
  • 博文数量: 14
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 170
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-31 16:17
文章分类

全部博文(14)

文章存档

2013年(14)

我的朋友

发布时间:2013-10-28 11:29:24

以下内容保存为文件nginx到/etc/init.d/目录下?
?#!/bin/bash
# nginx Startup script for the Nginx HTTP Server
#
# chkconfig: - 85 15
# description: Nginx is a high-performance web and proxy server.
# It has a lot of features, but it's not for everyone.
# processname: nginx
# pidfile: /var/run/nginx.pid
# config: /usr/local/nginx/conf/nginx.conf
nginxd=/usr/local/nginx/sbin/nginx
nginx_config=/usr/local/nginx/conf/nginx.conf
nginx_pid=/usr/local/nginx/logs/nginx.p......【阅读全文】

阅读(1409) | 评论(0) | 转发(0)

发布时间:2013-10-25 11:18:57

安装使用的是nginx最新稳定版。一开始按常规的指定编译参数:

./configure --prefix=/usr/local/nginx --with-pcre=/usr/local/pcre/ --with-zlib=/usr/local/zlib --with-http_stub_status_module --with-http_ssl_module^C


? 到make阶段报错: make
?make -f objs/Makefile
make[1]: Entering directory `/usr/local/src/nginx-0.8.54′
cd /usr/local/pcre /
&& if [ -f Makefile ]; then make distclean; fi /
&& CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " /
./configure –disab......【阅读全文】

阅读(15542) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册