+ PKG_PATH=/nfs/packages/NetBSD/trunk/x86_64/All /usr/tools/sbin/pkg_add -K /usr/pkg/pkgdb digest-20220214 apache-2.4.54nb1 mktools-20220614 perl-5.36.0 cwrappers-20220403 checkperms-1.12 php74-gd-7.4.32nb2 php74-intl-7.4.32nb8 php74-mbstring-7.4.32 php74-mysqli-7.4.32nb2 php74-json-7.4.32 libffi-3.4.3: 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.2: registering info file /usr/pkg/info/history.info readline-8.2: registering info file /usr/pkg/info/readline.info readline-8.2: registering info file /usr/pkg/info/rluserman.info apache-2.4.54nb1: Creating group ``www'' apache-2.4.54nb1: Creating user ``www'' useradd: Warning: home directory `/nonexistent' doesn't exist, and -m was not specified pwd_mkdb: warning, unknown root shell apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /usr/pkg/etc/httpd/httpd-autoindex.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-dav.conf to /usr/pkg/etc/httpd/httpd-dav.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-default.conf to /usr/pkg/etc/httpd/httpd-default.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-info.conf to /usr/pkg/etc/httpd/httpd-info.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-languages.conf to /usr/pkg/etc/httpd/httpd-languages.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-manual.conf to /usr/pkg/etc/httpd/httpd-manual.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-mpm.conf to /usr/pkg/etc/httpd/httpd-mpm.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /usr/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-ssl.conf to /usr/pkg/etc/httpd/httpd-ssl.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-userdir.conf to /usr/pkg/etc/httpd/httpd-userdir.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /usr/pkg/etc/httpd/httpd-vhosts.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/httpd.conf to /usr/pkg/etc/httpd/httpd.conf apache-2.4.54nb1: copying /usr/pkg/share/examples/httpd/magic to /usr/pkg/etc/httpd/magic apache-2.4.54nb1: 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.54nb1: /etc/rc.d/apache (m=0755) [/usr/pkg/share/examples/rc.d/apache] =========================================================================== pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed php-7.4.32: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini php74-gd-7.4.32nb2: copying /usr/pkg/share/examples/php/gd.ini to /usr/pkg/etc/php.d/gd.ini php74-intl-7.4.32nb8: copying /usr/pkg/share/examples/php/intl.ini to /usr/pkg/etc/php.d/intl.ini php74-mbstring-7.4.32: copying /usr/pkg/share/examples/php/mbstring.ini to /usr/pkg/etc/php.d/mbstring.ini php74-mysqli-7.4.32nb2: copying /usr/pkg/share/examples/php/mysqli.ini to /usr/pkg/etc/php.d/mysqli.ini php74-json-7.4.32: copying /usr/pkg/share/examples/php/json.ini to /usr/pkg/etc/php.d/json.ini =========================================================================== $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/intl.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=intl.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/mbstring.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=mbstring.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/mysqli.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=mysqli.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 ===========================================================================