PHP official website www.php.net Current mainstream version is 5.6/7.1 cd/usr/local/src/Installing PHP5#wget http://cn2.php.net/distributions/php-5.6.30.tar.gz#tar ZXF php-5.6.30.tar.gz#cd php-5.6.30Initializing the installation#./configure--prefix=/
PHP's website: http://php.netPHP5 version of the Discuz this forum support parsing, there is good compatibility, but in PHP7 and later versions of Discuz This forum is not compatible, PHP7 may also be some related software compatibility is not very
1.apache
Download the Apache for Linux source package on the following page
http://www.apache.org/dist/httpd/;
Save to/home/xx directory, XX is a self-built folder, I built a WJ folder.
List of commands:
Cd/home/wj
TAR-ZXVF httpd-2.0.54.tar.gz
MV
First look at the parameters of Chinese description
--prefix=/usr/local/php PHP installation directory--with-apxs2=/usr/local/apache/bin/apxs--with-config-file-path=/usr/local/php/etc Specify php.ini Location--with-mysql=/usr/local/mysql MySQL
Refer to other people's practices, encountered problems on the Internet to check, the following is the installation steps.
I. Installation of Apache2.2.221, to the official website download http://httpd.apache.org/download.cgi2,
1. Install MySql first: MySql is relatively independent throughout the process, and MySql has been installed in my ubuntu before development, so here are the installation steps: 1. Install the MySql service: sudoapt-getinstallmysql-server. Note that
Article Title: prevent multiple threads from downloading APACHE. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open
Software to be installed in advance: svn; apache2.2.x; mysql5.1 Objective: To achieve apache mysql Authentication through the mod_auth_mysql module, download the software mod_auth.
Software to be installed in advance: svn; apache2.2.x; mysql5.1
Document directory
A. Software Platform
B. configuration steps
Installation is complete. Good luck !!
I hope this document will help the same author as me.
A. Software Platform
Mandrake8.2Apache 1.3.27Openssl 0.9.7Mod_SSL 2.8.12Mod_perl
SVN server integrated with LDAP
Softwares
Apache_2.0.59
Svn-win32-1.4.0
Directory SDK for C 5.08
Mm_mod_auth_ldap
* Warning *:
Mod_dav_svn binaries available are not compatible with Apache 2.2
Apache own module mod_auth_ldap dose not work well under
Obtain PHP source codeHttp://www.php.net/downloads.php#v5
Decompress the source code package
$ CD php-5.2.5/EXTCreate an extension function prototype file.Gedit Tsing. protoInput function prototypeString say_hello (string str_name)Save and exit
Configure the zendframework Runtime Environment
14:49:50Tags: PHP
Linux
Zend
Zendframework
Original Works are allowed to be reproduced. During reprinting, you must mark the original source of the article in hyperlink form.
, Author information and
Install and configure the PHP environment in Linux (Apache2)
In the Linux environment, configure and install the PHP environment (Apache2) and refer to some other people's configuration methods for online query. The installation steps are as follows:
Note: O & M personnel know that they often work with developers to build environments they need to improve development efficiency. What they face every day is code, therefore, code availability and management are crucial to development. Every time a
Both configure and make are normal, and errors will occur during makeinstall. The error prompt is as follows: {code ...} make: *** [install-sapi] Error 1. The error message is: libphp5.so is not compiled, but why? The configure parameters are as
FastCGI is a scalable, high-speed interface for communicating between HTTP server and dynamic scripting languages. Most popular HTTP servers support FASTCGI, including Apache, Nginx, and lighttpd, while FASTCGI is supported by a number of scripting
Compile and install the php-5.4.29 PHP installation depends on the Mysql environment, before installation, you need to check whether mysql is installed
I. environment
System: CentOS 6.4x64 minimal installation
IP: 192.168.3.54
II.
1) install apache for the first time and add the -- enable-rewrite option during compilation.
For example:/configure -- prefix =/usr/local/apachel -- enable-so -- enable-mod-shared = all -- enable-rewrite -- enable-cache2) added the mod_rewrite
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.