apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-autoindex.conf to /usr/pkg/etc/httpd/httpd-autoindex.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-dav.conf to /usr/pkg/etc/httpd/httpd-dav.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-default.conf to /usr/pkg/etc/httpd/httpd-default.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-info.conf to /usr/pkg/etc/httpd/httpd-info.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-languages.conf to /usr/pkg/etc/httpd/httpd-languages.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-manual.conf to /usr/pkg/etc/httpd/httpd-manual.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-mpm.conf to /usr/pkg/etc/httpd/httpd-mpm.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-multilang-errordoc.conf to /usr/pkg/etc/httpd/httpd-multilang-errordoc.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-ssl.conf to /usr/pkg/etc/httpd/httpd-ssl.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-userdir.conf to /usr/pkg/etc/httpd/httpd-userdir.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/extra/httpd-vhosts.conf to /usr/pkg/etc/httpd/httpd-vhosts.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/httpd.conf to /usr/pkg/etc/httpd/httpd.conf apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/magic to /usr/pkg/etc/httpd/magic apache-2.2.24nb2: copying /usr/pkg/share/examples/httpd/mime.types to /usr/pkg/etc/httpd/mime.types =========================================================================== The following files should be created for apache-2.2.24nb2: /etc/rc.d/apache (m=0755) [/usr/pkg/share/examples/rc.d/apache] =========================================================================== pkg_add: package `perl-5.18.0' was already installed as dependency, now marked as installed manually 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 php-5.4.15: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-fpm-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-bcmath-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-calendar-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-dba-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-enchant-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-ftp-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-gmp-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-intl-5.4.15.tgz' =========================================================================== $NetBSD: MESSAGE,v 1.1 2010/08/02 10:38:16 lukem Exp $ As of Apache 2.2.16, all Apache modules will be built as shared modules instead of being statically compiled into Apache. If upgrading from a previous version of Apache, you will need to add "LoadModule" directives to the your Apache configuration otherwise you may experience problems. See /usr/pkg/share/examples/httpd/httpd.conf for a list of "LoadModule" directives to be added to /usr/pkg/etc/httpd/httpd/httpd.conf that should restore the previous behaviour. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $ The following catalogs have been installed: * /usr/pkg/etc/sgml/catalog System wide SGML catalog. Can be edited by the administrator and is not changed by packages. This is the *default* catalog when working in SGML mode. * /usr/pkg/etc/xml/catalog System wide XML catalog. Can be edited by the administrator and is not changed by packages. This is the *default* catalog when working in XML mode. * /usr/pkg/share/sgml/catalog Handles SGML stuff installed under /usr/pkg/share/sgml. Automatically handled by packages. * /usr/pkg/share/xml/catalog Handles XML stuff installed under /usr/pkg/share/xml. Automatically handled by packages. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1 2012/06/16 05:21:55 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,v 1.3 2011/08/12 12:24:52 taca Exp $ In order to use this module in your Apache 1.x installation, you need to add the following to your httpd.conf file: LoadModule php5_module lib/httpd/mod_php5.so AddType application/x-httpd-php .php You may also add following if you still use .php3 files: AddType application/x-httpd-php .php3 For Apache 2.x installation, you need following: LoadModule php5_module lib/httpd/mod_php5.so AddHandler application/x-httpd-php .php You may also add following if you still use .php3 files: AddHandler application/x-httpd-php .php3 =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=bz2.so and make sure extension_dir points to the dir where bz2.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=curl.so and make sure extension_dir points to the dir where curl.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=dom.so and make sure extension_dir points to the dir where dom.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=exif.so and make sure extension_dir points to the dir where exif.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=gd.so and make sure extension_dir points to the dir where gd.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=gettext.so and make sure extension_dir points to the dir where gettext.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=iconv.so and make sure extension_dir points to the dir where iconv.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.4 2006/07/26 20:00:27 jlam Exp $ Add the following to /etc/services (if not already there): imap 143/tcp # Internet Message Access Protocol imap 143/udp Add the following to /etc/inetd.conf: imap stream tcp nowait root /usr/pkg/libexec/imapd imapd pop2 stream tcp nowait root /usr/pkg/libexec/ipop2d ipop2d pop3 stream tcp nowait root /usr/pkg/libexec/ipop3d ipop3d You will need to make inetd reload its configuration for the changes to take effect. =========================================================================== =========================================================================== $NetBSD: MESSAGE.ssl,v 1.1 2006/07/26 20:00:27 jlam Exp $ Add the following to /etc/services (if not already there): imaps 993/tcp # imap4 protocol over TLS/SSL imaps 993/udp # imap4 protocol over TLS/SSL pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3) pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3) Add the following to /etc/inetd.conf: imaps stream tcp nowait root /usr/pkg/libexec/imapd imapd pop3s stream tcp nowait root /usr/pkg/libexec/ipop3d ipop3d The imapd daemon looks for the following files to use SSL: /etc/openssl/certs/imapd.pem (certificate) /etc/openssl/private/imapd.pem (private key) and similarly for the ipopd daemon. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=imap.so and make sure extension_dir points to the dir where imap.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=json.so and make sure extension_dir points to the dir where json.so is. Then restart your PHP5.4-enabled HTTP server to load this module. ==freetds-0.91nb1: copying /usr/pkg/share/examples/freetds/freetds.conf to /usr/pkg/etc/freetds.conf freetds-0.91nb1: copying /usr/pkg/share/examples/freetds/locales.conf to /usr/pkg/etc/locales.conf freetds-0.91nb1: copying /usr/pkg/share/examples/freetds/pool.conf to /usr/pkg/etc/pool.conf postgresql91-client-9.1.9: copying /usr/pkg/share/postgresql/pg_service.conf.sample to /usr/pkg/etc/postgresql/pg_service.conf postgresql91-client-9.1.9: copying /usr/pkg/share/postgresql/psqlrc.sample to /usr/pkg/etc/postgresql/psqlrc pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-snmp-5.4.15.tgz' ========================================================================= =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=ldap.so and make sure extension_dir points to the dir where ldap.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mbstring.so and make sure extension_dir points to the dir where mbstring.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mcrypt.so and make sure extension_dir points to the dir where mcrypt.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mssql.so and make sure extension_dir points to the dir where mssql.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1.1.1 2011/04/25 21:12:53 adam Exp $ To use the ``mysqlhotcopy'' script, you'll have to install the following packages: databases/p5-DBD-mysql devel/p5-File-Temp =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mysql.so and make sure extension_dir points to the dir where mysql.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=mysqli.so and make sure extension_dir points to the dir where mysqli.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pcntl.so and make sure extension_dir points to the dir where pcntl.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pdo.so and make sure extension_dir points to the dir where pdo.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pdo_dblib.so and make sure extension_dir points to the dir where pdo_dblib.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pdo_mysql.so and make sure extension_dir points to the dir where pdo_mysql.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pdo_pgsql.so and make sure extension_dir points to the dir where pdo_pgsql.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pdo_sqlite.so and make sure extension_dir points to the dir where pdo_sqlite.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pgsql.so and make sure extension_dir points to the dir where pgsql.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=posix.so and make sure extension_dir points to the dir where posix.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=pspell.so and make sure extension_dir points to the dir where pspell.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=shmop.so and make sure extension_dir points to the dir where shmop.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=soap.so and make sure extension_dir points to the dir where soap.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 15:08:54 taca Exp $ PHP 5.1.0 introduced some changes in SOAP extension in WSDL mode: * XML base64Binary values transparently bapkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-wddx-5.4.15.tgz' pkg_add: Premature end of archive `file:///bulk-data/packages/All/php54-xsl-5.4.15.tgz' pkg_add: 11 package additions failed se64 encoded/decoded * NULL values with maxOccurs="0" nillable="yes" not included in XML output =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=sockets.so and make sure extension_dir points to the dir where sockets.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=sysvmsg.so and make sure extension_dir points to the dir where sysvmsg.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=sysvsem.so and make sure extension_dir points to the dir where sysvsem.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=sysvshm.so and make sure extension_dir points to the dir where sysvshm.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=tidy.so and make sure extension_dir points to the dir where tidy.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=xmlrpc.so and make sure extension_dir points to the dir where xmlrpc.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=zip.so and make sure extension_dir points to the dir where zip.so is. Then restart your PHP5.4-enabled HTTP server to load this module. =========================================================================== =========================================================================== $NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to /usr/pkg/etc/php.ini: extension=zlib.so and make sure extension_dir points to the dir where zlib.so is. Then restart your PHP5.4-enabled HTTP server to load this module. ===========================================================================