#16291: php5 +apache2 should run apxs and set up httpd.conf --------------------------------+------------------------------------------- Reporter: naoya.n@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Low | Milestone: Component: ports | Version: Resolution: wontfix | Keywords: Port: php5 | --------------------------------+------------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => wontfix Old description:
When installing php5 +apache2, execute apxs command automatically. (If /opt/local/apache2/bin/apxs command exists)
$ sudo /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so
And when php5 port installed, show the below message.
Added "Include conf/extras-conf/mod_php.conf" directive your apache configuration file(httpd.conf)
New description: When installing php5 +apache2, execute apxs command automatically. (If /opt/local/apache2/bin/apxs command exists) {{{ $ sudo /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so }}} And when php5 port installed, show the below message. Added "Include conf/extras-conf/mod_php.conf" directive your apache configuration file(httpd.conf) -- Comment: Won't fix. Config files are the user's responsibility to edit. -- Ticket URL: <https://trac.macports.org/ticket/16291#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS