'./configure' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-gd' '--with-jpeg-dir=/usr/local/lib' '--with-pdo-mysql' '--enable-mbstring' '--with-freetype-dir=/usr/local/lib'
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl --with-curl --enable-fpm --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
--with-gd --enable-mbstring --with-jpeg-dir=/usr/lib64 --with-freetype-dir=/usr/lib64
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl --with-curl --enable-fpm --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
--with-gd --enable-mbstring
修改apache配置文件支持php
修改directoryindex index.html 为directoryindex index.html index.php
并添加addtype application/x-httpd-php .php
初阶PHP Apache MySQL网站设计来自作者多年学习、应用和讲授PHP的经验与体会,是专为学习PHP+MySQL数据库编程人员编与的入门教材。在最后二章设计了2个贴近实际应用的典型案例:留言本系统和论坛系统,每个案例先介绍开发思路、步骤,再给出全部源代码,使所学内容与实际应用紧密结合,特别是论坛系统将全书的案例串讲起来,力求使读者学到最贴近应用前沿的知识和技能。
377
以上就介绍了php编译(apache),包括了Apache方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号