+ PKG_PATH=/data/packages/SmartOS/upstream/trunk/All + /opt/tools/sbin/pkg_add -K /var/opt/pkg/.pkgdb cwrappers-20220403 checkperms-1.12 p5-DBD-postgresql-3.14.2nb5 p5-DBI-1.647nb1 p5-DBIx-DataSource-0.02nb19 p5-DBIx-SearchBuilder-1.82nb2 p5-libwww-6.81 p5-MLDBM-2.05nb12 p5-Params-Validate-1.31nb3 p5-HTML-Mason-1.60nb3 p5-ap24-libapreq2-2.17nb3 p5-Apache-Session-1.94nb5 p5-TimeDate-2.33nb5 p5-MIME-tools-5.515nb2 p5-MailTools-2.22nb1 p5-Tie-IxHash-1.23nb11 p5-Text-Wrapper-1.05nb11 p5-Text-Template-1.61nb3 p5-FreezeThaw-0.50.01nb16 p5-Log-Dispatch-2.71nb3 p5-Apache-DBI-1.12nb11 perl-5.42.0nb1 apache-2.4.66nb1 pkg_add: package `cwrappers-20220403' already recorded as installed gettext-lib-0.22.5: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/lib/locale/locale.alias xmlcatmgr-2.2nb1: /etc/opt/pkg/sgml/catalog already exists xmlcatmgr-2.2nb1: /etc/opt/pkg/xml/catalog already exists xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /opt/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.xml to /opt/pkg/share/xml/catalog openssl-3.6.0: /etc/opt/pkg/openssl/openssl.cnf already exists postgresql16-client-16.11nb1: /etc/opt/pkg/postgresql/pg_service.conf already exists postgresql16-client-16.11nb1: /etc/opt/pkg/postgresql/psqlrc already exists pkg_add: package `p5-DBI-1.647nb1' was already installed as dependency, now marked as installed manually apache-2.4.66nb1: Creating group ``www'' apache-2.4.66nb1: Creating user ``www'' apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-autoindex.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-dav.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-default.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-info.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-languages.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-manual.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-mpm.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-multilang-errordoc.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-ssl.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-userdir.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd-vhosts.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/httpd.conf already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/magic already exists apache-2.4.66nb1: /etc/opt/pkg/httpd/mime.types already exists =========================================================================== This package has SMF support. You may use svcadm(1M) to 'enable', 'disable' or 'restart' services. To enable the instance(s) for this package, run: /usr/sbin/svcadm enable svc:/pkgsrc/apache:default Use svcs(1) to check on service status. See smf(5) for more information. svccfg: Could not connect to repository server: repository server unavailable. =========================================================================== pkg_add: package `p5-MailTools-2.22nb1' was already installed as dependency, now marked as installed manually pkg_add: package `p5-Tie-IxHash-1.23nb11' was already installed as dependency, now marked as installed manually pkg_add: package `p5-FreezeThaw-0.50.01nb16' was already installed as dependency, now marked as installed manually pkg_add: package `perl-5.42.0nb1' was already installed as dependency, now marked as installed manually pkg_add: package `apache-2.4.66nb1' was already installed as dependency, now marked as installed manually =========================================================================== $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.2 2008/07/22 21:41:55 rhaen Exp $ In order to use HTML::Mason with mod_perl and Apache you have to create the "data directory" (aka data_dir), which is used by Mason for various features and optimizations, and change your web server configuration accordingly. The data directory must be writable by the user account specified for the Apache process in your httpd.conf file. As an example, if you use "/var/mason" as your data directory you have to add the following line to httpd.conf: PerlSetVar MasonDataDir /var/mason For more details, have a look at the "Mason Administrator's Manual" at http://www.masonhq.com/. It's also possible to use HTML::Mason with lighttpd and FastCGI. There is a recipe for it in the Trac system of lighttpd. For more details, have a look at the recipe at http://trac.lighttpd.net/trac/wiki/MasonRecipe =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.5 2006/02/03 01:04:59 wiz Exp $ In order to enable mod_perl in your Apache installation, you need to add the following to your httpd.conf file: LoadModule perl_module lib/httpd/mod_perl.so To enable the mod_perl-1.0 compatibility API, you will also need: PerlModule Apache2::compat Please also refer to the documentation in: /opt/pkg/share/doc/mod_perl/user/porting/compat.pod If switching to/from a server with and without mod_perl enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. This prevents problems with libperl spinning on the CPU. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.2 2005/08/23 12:59:39 tv Exp $ In order to enable mod_apreq in your Apache installation, you need to add the following to your httpd.conf file: LoadModule apreq_module lib/httpd/mod_apreq2.so If switching to/from a server with and without mod_apreq2 enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. ===========================================================================