libffi-3.4.2nb2: registering info file /usr/pkg/info/libffi.info xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /usr/pkg/etc/sgml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /usr/pkg/etc/xml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /usr/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.xml to /usr/pkg/share/xml/catalog readline-8.1.2: registering info file /usr/pkg/info/history.info readline-8.1.2: registering info file /usr/pkg/info/readline.info readline-8.1.2: registering info file /usr/pkg/info/rluserman.info apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /usr/pkg/etc/httpd/httpd-autoindex.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-dav.conf to /usr/pkg/etc/httpd/httpd-dav.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-default.conf to /usr/pkg/etc/httpd/httpd-default.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-info.conf to /usr/pkg/etc/httpd/httpd-info.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-languages.conf to /usr/pkg/etc/httpd/httpd-languages.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-manual.conf to /usr/pkg/etc/httpd/httpd-manual.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-mpm.conf to /usr/pkg/etc/httpd/httpd-mpm.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /usr/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-ssl.conf to /usr/pkg/etc/httpd/httpd-ssl.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-userdir.conf to /usr/pkg/etc/httpd/httpd-userdir.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /usr/pkg/etc/httpd/httpd-vhosts.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/httpd.conf to /usr/pkg/etc/httpd/httpd.conf apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/magic to /usr/pkg/etc/httpd/magic apache-2.4.53nb1: copying /usr/pkg/share/examples/httpd/mime.types to /usr/pkg/etc/httpd/mime.types =========================================================================== The following files should be created for apache-2.4.53nb1: /etc/rc.d/apache (m=0755) [/usr/pkg/share/examples/rc.d/apache] =========================================================================== php-7.4.29nb1: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini php74-gd-7.4.29nb1: copying /usr/pkg/share/examples/php/gd.ini to /usr/pkg/etc/php.d/gd.ini php74-json-7.4.29: copying /usr/pkg/share/examples/php/json.ini to /usr/pkg/etc/php.d/json.ini php74-opcache-7.4.29: copying /usr/pkg/share/examples/php/opcache.ini to /usr/pkg/etc/php.d/opcache.ini php74-pdo-7.4.29: copying /usr/pkg/share/examples/php/pdo.ini to /usr/pkg/etc/php.d/pdo.ini php74-pdo_mysql-7.4.29nb2: copying /usr/pkg/share/examples/php/pdo_mysql.ini to /usr/pkg/etc/php.d/pdo_mysql.ini bash-5.1.16: registering info file /usr/pkg/info/bash.info =========================================================================== $NetBSD: MESSAGE,v 1.2 2014/02/22 17:28:34 ryoon Exp $ After apache-2.4.3, --enable-mpms-shared='event worker prefork' is passed to configure script, then these multi-process model is built and you can select the model in configuraton file. The mod_cgi.so module conflicts with non-prefork multi-process model, and mod_cgi.so module is not built anymore. You can use mod_cgid.so module instead. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1 2019/12/15 17:56:34 taca Exp $ To process PHP scripts, you will need a PHP-enabled HTTP server. You may either configure the HTTP server to use the PHP CGI binary located in /usr/pkg/libexec/cgi-bin/php or you may install a PHP module for your HTTP server, e.g. www/ap-php. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/gd.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=gd.so =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/json.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=json.so =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/opcache.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: zend_extension=/usr/pkg/lib/php/20191128/opcache.so =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/pdo.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=pdo.so =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $ By default, example module configuration file was copied to following location, and module should be auto-loaded: /usr/pkg/etc/php.d/pdo_mysql.ini If you use custom /usr/pkg/etc/php.ini, or nonstandard module configuration file location, you might need to add explicit load directive: extension=pdo_mysql.so ===========================================================================