码迷,mamicode.com
首页 >  
搜索关键字:nginx安装 nginx调优    ( 1548个结果
nginx与php整合
nginx安装tarzxvfpcre-8.37.tar.gz;tarzxvfnginx-1.9.2.tar.gzcdpcre-8.37./configure;make;makeinstallcd../nginx-1.9.2./configure--prefix=/opt/nginx--with-http_ssl_module--with-http_flv_module--with-http_mp4_module--with-http_gunzip_module--with-http_gzip_static..
分类:Web程序   时间:2015-07-08 23:01:32    阅读次数:264
Windows Server 2008 R2下将nginx安装成windows系统服务
一直在Linux平台上部署web服务,但是最近的一个项目,必须要用windows,不得已再次研究了nginx在windows下的表现,因为Apache httpd在Windows下表现其实也不算太好,而我更喜欢nginx。惊奇地发现nginx在Windows下已经趋于稳定,于是我决定使用nginx作...
分类:Windows程序   时间:2015-07-08 20:37:31    阅读次数:219
nginx运维实战之开山篇-安装时优化实战
本次博文议程如下:1.1NGINX安装和基本优化测试环境:centos6.5x64ip192.168.1.62安装前基本优化详见1.1.1隐藏版本为了防止被黑客扫描到web服务器信息,通过相对应的web服务器信息找出对应的版本漏洞,从而对web服务器进行入侵,nginx虽然功能强大,但是也是软件,软件就可能会..
分类:其他好文   时间:2015-07-07 19:52:59    阅读次数:439
unix,mac下安装nginx
安装nginx前面必须安装pcre,zlib和ssl 1.安装pcre 首先下载pcre,地址是:http://nchc.dl.sourceforge.net/project/pcre/pcre2/10.20/pcre2-10.20.tar.bz2tar -xvf pcre2-10.20.tar.bz2 cd pcre2-10.20 sudo ./configure sudo make sudo...
分类:系统相关   时间:2015-07-07 17:17:07    阅读次数:272
apt-get方式安装lnmp环境
安装nginxsudo apt-get install nginx安装php和mysqlsudo apt-get install php5-cli php5-cgi php5-curl php5-mysql php5-fpm mysql-server修改nginx配置文件/etc/nginx/ngi...
分类:其他好文   时间:2015-07-05 18:16:32    阅读次数:127
Nginx+Memcached+Tomcat集群配置
本次主要是在win7 64 上演示操作。 web应用构建 Memcached安装配置启动 Tomcat配置 所需jar包 memcached-session-manager 序列化 contextxml配置 Nginx安装配置启动 测试 参考web应用构建简单构造web应用,这里就不做描述了,具体的可以访问我的Github。 为了方便显示,在success.jsp上做区别,一个加上8080,一个加...
分类:系统相关   时间:2015-07-02 19:30:21    阅读次数:200
Ubuntu 源码安装 nginx 1.9.2
安装前准备://更新系统1.sudo apt-get update//安装pcre包2.sudo apt-get install libpcre3 libpcre3-dev3.sudoapt-getinstall openssllibssl-dev
分类:系统相关   时间:2015-07-01 17:33:54    阅读次数:275
ubuntu下nginx安装、基本配置及常用命令
1 安装: sudo?apt-get?install?nginx 2 启动服务: sudo?service?nginx?start 或者 sudo?/etc/init.d/nginx?start nginx默认设置了80端口的转发,启动后可以在浏览器访问http://localhost? 检查是否启动...
分类:系统相关   时间:2015-06-30 22:10:49    阅读次数:303
Nginx安装
参考该网站 http://www.nginx.cn/installcentos平台编译环境使用如下指令安装make:yum -y install gcc automake autoconf libtool make 安装g++:yum install gcc gcc-c++下面正式开始一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩。 1.选定源码目录...
分类:其他好文   时间:2015-06-26 13:35:11    阅读次数:134
nginx 安装问题
yum -y install xxxpcre-devel openssl-devel zlib-devel 这个三个包需要有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wget http://ngi...
分类:其他好文   时间:2015-06-25 18:59:45    阅读次数:101
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!