Nginx的快速安装手册及如何修改端口号

安装openssl-0.9.8e.tar.gz软件包

./configure  --prefix=/usr/local/openssl
make &&make install

2) 安装pcre-8.12.tar.gz软件包(可以安装光盘里面pcre和pcre-devel,prce库支持Nginx HttpRewrite模块)
./configure --prefix=/usr/local/prce
make &&make install

3) 安装nginx软件包
 useradd david -s /sbin/nologin

./configure

 --user=david --group=david    /指定nginx运行的nginx用户和组

 --prefix=/usr/local/nginx/
 --with-http_stub_status_module --with-openssl=/usr/local/openssl
 --with-pcre=/usr/local/pcre/
make && make install

更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/Servers/web/

测试nginx 服务是否安装成功
/usr/local/nginx/sbin/nginx -t
nginx: the configuration file /usr/local/nginx//conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx//conf/nginx.conf test is successful

5) 启动nginx 服务

/usr/local/nginx/sbin/nginx

6) 查看nginx 是否开启(即查看nginx的端口是否处于LISTEN)

netstat -antl

7) 关闭nginx服务

[root@nagios ~]# ps -auxw |grep "nginx" |grep -v "grep"
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
root      5115  0.0  0.0   4112   456 ?        Ss   21:42   0:00 nginx: master process /usr/local/nginx/sbin/nginx
david     5116  0.0  0.2   4284  1072 ?        S    21:42   0:00 nginx: worker process
kill -9 进程号

8) 修改nginx端口号
server {
Listen 改一下就OK了
}

本文出自 “朴实的追梦者” 博客,请务必保留此出处http://sfzhang88.blog.51cto.com/4995876/851994

时间: 2024-12-27 09:54:01

Nginx的快速安装手册及如何修改端口号的相关文章

tomcat8 修改 端口号,是修改 /etc/tomcat8/server.xml 这个文件吗?

问题描述 tomcat8修改端口号,是修改/etc/tomcat8/server.xml这个文件吗? 解决方案 解决方案二:就是这个文件

eclipse-eclipes中Aptana插件无法打开网页,求如何修改端口号

问题描述 eclipes中Aptana插件无法打开网页,求如何修改端口号 解决方案 要修改端口的话,在你安装的apache下的conf文件夹下的server.xml里修改

WebSphere was 7.0修改端口号为80,修改上下文根

原文http://xye-462438944-163-com.iteye.com/blog/1217659 打开was的控制台: 1.增加Web容器传输链Servers (服务器)==> Server Types(服务器类型) ==> WebSphere application serversApplication servers(应用程序服务器) > server1 >Web容器设置-> Web container transport chains(Web容器传输链)Cre

学习PHP技术:txtSQL安装手册中文版

txtsql的最大优点之一是文档很详细,可惜,我在网上找了半天也找不到中文版的文档,所以只好自己动手,利人利已吧,不过自己的E文水平自己是很清楚的,希望大家看了不会笑掉大牙才好,还希望大家多多指教. 欢迎使用txtSQL 2.2快速安装手册.这页将指引你如何开始安装txtSQL. 1-解压缩下载包 2-配置类文件 2.1-目录结构 3-包含类文件 3.1-类实例 3.2-连接到txtSQL 3.3- 更改密码 3.4-选择一个数据库 4-执行SQL指令 4.1-指令的列表 4.2-显示结果 5-

修改tomcat默认的端口号_Tomcat

协同管理系统黙认使用Tomcat默认的端口8080,除8080端口外Tomcat还会占用8005,8009和8443端口.如果这4个端口已被占用,可以将协同管理系统修改为使用其它端口. 修改方法如下: 1.   如果机器上装有IIS或Apache Server等并仅占用了8080端口: 编辑文件"安装目录\tomcat\conf\server.xml"(可以用记事本打开) 查找到"8080"(如下红字标识处),然后替换成想设置的端口号(如9090),并保存即可. &

SpringBoot修改默认端口号

有时候我们可能需要启动不止一个SpringBoot,而SpringBoot默认的端口号是8080,所以这时候我们就需要修改SpringBoot的默认端口了.修改SpringBoot的默认端口有两种方式.下面就分别说一下这两种方式. 修改application.properties 第一种方式我们只需要在application.properties中加这样的一句话就可以了:server.port=8004.为什么这种方式可以实现修改SpringBoot的默认端口呢?因为在SpringBoot中有这

Debian 6系统下快速安装Nginx+PHP5.3+MySQL

直接给出安装方法:最快安装.最新稳定版.最省资源! root@DebianLNMP-Jimmyli:~# wget http://sourceforge.net/projects/debian-lnmp/files/DebianLNMP/DebianLNMP-Jimmyli.sh root@DebianLNMP- Jimmyli:~# sh DebianLNMP-Jimmyli.sh 安装完成了! 是的,没有看错.在Debian6系统下安装LNMP (Debian6 + Nginx1.2.x +

腾讯云CentOS 6.6快速安装 Nginx服务器图文教程_nginx

一.下载Nginx 从Nginx的官网(http://nginx.org/en/download.html)下载Nginx的最新版本,这里我下载的是nginx-1.9.12. 下载完成后,得到一个如下图所示的压缩包 上传nginx的tar包到Linux服务器上,如下图所示: 二.安装Nginx 2.1.安装前提 在安装Nginx前,需要确保系统安装了g++,gcc, openssl-devel.pcre-devel和zlib-devel软件. 1.安装必须软件:yum -y install zl

CentOS 7系统YUM快速安装LNMP环境教程

源码编译安装 LNMP 环境虽然便于自定义,但是对于小型服务器来说,漫长的编译时间让人无法等待.如果能在 10 分钟后内搞定环境安装,再好不多了. 那么如何在 10 分钟内快速安装完 LNMP 环境呢,答案是 使用 YUM 安装. 什么 YUM ? 官网给出的解释 yum is a software package manager that installs, updates, and removes packages on RPM-based systems. It automatically