How does homebrew install apache?

Source: Internet
Author: User
Tags apache php
For example, I want to use homebrew to install apachephp. When I use homebrew to install apache, If php has been installed before apache is installed, access any php file and return the Source Code regardless of configuration. If I install apache before installing php, configure LoadModulephp5_mo,
I want to install apache php with homebrew
When I use homebrew to install apache
If you have installed php before installing apache, access any php file and return the source code.
If I install apache first and then install php, configure
LoadModule php5_module/usr/local/Cellar/php53/5.3.29/libexec/apache2/libphp5.so

AddType application/x-httpd-php .phpAddType application/x-httpd-php-source .phps
   
        DirectoryIndex index.html index.php
   


You can happily run php.
What's going on ??
PS: after running, phpinfo displays Server API Apache 2.0 Handler
I don't know if it has anything to do with this ??
It feels amazing ~

Reply content:

For example,
I want to install apache php with homebrew
When I use homebrew to install apache
If you have installed php before installing apache, access any php file and return the source code.
If I install apache first and then install php, configure
LoadModule php5_module/usr/local/Cellar/php53/5.3.29/libexec/apache2/libphp5.so

AddType application/x-httpd-php .phpAddType application/x-httpd-php-source .phps
   
        DirectoryIndex index.html index.php
   


You can happily run php.
What's going on ??
PS: after running, phpinfo displays Server API Apache 2.0 Handler
I don't know if it has anything to do with this ??
It feels amazing ~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.