openssl-1.1.1tnb1: copying /opt/pkg/share/examples/openssl/openssl.cnf to /opt/pkg/etc/openssl/openssl.cnf openldap-client-2.6.4: copying /opt/pkg/share/examples/openldap/ldap.conf to /opt/pkg/etc/openldap/ldap.conf gettext-lib-0.21.1: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/share/locale/locale.alias xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /opt/pkg/etc/sgml/catalog xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /opt/pkg/etc/xml/catalog 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 apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /opt/pkg/etc/httpd/httpd-autoindex.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-dav.conf to /opt/pkg/etc/httpd/httpd-dav.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-default.conf to /opt/pkg/etc/httpd/httpd-default.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-info.conf to /opt/pkg/etc/httpd/httpd-info.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-languages.conf to /opt/pkg/etc/httpd/httpd-languages.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-manual.conf to /opt/pkg/etc/httpd/httpd-manual.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-mpm.conf to /opt/pkg/etc/httpd/httpd-mpm.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /opt/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-ssl.conf to /opt/pkg/etc/httpd/httpd-ssl.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-userdir.conf to /opt/pkg/etc/httpd/httpd-userdir.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /opt/pkg/etc/httpd/httpd-vhosts.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/httpd.conf to /opt/pkg/etc/httpd/httpd.conf apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/magic to /opt/pkg/etc/httpd/magic apache-2.4.57nb2: copying /opt/pkg/share/examples/httpd/mime.types to /opt/pkg/etc/httpd/mime.types =========================================================================== The following directories are used by apache-2.4.57nb2 and have the wrong ownership and/or permissions: /var/db/httpd/proxy (m=0755, o=www, g=www) =========================================================================== =========================================================================== The following files should be created for apache-2.4.57nb2: /opt/pkg/etc/rc.d/apache (m=0755) [/opt/pkg/share/examples/rc.d/apache] =========================================================================== pkg_add: no pkg found for 'mktools-20220614', sorry. pkg_add: package `cwrappers-20220403' already recorded as installed =========================================================================== The following files should be created for mit-krb5-1.19.3: /opt/pkg/etc/rc.d/kdc (m=0755) [/opt/pkg/share/examples/rc.d/kdc] /opt/pkg/etc/rc.d/kadmind (m=0755) [/opt/pkg/share/examples/rc.d/kadmind] =========================================================================== postgresql14-client-14.8: copying /opt/pkg/share/postgresql/pg_service.conf.sample to /opt/pkg/etc/postgresql/pg_service.conf postgresql14-client-14.8: copying /opt/pkg/share/postgresql/psqlrc.sample to /opt/pkg/etc/postgresql/psqlrc pkg_add: package `p5-DBI-1.643nb4' was already installed as dependency, now marked as installed manually =========================================================================== $NetBSD: MESSAGE,v 1.4 2017/07/26 09:21:10 hauke Exp $ cyrus-sasl-2.1.28nb1 by default does *not* install any authentication plugin modules. Until the necessary authentication plugin modules are installed, e.g. security/cy2-crammd5 or security/cy2-gssapi, you will probably get errors about "no appropriate mechs available". The configuration files for applications using the sasl2 libraries used to be in /opt/pkg/lib/sasl2/, but are now expected in /opt/pkg/etc/sasl2/. You need to move them after upgrading the pkg. cyrus-sasl-2.1.28nb1 will use the following directory as the default path to its plugin modules: /opt/pkg/lib/sasl2 The search path for plugin modules can be customized by setting the SASL_PATH variable to a colon-delimted list of directories in the shell environment. To allow plaintext authentication without using the auxprop mechanism, the package security/cyrus-saslauthd should be installed. =========================================================================== =========================================================================== $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.3 2020/10/05 23:22:04 gdt Exp $ To interoperate with older kerberos realms, you may need to set allow_weak_crypto = true in the [libdefaults] section of your krb5.conf file =========================================================================== =========================================================================== $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 apkg_add: package `p5-MailTools-2.21nb3' was already installed as dependency, now marked as installed manually pkg_add: package `p5-Tie-IxHash-1.23nb8' was already installed as dependency, now marked as installed manually pkg_add: package `p5-FreezeThaw-0.50.01nb13' was already installed as dependency, now marked as installed manually pkg_add: package `user-darwin-20170116' was already installed as dependency, now marked as installed manually pkg_add: package `perl-5.36.1' was already installed as dependency, now marked as installed manually pkg_add: 1 package addition failed nd without mod_apreq2 enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. ===========================================================================