LAMP,LNMP环境编译参数配置

摘要:  大家是否遇到过去了新公司,公司内的LAMP,LNMP等所有的环境都是配置好的(已经在提供服务了),公司又没有留下部署文档,甚至安装LAMP,LAMP等环境的人已经和你交接完离职了,那么线上服务器(lamp,lnmp)的编译环境等就成了黑盒,如果不改造还好,当服务器需要迁移改造时,我们(新手的你)没有老的环境编译情况,就会很郁闷,生怕编译错了影响线上程序运行。 &n

 LNMP一键安装包

摘要:系统需求:·     CentOS/RHEL/Fedora/Debian/Ubuntu/Raspbian Linux系统·     需要2GB以上硬盘剩余空间·     128M以上内存,Xen的需要有SWAP,OpenVZ的另外至少要有128MB以上的vSWAP或突发内存(小内存请勿使用64位系统),MySQL 5.6及MariaDB 10必须1G以上内存。·     VPS或服务器必须已经联网

 yum安装配置lnmp服务器

摘要:1、配置防火墙,开启80端口、3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT(允许80端口通过防火墙) -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT(允许3306端口通过防火墙) 特别提示:很多网友把这两条规则添加到防火墙配置的最后一行,导致防火墙启动失败,正确的应该是添加到默认的22端口

 nginx.conf配置文件详解

摘要:    #定义Nginx运行的用户和用户组    user nginx;          #nginx进程数,建议设置为等于CPU总核心数。    worker_processes 48;          #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]    erro

 nginx编译参数详解

摘要:    –prefix= 指向安装目录    –sbin-path 指向(执行)程序文件(nginx)    –conf-path= 指向配置文件(nginx.conf)    –error-log-path= 指向错误日志目录    –pid-path= 指向pid文件(nginx.pid)    –lock-path= 指向lock文件(nginx.lock)(安装文件锁定,防止安装文

 查看apache已安装的编译参数

摘要:[root@node1 build]# pwd/usr/local/apache2.4.12/build[root@node1 build]# cat config.nice #! /bin/sh## Created by configure"./configure" \"--prefix=/usr/local/apache2.4.12" \"--with-z" \"--with-included-apr" \"--enable-so" \"--enable-deflate=shared" \"--enable-expires=shared"

 查看php安装完成后的编译参数

摘要:[root@node1 docs]# /usr/local/php-5.3.27/bin/php -i | grep configureConfigure Command =>  './configure'  '--prefix=/usr/local/php-5.3.27' '--with-mysql=/usr/local/mysql-5.5.32-bin' '--with-iconv-dir=/usr/local/libiconv' '--with-freetype-dir' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-libxml-dir=/usr' '--enable-xml' '--dis
分页:« 1 2 3 4 5 6 »
Powered by AKCMS