Apache::AuthCookie::FAQ man page on OpenSuSE

Man page or keyword search:  
man Server   25941 pages
apropos Keyword Search (all sections)
Output format
OpenSuSE logo
[printable version]

Apache::AuthCookie::FAUser Contributed Perl DocumentApache::AuthCookie::FAQ(3)

NAME
       Apache::AuthCookie::FAQ

VERSION
       version 3.18

DESCRIPTION
       This document serves to answer the most frequently asked questions
       about Apache::AuthCookie.

   How can I protect an entire site (/) with Apache::AuthCookie?
       You have to give an Apache "require" directive that applies to all
       requests for except for your login handler.  The easiest way to do this
       is to override the auth handlers for your login script. For example, if
       your login handler is "/LOGIN", then you need to use something like the
       following:

	<Location />
	  AuthType My::AuthCookieHandler
	  AuthName Whatever
	  PerlAuthenHandler My::AuthCookieHandler->authenticate
	  PerlAuthzHandler My::AuthCookieHandler->authorize
	  require valid-user
	</Location>

	<Location /LOGIN>
	  PerlAuthenHandler Apache2::Const::OK
	  PerlAuthzHandler Apache2::Const::OK
	</Location>
	...

NAME
       Apache::AuthCookie::FAQ - Frequently Asked Questions about
       Apache::AuthCookie.

AUTHOR
	 Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2000 by Ken Williams.

       This is free software; you can redistribute it and/or modify it under
       the same terms as the Perl 5 programming language system itself.

BUGS
       Please report any bugs or feature requests to
       bug-apache-authcookie@rt.cpan.org or through the web interface at:
	http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-AuthCookie

perl v5.18.1			  2011-01-24	    Apache::AuthCookie::FAQ(3)
[top]

List of man pages available for OpenSuSE

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net