分享

以Apache模块的方式编译安装php

 guitarhua 2016-04-12

以Apache模块的方式编译安装php-5.5.4 - yJken的博客

groupadd webuser
useradd -g webuser webuser

下载地址:http://pan.baidu.com/s/1o6I6Lnk

解包

tar zxvf php-5.5.4.tar.gz
cd php-5.5.4

./configure --prefix=/server/php5 --enable-sockets --with-apxs2=/server/apache2/bin/apxs --with-mysql=/server/mysql --with-mysqli --with-mysqli=/server/mysql/bin/mysql_config --with-pdo-mysql=/server/mysql --with-jpeg-dir=/usr/lib64 --with-curl --enable-mbstring=all --with-config-file-path=/server/php5/etc --enable-soap --with-freetype-dir=/usr/local/lib --with-gd --with-gettext

编译 并 安装

make && make install

vi /server/apache2/conf/httpd.conf

增加Addtype 一行

AddType application/x-httpd-php .php

cp ./php.ini-production /server/php5/etc/php.ini
vi  /server/php5/etc/php.ini
include_path = ".:/php/includes:/server/php5/lib/php"
cgi.fix_pathinfo=1
date.timezone = Asia/Shanghai

启用了selinux的系统需要如下一行操作

chcon -t texrel_shlib_t /server/apache2/modules/libphp5.so
/server/apache2/bin/apachectl restart

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多