Fixed the PHP iconv and the GD library conflict Bug, added PHP mcrypt, memcache extension, modified PHP and Nginx compile parameters, optimized Nginx profile, added some features.
Nginx
("Engine X") is a high-performance HTTP and reverse proxy
If you need to use PHP to connect to a Microsoft SQL Server 2005 database on a Linux system, our common way to connect to a database is to use ODBC to connect.
FreeTDS provides an open source client for the TDS protocol for Linux systems. Because
First, the system requirements:
This system is tested through the REDHAT7.2 version
Second, the server-side software requirements:
1: Download Apache Web SERVER http://www.apache.org/to Apache's network station
2. Download PHP parser to PHP's
First, install MySQL
At present, the Web server has very few run static page, if you want to run dynamic Web site that of course can not be separated from the database, although in the previous article has written how MySQL is
Application environment
LNMP environment, the current PHP version 5.3.8, encountered an application requirements to support only PHP 5.2.x, but also want to maintain the existing application or PHP 5.3.8. That is, two versions of PHP are required
Nginx ("Engine X") is a high-performance HTTP and reverse proxy server and a IMAP/POP3/SMTP proxy server. Nginx was developed by Igor Sysoev, the second rambler.ru site for Russian traffic, which has run over 2.5 at the site. Igor releases the
from:http://ixdba.blog.51cto.com/2895551/806622
One, what is FastCGIFastCGI is a scalable, high-speed interface for communicating between HTTP server and dynamic scripting languages. Most popular HTTP servers support FASTCGI, including Apache,
Let your PHP support GIF, PNG, and JPEG at the same time
The RedHat6.2 is compiled and installed in PHP manual, and it is found that only GIF images can be processed and JPEG images cannot be processed. Later know that PHP processing images, using
Description: This tutorial mainly consists of the following three sections:1. Source code Compiler installation Nginx2. Source code Compilation install PHP and MySQL, Redis extension module3. Configure the Virtual hostDownload links are available in
Original address:Http://www.jb51.net/article/26597.htmCentos+nginx+php+mysql detailed configuration (with illustrations), the need for friends can refer to the next.
First, install MySQLAt present, the Web server has rarely run static pages, if you
Working on MySQLMysql>create database du;Mysql>grant all on du.* to ' Benet ' @ ' 192.168.1.3 ' identified by ' 123 'Mysql>flush privileges; Refresh PermissionsWorking on the Web[[email protected] ~]#/usr/local/nginx/sbin/nginx-v//See which modules
CentOS 7.4 Build LnmpLatest versions lnmp:linux7.4, ngnix1.13.9, mysql5.7.20, php7.1.10Directory:The first part of the preparatory workThe second part installs the Nginx serviceThe third part installs the MySQL databasePart IV builds PHP operating
11.10/11/12 installation PHP5PHP official website Www.php.net, the current mainstream version is 5.6 and 7.1Brief steps to install PHP5:
Cd/usr/local/src
wget http://cn2.php.net/distributions/php-5.6.30.tar.gz
Tar zxvf php-5.6.30.tar.gz
CD
Nginx itself cannot handle PHP, it is just a Web server, when the request is received, if it is a PHP request, then sent to the PHP interpreter processing, and return the results to the client.Nginx is generally the request to send fastcgi
The following operations are performed in Ubuntu 12.04 and the LAMP environment has been set up.
1. Download PHP source code
1. Install GIT first
sudo apt-get install git
2. Clone PHP source code
cd /git clone
The method described in this article should be the quickest way to get PHP (PHP tutorial) Now: Nginx + php-fpm + APC. We will be from the installation of Nginx HTTP server, PHP and PHP-FPM patches, as well as APC, detailed explanation of this method
This article describes how to install apache + mysql + php + phpMyAdmin in the source code. If other software packages are missing during installation, we will use yum for installation. If your RHEL is not charged and cannot use yum, configure the
Enable GD library shell script on CentOS Server
The customer's production environment is centos6.5 x64 operating system. You need to deploy the php website on it and enable the GD library function. Therefore, I wrote a script to improve work
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.