On Wed, Mar 14, 2012 at 3:57 AM, Timon Roth <timon.r...@digitalforce.ch> 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