Re: acces control via cookies for webdirectories again
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be3uCoSoPqc6a3HcJYc0bA_6agVfboSSGoE=KZ_oO8o+og@mail.gmail.com> |
On Wed, Mar 14, 2012 at 3:57 AM, Timon Roth <[email protected]> wrote: > i habe tried also a second scenario with the PerlProcessConnectionHandler > and the PerlPreConnectionHandler. > > i must then first read the header from the client via the socket. thats very > cool. but how can i then route the client forward to the desired page he > initially used wanted to see? Have you looked at Apache::AuthTicket? It provides flexible access control for directories. - Perrin