php build apache module missing after update

Sorry, don't really understand what happened. What exactly want you to do and please post a exact error message.

If I understood right
https://www.freebsd.org/doc/handbook/network-apache.html
To gain support for PHP5 for the Apache web server, install the www/mod_php5 package or port. This will install and configure the modules required to support dynamic PHP applications. The installation will automatically add this line to /usr/local/etc/apache24/httpd.conf:
 
Last edited by a moderator:
Did this option move somewhere else?
 

Attachments

  • build.png
    build.png
    130 KB · Views: 375
20150220:
AFFECTS: users of PHP

The default PHP version has been updated from 5.4 to 5.6.

If you use binary packages you should make a list of php packages
before running 'pkg upgrade':

# pkg info php5\* > ~/installed-php-ports-list

After the upgrade, check with such list if all your php extensions
are still installed, and reinstall them if needed.

/usr/ports/Mk/bsd.default-versions.mk

PHP_DEFAULT?= 5.6
 
Just did portsnap fetch extract, and it updated a whole bunch of things. Then did portsnap fetch update and it says its already up to date. Checked that file and it still doesn't have php56.
 
Back
Top