Skip to Content.
Sympa Menu

shibboleth-dev - Re: Deploy Guides v.16

Subject: Shibboleth Developers

List archive

Re: Deploy Guides v.16


Chronological Thread 
  • From:
  • To: Nate Klingenstein <>
  • Cc:
  • Subject: Re: Deploy Guides v.16
  • Date: Fri, 11 Oct 2002 09:12:31 -0400

At 5:40 AM +0000 10/11/02, Nate Klingenstein wrote:
All,

Yet another rev of the deploy guides, featuring multitudinous patches and fixes and wonderful new documentation for extkeytool that Walter was kind enough to provide. Still to be included is a troubleshooting/testing section for the origin and beta1 information, esp. for the target.

Steven, if you could get this up to the new website -- especially the middleware.internet2.edu/shibboleth/ one, which still points to the .txt in the cvs -- quickly, that would be great.

http://darkavatar.pseudonymous.net/deploy_origin.html
http://darkavatar.pseudonymous.net/deploy_target.html


in section 3.b (Deploy HS and AA), you've got the following text:

A section must be added to /etc/httpd/conf/mod_jk.conf for Shibboleth mapping URL's to the HS and AA:


--------- begin ---------
<IfModule !mod_jk.c>
LoadModule jk_module libexec/mod_jk.so
</IfModule>

JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties"
JkLogFile "/usr/local/apache/logs/mod_jk.log"

JkLogLevel emerg

JkMount /shibboleth/* ajp13

--------- end ---------

I think this should say something like "these lines need to be added to the httpd.conf file for your apache server. Two popular way of doing this are

1) add these lines directly to your httpd.conf file,

or 2)

a) add this line to your existing httpd.conf file

Include conf/mod_jk.conf

and then b) put the above lines into the file called mod_jk.conf"

Also... and this is clearly a personal style preference..... but where sections like 3.b have 6 (or more) bullets in a row... I prefer to see numbered points -- it just makes it easier to refer to the appropriate paragraph, when there's a question.

------------------------------------------------------mace-shib-design-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at
http://archives.internet2.edu/

------------------------------------------------------mace-shib-design--




Archive powered by MHonArc 2.6.16.

Top of Page