>백엔드 개발 >PHP 튜토리얼 >PHP 컴파일(아파치) 아파치 튜토리얼 아파치 재단 apachebench

PHP 컴파일(아파치) 아파치 튜토리얼 아파치 재단 apachebench

WBOY
WBOY원래의
2016-07-29 08:48:54885검색

'./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 애플리케이션/x-httpd-php .php

以上就介绍了php编译(apache), 包括了Apache 방면적 内容, 希望对PHP教程有兴趣的朋友有所帮助.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.