欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php编译(apache) apache教程 apache基金会 apachebench

程序员文章站 2022-05-19 14:45:18
...
'./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),包括了Apache方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

相关标签: Apache