I had a little trouble with the redirect. I am using the patched Session stuff from rt.cpan.org. The interface on this site isn't always obvious but the patches are there next to a 'download' button to the bottom right and further down the page.
I found I needed to add <location /redirect> PerlInitHandler RequestNotes </location> matt -----Original Message----- From: Misha Kapushesky [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 September 2003 12:46 AM To: Andrew Davies Cc: [EMAIL PROTECTED] Subject: Re: Can't get Apache::AxKit::Plugin::Session to work... I never quite succeeded... My guess is that something went awry when compiling/setting up Apache/mod_perl. It's on my to do list to try recompiling and reconfiguring everything. I think if that /redirect were to register correctly, things would work. Keep us posted if you get it working! --Misha Andrew Davies wrote: > > >> I think the problem is with the "ErrorDocument 403 > >> /redirect?url=/login.xsp" directive. I don't have a /redirect > anywhere. > >> > > > > > > You have It's part of what A::A::P::S does when it is loaded via > PerlModule. But you must load it in the vhost you want to use it in. > > Actually, there might be a modperl_version-specific bug there. Try > > "ErrorDocument 403 /login.xsp". It won't let you login, but > should show the login form. If it does show the form, it is indeed a > bug I must fix. If it doesn't, the problem is elsewhere. > > > > was there a resolution to this? It looks like I am having exactly the > same problems..... > > I have A:A:P:S set up exactly as in in the wiki page.... > > With "ErrorDocument 403 /login.xsp" I get the login form, but as you > predict never get logged in.... > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
