+ PKG_PATH=/data/packages/SmartOS/upstream/trunk/All + /opt/tools/sbin/pkg_add -K /var/opt/pkg/.pkgdb libtool-base-2.4.7nb1 automake-1.16.5nb3 autoconf-2.72 perl-5.40.2nb1 cwrappers-20220403 checkperms-1.12 ap24-subversion-1.14.5nb1 apache-2.4.63nb2 curl-8.14.1 libxml2-2.14.4 subversion-base-1.14.5nb1 pkg_add: package `perl-5.40.2nb1' was already installed as dependency, now marked as installed manually pkg_add: package `cwrappers-20220403' already recorded as installed 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.5.1: /etc/opt/pkg/openssl/openssl.cnf already exists apache-2.4.63nb2: Creating group ``www'' apache-2.4.63nb2: Creating user ``www'' apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-autoindex.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-dav.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-default.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-info.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-languages.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-manual.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-mpm.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-multilang-errordoc.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-ssl.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-userdir.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd-vhosts.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/httpd.conf already exists apache-2.4.63nb2: /etc/opt/pkg/httpd/magic already exists apache-2.4.63nb2: /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. =========================================================================== gettext-lib-0.22.5: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/lib/locale/locale.alias pkg_add: package `apache-2.4.63nb2' was already installed as dependency, now marked as installed manually pkg_add: package `libxml2-2.14.4' was already installed as dependency, now marked as installed manually pkg_add: package `subversion-base-1.14.5nb1' 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.3 2007/12/13 20:03:36 epg Exp $ See /opt/pkg/share/doc/subversion/INSTALL for details on making a repository accessible via mod_dav_svn. Basically, you need something like this in httpd.conf: LoadModule dav_svn_module "lib/httpd/mod_dav_svn.so" DAV svn SVNPath "/path/to/repository" AuthType Basic AuthName "Subversion repository" AuthUserFile "/path/to/passwd-file" # Allow anonymous reads but require authentication for writes. Require valid-user ===========================================================================