Apache AutoLogin
Details
| Last Update: | 2008-01-21 05:01:17 |
| Version: | Apache::AutoLogi |
| License/Program Type: | Perl Artistic License |
| Publisher: | Marcel M. Weber |
| Price: | $0.00 |
Description:
Apache::AutoLogin is an automatic login module based on
encrypted cookies for sites using basic authentication.
SYNOPSIS
In httpd.conf or .htaccess put it just
before your basic authentication module
It has the be invoked as a PerlAccessHandler,
because this is just the phase
before authentication!
< Location / >
PerlModule Apache::AutoLogin
PerlAccessHandler Apache::AutoLogin
Set the lifetime of the cookie in days
PerlSetVar AutoLoginCookieLifetimeInDays "3"
The encryption key can have any length, but the longer the
better
PerlSetVar AutoLoginEncryptionKey
"abcdefghijklmnopqrstuvwxyz123456"
set the logout page: Important, make
sure that you specify something
that gets not cached by proxies, or
else the cookie won't be invalidated.
PerlSetVar AutoLoginLogoutPage "/logout.php"
The name of the cookie
PerlSetVar AutoLoginAuthName "AutoLogin rulez"
Here comes the basic authentication
module of any flavour. Apache::AutoLogin
has been tested with AuthPAM and AuthLDAP
AuthType Basic
AuthName "Apache_AutoLogin example"
AuthPAM_Enabled on
require valid-user
< /Location >
In this example make sure logout.php
can be viewed by the client without authentication!
< Location /logout.php >
PerlModule Apache::AutoLogin
PerlAccessHandler Apache::AutoLogin
PerlSetVar AutoLoginCookieLifetimeInDays "3"
Anything as a key, is not important, cause it will by a
random key
PerlSetVar AutoLoginEncryptionKey
"abcdefghijklmnopqrstuvwxyz123456"
PerlSetVar AutoLoginLogoutPage "/logout.php"
PerlSetVar AutoLoginAuthName "AutoLogin rulez"
Order allow,deny
allow from all
satisfy any
< /Location >
Requirements:
· Perl
0 comments
Add to
Apache AutoLogin Version History
Related Software
|
|
From category: Code-Generators |
| The Mary Engine is a portable, cross platform game engine, aiding developers in the creation games software.... |
|
|
From category: Libraries |
| JPerf is a Java library, a perfect hash function generator.... |
|
|
From category: Libraries |
| Cal3D 0.11.0 is libraries software developed by Cal3D Team. Cal3d project is a skeletal based 3d character animation library written in C++ in a platform-/graphic API-independent way. Origin... |
|
|
From category: Libraries |
| The CentralNic Toolkit is CentralNic\'s system for instantaneous Registry-Registrar Communications.... |
|
|
From category: Libraries |
| Audio::DB::Web 0.01 is libraries software developed by Todd Harris. Audio::DB::Web is a Perl module that assists in web-based queries of an MP3 Database. SYNOPSIS use Audio::DB::Web... |
|
|
From category: Compilers |
| FreeBASIC Compiler 0.17b is compilers software developed by Andre Victor. FreeBASIC - as the name suggests - is a free, open-source, 32-bit, MS-QuickBASIC\'s syntax-compatible compiler, that adds n... |
|
|
From category: Perl-Modules |
| Device::Davis is a Perl extension for communicating with Davis weather stations.... |
|
|
From category: Libraries |
| Convert::BulkDecoder 1.03 is libraries software developed by Johan Vromans and Squirrel Consultancy. Convert::BulkDecoder is a Perl module to extract (binary) data from mail and news messages. \... |
|
|
From category: Perl-Modules |
| BatchSystem::SBS::DefaultScheduler is a scheduler for the Simple Batch System.... |
|
|
From category: Perl-Modules |
| Apache::AutoLogin is an automatic login module based on encrypted cookies for sites using basic authentication.... |
|
|
From category: Libraries |
| Esra 0.8.0 is libraries software developed by Esra Team. Esra is a pure Java library for the interactive analysis of molecular mechanics data. Esra is a lean and mean library of portable, fl... |
|
|
From category: Libraries |
| dANN 0.1-alpha-RC2 (Java) is libraries software developed by Jeffrey Phillips Freeman. dANN is a library to help create artificial neural networks within other programs. It is currently written in... |
|
|
From category: Libraries |
| DateTime::Format::Builder::Tutorial 0.7807 is libraries software developed by Iain Truskett. DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As... |
|
|
From category: Compilers |
| Factor 0.84 is compilers software developed by Slava Pestov. Factor project is a language based around a programming paradigm that encourages simple, testable and reusable code. Factor\'s ma... |
|
|
From category: Libraries |
| Convert::Wiki::Node::Para 0.05 is libraries software developed by Tels. Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node. SYNOPSIS use Convert:... |
Leave a comment