Oddity with redirects

2001-12-09 Thread Steven Lembark
Getting Apache::AuthCookie working. The AuthCookie portion is proving simpler than Apache... Problem is that accessing the /loginform location works perfectly: I get the form, get the cookie back and get sent to the proper place. Accessing the protected site blows up because the Apache object

Re: Oddity with redirects

2001-12-09 Thread Perrin Harkins
Accessing the protected site blows up because the Apache object referent is undef (see below for examples). No doubt I've screwed up some part of the httpd.conf but cannot figure out what at this point... Without knowing anything much about the AuthCookie module, I would guess your problem