summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant>2002-08-26 00:12:46 +0000
committergrant <grant>2002-08-26 00:12:46 +0000
commite510d6b5eb50e963e4dbc1634991742a3b58b955 (patch)
treebf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www
parent4f2ac8f467e5f44d38491e36000a1afa58390655 (diff)
downloadpkgsrc-e510d6b5eb50e963e4dbc1634991742a3b58b955.tar.gz
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www')
-rw-r--r--www/ap-aolserver/MESSAGE31
-rw-r--r--www/ap-auth-cookie/MESSAGE10
-rw-r--r--www/ap-auth-ldap/MESSAGE8
-rw-r--r--www/ap-auth-pam/MESSAGE11
-rw-r--r--www/ap-auth-postgresql/MESSAGE8
-rw-r--r--www/ap-dav/MESSAGE11
-rw-r--r--www/ap-dtcl/MESSAGE15
-rw-r--r--www/ap-fastcgi/MESSAGE15
-rw-r--r--www/ap-gzip/MESSAGE13
-rw-r--r--www/ap-jserv/MESSAGE10
-rw-r--r--www/ap-layout/MESSAGE14
-rw-r--r--www/ap-mp3/MESSAGE14
-rw-r--r--www/ap-perl/MESSAGE7
-rw-r--r--www/ap-php3/MESSAGE12
-rw-r--r--www/ap-php4/MESSAGE14
-rw-r--r--www/ap-ruby/MESSAGE18
-rw-r--r--www/ap-ssl/MESSAGE2
17 files changed, 101 insertions, 112 deletions
diff --git a/www/ap-aolserver/MESSAGE b/www/ap-aolserver/MESSAGE
index 565d4ee33b3..72f876b1b43 100644
--- a/www/ap-aolserver/MESSAGE
+++ b/www/ap-aolserver/MESSAGE
@@ -1,29 +1,30 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:31 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:46 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule aolserver_module lib/httpd/mod_aolserver.so
-AddModule mod_aolserver.c
+ LoadModule aolserver_module lib/httpd/mod_aolserver.so
Also add, in any virtual hosts which will use mod_aolserver:
-AolServerConf tcl_modules /usr/local/etc/httpd/tcl_modules
-AolServerConf config_file /usr/local/etc/httpd/tcl_modules/nsd.tcl
-AolServerConf log_file_location /var/log/httpd/error_log
-AolServerConf lockfile /var/run/aolsrv_lock
-AolServerConf nsv_shmem_file /var/run/aolsrv_shmem
+ AolServerConf tcl_modules /usr/local/etc/httpd/tcl_modules
+ AolServerConf config_file /usr/local/etc/httpd/tcl_modules/nsd.tcl
+ AolServerConf log_file_location /var/log/httpd/error_log
+ AolServerConf lockfile /var/run/aolsrv_lock
+ AolServerConf nsv_shmem_file /var/run/aolsrv_shmem
And, for your DocumentRoot:
<Directory ${PREFIX}/share/httpd/htdocs>
- Options Indexes FollowSymLinks MultiViews ExecCGI
- DirectoryIndex index.tcl index.adp index.shtml index.html index.htm
- AddHandler adp adp
- AddHandler aolserver tcl
+ Options Indexes FollowSymLinks MultiViews ExecCGI
+ DirectoryIndex index.tcl index.adp index.shtml index.html index.htm
+ AddHandler adp adp
+ AddHandler aolserver tcl
</Directory>
Also see the sample config files in
-${PREFIX}/share/examples/mod_aolserver.
+
+ ${PREFIX}/share/examples/mod_aolserver
+
=============================================================================
diff --git a/www/ap-auth-cookie/MESSAGE b/www/ap-auth-cookie/MESSAGE
index c38f45b04b0..5dedeee14a6 100644
--- a/www/ap-auth-cookie/MESSAGE
+++ b/www/ap-auth-cookie/MESSAGE
@@ -1,11 +1,9 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:33 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:47 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule ${PREFIX}/lib/httpd/mod_auth_cookie.so
-...
-AddModule mod_auth_cookie.c
+ LoadModule auth_cookie_module lib/httpd/mod_auth_cookie.so
=============================================================================
diff --git a/www/ap-auth-ldap/MESSAGE b/www/ap-auth-ldap/MESSAGE
index e1ca10ed147..e625bcfd624 100644
--- a/www/ap-auth-ldap/MESSAGE
+++ b/www/ap-auth-ldap/MESSAGE
@@ -1,9 +1,9 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:35 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule ${PREFIX}/lib/httpd/auth_ldap.so
+ LoadModule auth_ldap_module lib/httpd/auth_ldap.so
=============================================================================
diff --git a/www/ap-auth-pam/MESSAGE b/www/ap-auth-pam/MESSAGE
index 89962c7fa6f..173692bcef6 100644
--- a/www/ap-auth-pam/MESSAGE
+++ b/www/ap-auth-pam/MESSAGE
@@ -1,16 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/03/06 19:33:38 jlam Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-In order to use mod_auth_pam in your Apache installation, you need to add
-the following to your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
LoadModule pam_auth_module lib/httpd/mod_auth_pam.so
- AddModule mod_auth_pam.c
-Please read the information in
+For more information, see
${PREFIX}/share/doc/html/mod_auth_pam/configure.html
-to learn how to properly enable PAM authentication support in your Apache
-configuration.
=============================================================================
diff --git a/www/ap-auth-postgresql/MESSAGE b/www/ap-auth-postgresql/MESSAGE
index 49acf8c53fa..c835b59a2df 100644
--- a/www/ap-auth-postgresql/MESSAGE
+++ b/www/ap-auth-postgresql/MESSAGE
@@ -1,9 +1,9 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:36 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule ${PREFIX}/lib/httpd/mod_auth_pg.so
+ LoadModule auth_pg_module lib/httpd/mod_auth_pg.so
=============================================================================
diff --git a/www/ap-dav/MESSAGE b/www/ap-dav/MESSAGE
index 74e672563ae..7abbbc053f4 100644
--- a/www/ap-dav/MESSAGE
+++ b/www/ap-dav/MESSAGE
@@ -1,16 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:40 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-In order to use mod_dav in your Apache installation, you need to add
-the following to your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
LoadModule dav_module lib/httpd/mod_dav.so
- AddModule mod_dav.c
-Please read the information in
+For more information, see
${PREFIX}/share/doc/mod_dav/INSTALL
-to learn how to properly enable DAV support in your Apache configuration.
-
=============================================================================
diff --git a/www/ap-dtcl/MESSAGE b/www/ap-dtcl/MESSAGE
index f57b7fb96cf..058fa418430 100644
--- a/www/ap-dtcl/MESSAGE
+++ b/www/ap-dtcl/MESSAGE
@@ -1,22 +1,21 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:42 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-In order to enable mod_dtcl in your Apache installation, you need to add
-the following to your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
- LoadModule dtcl_module ${PREFIX}/lib/httpd/mod_dtcl.so
- AddModule mod_dtcl.c
+ LoadModule dtcl_module lib/httpd/mod_dtcl.so
In order to turn on parsing of .ttml pages, you will also need to add
- AddType application/x-httpd-tcl .ttml
+ AddType application/x-httpd-tcl .ttml
Optionally, you can also turn on support for raw in-process tcl execution
by adding
- AddType application/x-dtcl-tcl .tcl
+ AddType application/x-dtcl-tcl .tcl
-For more configuration options, see:
+For more information, see
${PREFIX}/share/doc/html/mod_dtcl/documentation.html
diff --git a/www/ap-fastcgi/MESSAGE b/www/ap-fastcgi/MESSAGE
index e138b052e24..8f45715d27e 100644
--- a/www/ap-fastcgi/MESSAGE
+++ b/www/ap-fastcgi/MESSAGE
@@ -1,12 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:43 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:49 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines in order to use this module. Also see
-${PREFIX}/share/httpd/htdocs/manual/mod/mod_fastcgi.html for instructions
-on setting up FastCGI handlers.
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule fastcgi_module lib/httpd/mod_fastcgi.so
-AddModule mod_fastcgi.c
+ LoadModule fastcgi_module lib/httpd/mod_fastcgi.so
+
+For more information, see
+
+ ${PREFIX}/share/httpd/htdocs/manual/mod/mod_fastcgi.html
=============================================================================
diff --git a/www/ap-gzip/MESSAGE b/www/ap-gzip/MESSAGE
index 603b95aad1a..fef701e3d46 100644
--- a/www/ap-gzip/MESSAGE
+++ b/www/ap-gzip/MESSAGE
@@ -1,10 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/04/01 17:44:43 tv Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:49 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines in order to use this module.
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule gzip_module lib/httpd/mod_gzip.so
-AddModule mod_gzip.c
+ LoadModule gzip_module lib/httpd/mod_gzip.so
+
+For more information, see
+
+ ${PREFIX}/share/doc/mod_gzip
=============================================================================
diff --git a/www/ap-jserv/MESSAGE b/www/ap-jserv/MESSAGE
index c28e8f67433..77e4339fc98 100644
--- a/www/ap-jserv/MESSAGE
+++ b/www/ap-jserv/MESSAGE
@@ -1,12 +1,12 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:47 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:49 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
- Include ${PREFIX}/etc/httpd/jserv/jserv.conf
+ Include ${PREFIX}/etc/httpd/jserv/jserv.conf
-Documentation for mod_jserv has been installed in:
+For more information, see
${PREFIX}/share/httpd/htdocs/jserv-docs
diff --git a/www/ap-layout/MESSAGE b/www/ap-layout/MESSAGE
index fd8bb826489..e2ea38579ee 100644
--- a/www/ap-layout/MESSAGE
+++ b/www/ap-layout/MESSAGE
@@ -1,13 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:49 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines in order to use this module.
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule layout_module lib/httpd/mod_layout.so
-AddModule mod_layout.c
+ LoadModule layout_module lib/httpd/mod_layout.so
-Also see ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout/faq.html
-for more information.
+For more information, see
+
+ ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout/faq.html
=============================================================================
diff --git a/www/ap-mp3/MESSAGE b/www/ap-mp3/MESSAGE
index 9360189efe4..beb047086b8 100644
--- a/www/ap-mp3/MESSAGE
+++ b/www/ap-mp3/MESSAGE
@@ -1,13 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/02/25 03:00:49 grant Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:50 grant Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines in order to use this module.
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule mp3_module lib/httpd/mod_mp3.so
-AddModule mod_mp3.c
+ LoadModule mp3_module lib/httpd/mod_mp3.so
-Also see ${PREFIX}/share/httpd/htdocs/manual/mod/mod_mp3/faq.html
-for more information.
+For more information, see
+
+ ${PREFIX}/share/httpd/htdocs/manual/mod/mod_mp3/faq.html
=============================================================================
diff --git a/www/ap-perl/MESSAGE b/www/ap-perl/MESSAGE
index 4565ac8b5a7..1e223504134 100644
--- a/www/ap-perl/MESSAGE
+++ b/www/ap-perl/MESSAGE
@@ -1,11 +1,10 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:48 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:50 grant Exp $
-In order to enable mod_perl in your Apache installation, you need to add
-the following to your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
LoadModule perl_module lib/httpd/mod_perl.so
- AddModule mod_perl.c
<Files ~ "\.pl$">
PerlHandler Apache::Registry
PerlSendHeader On
diff --git a/www/ap-php3/MESSAGE b/www/ap-php3/MESSAGE
index db2418fe2be..41bb312cc47 100644
--- a/www/ap-php3/MESSAGE
+++ b/www/ap-php3/MESSAGE
@@ -1,12 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:51 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:51 grant Exp $
-To add this to your Apache server, you will need to add the following
-lines to the appropriate place in your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
- LoadModule php3_module lib/httpd/mod_php3.so
-
- AddModule mod_php3.c
- AddType application/x-httpd-php3 .php3
+ LoadModule php3_module lib/httpd/mod_php3.so
+ AddType application/x-httpd-php3 .php3
===========================================================================
diff --git a/www/ap-php4/MESSAGE b/www/ap-php4/MESSAGE
index b7628d20ca3..69b976ad1a0 100644
--- a/www/ap-php4/MESSAGE
+++ b/www/ap-php4/MESSAGE
@@ -1,16 +1,14 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/02/28 06:14:45 jlam Exp $
+$NetBSD: MESSAGE,v 1.3 2002/08/26 00:12:51 grant Exp $
-To add this to your Apache server, you will need to add the following
-lines to the appropriate place in your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
- LoadModule php4_module lib/httpd/mod_php4.so
- AddModule mod_php4.c
-
- AddType application/x-httpd-php .php
+ LoadModule php4_module lib/httpd/mod_php4.so
+ AddType application/x-httpd-php .php
You may also add following if you still use .php3 files:
- AddType application/x-httpd-php .php3
+ AddType application/x-httpd-php .php3
===========================================================================
diff --git a/www/ap-ruby/MESSAGE b/www/ap-ruby/MESSAGE
index 27daa3b5b6e..29aad4fc8ce 100644
--- a/www/ap-ruby/MESSAGE
+++ b/www/ap-ruby/MESSAGE
@@ -1,18 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2001/11/11 06:17:31 hubertf Exp $
+$NetBSD: MESSAGE,v 1.3 2002/08/26 00:12:51 grant Exp $
-Please edit your apache.conf or httpd.conf to enable and
-setup this module, and you might also need to create an
-htpasswd file, if you introduce basic authentication.
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-You can always refer to the useful documents held in
-${PREFIX}/share/doc/ruby/mod_ruby.
+ LoadModule ruby_module lib/httpd/mod_ruby.so
-When it's done, do the following to take effect:
+You may also need to create a htpasswd file, if you introduce basic
+authentication.
- apachectl configtest (and correct any errors reported)
- apachectl restart
+For more information, see
-Enjoy!
+ ${PREFIX}/share/doc/ruby/mod_ruby
===========================================================================
diff --git a/www/ap-ssl/MESSAGE b/www/ap-ssl/MESSAGE
index b7f1d7ed3fa..aaaf9369bac 100644
--- a/www/ap-ssl/MESSAGE
+++ b/www/ap-ssl/MESSAGE
@@ -1,5 +1,5 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:00 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:52 grant Exp $
You will need to generate certificates and keys for your server before
Apache will start with mod_ssl support. Please read