Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Deploy the PHP installation of the LAMP architecture

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Deploying LAMP Architecture

Source Code Compilation Install PHP

1. installation environment

yum -y install \gd#gd library, image processing libpnglibpng-devel#Supported image formats pcrep-devel #Support prel language libxml2-devellibjpeg-devel

2. Unzip the php package to the opt directory

tar jxvf php-5.6.11.tar.bz2 -C /opt

3. Configure environment, modify configuration file

./ configure \--prefix=/usr/local/php5 \#Specify installation path--with-gd \# gd library--with-zlib \#library--with-apxs2=/usr/local/httpd/bin/apxs \#Provide Apache functional modules--with-mysql=/usr/local/mysql \#Associate database--with-config-file-path=/usr/local/php5 \#Associate php configuration file--enable-mbstring#Load functional modules

Load complete Start make&&make install

4. Place the configuration file in the specified path

Create soft links for php commands

5. Modify the httpd configuration file so that Apache services can recognize php feature modules

6. Restart httpd service after modification

7. Change httpd home page information to php

8. test

summary

Here, the LAMP architecture is complete!

Specific httpd installation process: blog.51cto.com/14557905/2458177

Specific Mysql installation process: blog.51cto.com/14557905/2458283

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report