Heim >Backend-Entwicklung >PHP-Tutorial >homebrew安装apache顺序?

homebrew安装apache顺序?

WBOY
WBOYOriginal
2016-06-06 20:12:571058Durchsuche

如题,
我要用homebrew安装apache php
当我用homebrew安装apache时
如果安装apache时前面已经安装过php,则无论如何配置,访问任何一个php文件全部返回源代码。
如果我先安装apache后安装php,配置
LoadModule php5_module /usr/local/Cellar/php53/5.3.29/libexec/apache2/libphp5.so

<code>AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

<ifmodule mod_dir.c>
    DirectoryIndex index.html index.php
</ifmodule></code>


就可以愉快的让php运行。
这是咋回事??
PS:成功运行后phpinfo显示Server API Apache 2.0 Handler
不知道跟这个有没有关系??
感觉好神奇~

回复内容:

如题,
我要用homebrew安装apache php
当我用homebrew安装apache时
如果安装apache时前面已经安装过php,则无论如何配置,访问任何一个php文件全部返回源代码。
如果我先安装apache后安装php,配置
LoadModule php5_module /usr/local/Cellar/php53/5.3.29/libexec/apache2/libphp5.so

<code>AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

<ifmodule mod_dir.c>
    DirectoryIndex index.html index.php
</ifmodule></code>


就可以愉快的让php运行。
这是咋回事??
PS:成功运行后phpinfo显示Server API Apache 2.0 Handler
不知道跟这个有没有关系??
感觉好神奇~

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn