Install php in centos

Source: Internet
Author: User
Tags php software
1. download and install the php Software Package yuminstallphpphp-commonphp-gdphp-mcryptphp-pearphp-pecl-memcachephp-mhashphp-mysqlphp-xml. 2. Compile the apache configuration file and add your php project, if your php project is stored in varwwwfusionpbx and the accessed virtual directory is fusionpbx,

1. download and install the php Software Package yum install php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml II. Compile apache configuration file, add your php project. For example, if your php project is saved under/var/www/fusionpbx and the accessed virtual directory is fusionpbx,

1. download and install the php Software Package

Yum install php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml

2. Compile an apache configuration file and add your php project. For example, if your php project is saved under/var/www/fusionpbx and the accessed virtual directory is fusionpbx, use vim/etc/httpd/conf/httpd. open the configuration file in conf for configuration. in httpd. add the following code at the end of the conf file:


Alias /fusionpbx "/var/www/fusionpbx"
 
     Options Indexes FollowSymLinks   AllowOverride None   Order allow,deny   Allow from all
 


After saving, restart the apache service with/etc/init. d/httpd restart, and then open the browser for test and verification, such:

Http: // 192.168.1.70/fusionpbx/index. php

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.