码迷,mamicode.com
首页 > Web开发 > 详细

apache和php

时间:2015-09-18 18:52:15      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:apache php

./configure \

--prefix=/application/apache2.2.31 \

--enable-deflate \

--enable-expires \

--enable-headers \

--enable-modules=most \

--enable-so \

--with-mpm=worker \

--enable-rewrite



./configure \

--prefix=/application/php-5.6.13 \

--with-apxs2=/application/apache/bin/apxs \

--with-mysql=/usr/local/mysql \

--with-xmlrpc \

--with-openssl \

--with-zlib \

--with-freetype-dir \

--with-gd \

--with-jpeg-dir=/usr/local/jpeg \

--with-png-dir=/usr/local/png \

--with-iconv=/usr/local/libiconv \

--enable-short-tags \

--enable-sockets \

--enable-zend-multibyte \

--enable-soap \

--enable-mbstring \

--enable-static \

--enable-gd-native-ttf \

--with-curl \

--with-xsl \

--enable-ftp \

--with-libxml-dir


apache和php

标签:apache php

原文地址:http://liuk1303.blog.51cto.com/10449284/1696036

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!