Pakket: libapache-authcookie-perl (3.10-1) [universe]
Verwijzigingen voor libapache-authcookie-perl
Ubuntu bronnen:
Het bronpakket libapache-authcookie-perl downloaden:
- [libapache-authcookie-perl_3.10-1.dsc]
- [libapache-authcookie-perl_3.10.orig.tar.gz]
- [libapache-authcookie-perl_3.10-1.diff.gz]
Beheerder:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Stephen Quinney
It should generally not be necessary for users to contact the original maintainer.
Vergelijkbare pakketten:
Apache/mod_perl Authentication and Authorization via cookies
This package contains a Perl module, Apache::AuthCookie, which can be used to simplify the creation of mod_perl based web sites that require user authentication. This module is used by various Web application frameworks written in Perl.
Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key.
The session key is returned to the user's browser as a cookie. As a cookie, the browser will pass the session key on every subsequent accesses. AuthCookie will verify the session key and re-authenticate the user.
Andere aan libapache-authcookie-perl gerelateerde pakketten
|
|
|
-
- dep: libapache2-mod-perl2 (>= 2.0)
- Integration of perl with the Apache2 web server
- of libapache-mod-perl (>= 1.24)
- integration of perl with the Apache web server
-
- dep: perl (>= 5.8.8-1)
- Larry Wall's Practische Extractie en Reportage Taal