[pubcookie-dev] WEBISO CVS update: dors;
install-mod_pubcookie-3.0.html,1.16,1.17
dors at cac.washington.edu
dors at cac.washington.edu
Tue May 27 11:00:18 PDT 2003
Update of /usr/local/cvsroot/webiso/pubcookie/doc
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv28918
Modified Files:
install-login.html install-mod_pubcookie-3.0.html
Log Message:
updates for 3.0.0 release
Index: webiso/pubcookie/doc/install-login.html
diff -c webiso/pubcookie/doc/install-login.html:1.11 webiso/pubcookie/doc/install-login.html:1.12
*** webiso/pubcookie/doc/install-login.html:1.11 Sun Apr 20 00:08:34 2003
--- webiso/pubcookie/doc/install-login.html Tue May 27 11:00:16 2003
***************
*** 467,474 ****
Washington's login templates (of some vintage) are provided in this
source distribution. See <tt>src/login_templates.cmu</tt> and
<tt>src/login_templates.uw</tt>, respectively. Note: the syntax
! for variable substitution within the templates changed with 3.0.0
! RC1. The UWash and CMU templates may be in the older format.
</p>
<p>
--- 467,475 ----
Washington's login templates (of some vintage) are provided in this
source distribution. See <tt>src/login_templates.cmu</tt> and
<tt>src/login_templates.uw</tt>, respectively. Note: the syntax
! for variable substitution within the templates changed during the
! development of version 3.0.0. The UWash and CMU templates may be in
! the older format.
</p>
<p>
***************
*** 711,717 ****
See doc/LICENSE.txt for terms of use.
</p>
<pre>
! $Id: install-login.html,v 1.11 2003/04/20 07:08:34 dors Exp $
</pre>
</body>
--- 712,718 ----
See doc/LICENSE.txt for terms of use.
</p>
<pre>
! $Id: install-login.html,v 1.12 2003/05/27 18:00:16 dors Exp $
</pre>
</body>
Index: webiso/pubcookie/doc/install-mod_pubcookie-3.0.html
diff -c webiso/pubcookie/doc/install-mod_pubcookie-3.0.html:1.16 webiso/pubcookie/doc/install-mod_pubcookie-3.0.html:1.17
*** webiso/pubcookie/doc/install-mod_pubcookie-3.0.html:1.16 Thu May 22 15:50:08 2003
--- webiso/pubcookie/doc/install-mod_pubcookie-3.0.html Tue May 27 11:00:16 2003
***************
*** 7,13 ****
<body>
! <h1>Pubcookie Apache Module - Install Guide 3.0.0 RC1</h1>
<p>Note: Documentation can contain bugs too. The
<a href="http://www.pubcookie.org/docs/install-mod_pubcookie-3.0.html">online
--- 7,13 ----
<body>
! <h1>Pubcookie Apache Module - Install Guide 3.0.0</h1>
<p>Note: Documentation can contain bugs too. The
<a href="http://www.pubcookie.org/docs/install-mod_pubcookie-3.0.html">online
***************
*** 20,25 ****
--- 20,26 ----
<li><a href="#new">What's New</a></li>
<li><a href="#upgrading">Upgrading</a></li>
<li><a href="#pre">Prerequisites</a></li>
+ <li><a href="#req">System Requirements</a></li>
<li><a href="#build">Build Pubcookie</a></li>
<li><a href="#install">Install Pubcookie</a></li>
<li><a href="#granting">Install Granting Certificate</a></li>
***************
*** 34,40 ****
<p>This guide helps you install mod_pubcookie on Apache 1.3.x.
Objectives include:</p>
<ul>
! <li>how to build and install mod_pubcookie 3.0.0 RC1 on
Apache 1.3.x</li>
<li>how to use the Pubcookie keyclient to obtain an encryption
key</li>
--- 35,41 ----
<p>This guide helps you install mod_pubcookie on Apache 1.3.x.
Objectives include:</p>
<ul>
! <li>how to build and install mod_pubcookie 3.0.0 on
Apache 1.3.x</li>
<li>how to use the Pubcookie keyclient to obtain an encryption
key</li>
***************
*** 45,56 ****
</ul>
<h4><a name="new"></a>What's New</h4>
<p>Significant changes since mod_pubcookie-3.0.0-beta3:</p>
<ul>
<li>
<p>mod_pubcookie is now configured by Apache config files and
server directives only. See <a href="#httpd">Configure Apache</a>.
! keyclient continues to use the Pubcookie config
file for its configuration.</p>
</li>
</ul>
--- 46,67 ----
</ul>
<h4><a name="new"></a>What's New</h4>
+ <p>Significant changes since mod_pubcookie-3.0.0-rc1:</p>
+ <ul>
+ <li>
+ <p>All per-application configuration directives are now enabled
+ via <tt>AllowOverride AuthConfig</tt> in httpd.conf. Thus, the
+ legal context for some directives has changed and may require
+ require minor adjustments. Refer to the <a href="#httpd">Configure
+ Apache</a> section for details.</p>
+ </li>
+ </ul>
<p>Significant changes since mod_pubcookie-3.0.0-beta3:</p>
<ul>
<li>
<p>mod_pubcookie is now configured by Apache config files and
server directives only. See <a href="#httpd">Configure Apache</a>.
! The keyclient command-line utility continues to use the Pubcookie config
file for its configuration.</p>
</li>
</ul>
***************
*** 79,90 ****
</li>
</ul>
<h4><a name="upgrading"></a>Upgrading</h4>
! <p>Upgrading from mod_pubcookie-3.0.0-beta3:</p>
<ul>
<li>
<p>If you are upgrading from mod_pubcookie-3.0.0-beta3, you will
need to reconfigure mod_pubcookie using Apache config files and
! server directives. See <a href="#httpd">Configure Apache</a>.</p>
</li>
<li>
<p>The Pubcookie config file is no longer used to configure the
--- 90,108 ----
</li>
</ul>
<h4><a name="upgrading"></a>Upgrading</h4>
! <p>Upgrading from mod_pubcookie-3.0.0-rc1 or 3.0.0-beta3:</p>
<ul>
+ <li>
+ <p>If you define PubcookieInactiveExpire in httpd.conf,
+ make sure it is defined within a <Directory> or <Location>
+ block directive. Refer to the <a href="#httpd">Configure Apache</a>
+ section for an example.</p>
+ </li>
<li>
<p>If you are upgrading from mod_pubcookie-3.0.0-beta3, you will
need to reconfigure mod_pubcookie using Apache config files and
! server directives. Refer to the <a href="#httpd">Configure
! Apache</a> section for details.</p>
</li>
<li>
<p>The Pubcookie config file is no longer used to configure the
***************
*** 133,139 ****
site's Pubcookie keyserver.</p>
</li>
</ul>
! <p>System requirements for your Apache server:</p>
<ul>
<li>Unix platform
<li>Accurate system time
--- 151,158 ----
site's Pubcookie keyserver.</p>
</li>
</ul>
! <h4><a name="req">System Requirements</a></h4>
! <p>System requirements for your Apache server include:</p>
<ul>
<li>Unix platform
<li>Accurate system time
***************
*** 192,198 ****
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>zcat (download_dir)/pubcookie-3.0.0-rc1.tar.gz | tar xf -</pre></TD>
</TR>
</TABLE></p>
--- 211,217 ----
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>zcat (download_dir)/pubcookie-3.0.0.tar.gz | tar xf -</pre></TD>
</TR>
</TABLE></p>
***************
*** 229,235 ****
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>% cd /usr/local/src/apache_1.3.xx/src/modules<br>% zcat (download_dir)/pubcookie-3.0.0-rc1.tar.gz | tar xf -</pre></TD>
</TR>
</TABLE></p>
<li>
--- 248,254 ----
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>% cd /usr/local/src/apache_1.3.xx/src/modules<br>% zcat (download_dir)/pubcookie-3.0.0.tar.gz | tar xf -</pre></TD>
</TR>
</TABLE></p>
<li>
***************
*** 238,244 ****
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>--activate-module=src/modules/pubcookie-3.0.0-rc1/src/mod_pubcookie.a</pre></TD>
</TR>
</TABLE></p>
<p>Or, if you use a src level Configure script, add an AddModule
--- 257,263 ----
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>--activate-module=src/modules/pubcookie-3.0.0/src/mod_pubcookie.a</pre></TD>
</TR>
</TABLE></p>
<p>Or, if you use a src level Configure script, add an AddModule
***************
*** 255,261 ****
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>% cd pubcookie-3.0.0-rc1
% ./configure
% make keyclient</pre></TD>
</TR>
--- 274,280 ----
<p>
<TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5">
<TR>
! <TD> <pre>% cd pubcookie-3.0.0
% ./configure
% make keyclient</pre></TD>
</TR>
***************
*** 437,444 ****
<p>The Pubcookie module is initially configured by directives
in the Apache config files. In this section you will
add the necessary directives to your httpd.conf file.</p>
- <p>Note: This is where the most significant changes have been
- made to the installation process since 3.0.0-beta3.</p>
<ol>
<li>
<p>Edit your Apache server configuration file (httpd.conf),
--- 456,461 ----
end of message
More information about the pubcookie-dev
mailing list