Re: pubcookie and WO
Re: pubcookie and WO
- Subject: Re: pubcookie and WO
- From: Chuck Hill <email@hidden>
- Date: Sun, 13 Sep 2009 10:07:53 -0700
Hi Gordon,
Make sure that mod_webobjects is getting loaded and added BEFORE
mod_pubcookie (or whatever it is called) in the httpd.conf file. The
default WO setup won't work if other modules need to generate WO URLs
otherwise (modules are processed in the reverse order of loading).
Chuck
On Sep 13, 2009, at 9:56 AM, Gordon Belray wrote:
Hey eveyone,
We're using PubCookie http://www.pubcookie.org/ here for user
authentication, and we need to have a directory to point back to in
the Apache module:
<Directory "/Library/WebServer/Documents/private">
AllowOverride AuthConfig
PubcookieInactiveExpire -1
PubcookieAppID PubcookieTest
AuthType UTORid
require valid-user
</Directory>
I would like to use a directAction link for this but Apache doesn't
recognize it, neither the http://myhost/cgi-bin/WebObjects/App.woa
or http://myhost/cgi-bin/WebObjects/App.woa/wa/landingPage? will work
Can anyone suggest has to do this?
Thanks,
Gordon
Gordon Belray
Application Programmer
Information Technology Services
University of Toronto Libraries
email@hidden
416-946-8617 w
416-427-7007 m
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden