Apache-AuthCookieDBIRadius

 view release on metacpan or  search on metacpan

AuthCookieDBIRadius.pm  view on Meta::CPAN

	# private
	<Directory /home/httpd/html/private>
 	 AuthType Apache::AuthCookieDBIRadius
 	 AuthName Portal
 	 PerlSetVar PortalDBI_b on
 	 PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
 	 PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
 	 require valid-user
	</Directory>

	# calendar
	<Directory /home/httpd/html/calendar>
 	 AuthType Apache::AuthCookieDBIRadius
 	 AuthName Portal
  	 PerlSetVar PortalDBI_a on
 	 PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
 	 PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
 	 require valid-user
	</Directory>


=head1 DESCRIPTION

httpd.conf  view on Meta::CPAN

# private
<Directory /home/httpd/html/private>
 AuthType Apache::AuthCookieDBIRadius
 AuthName Portal
 PerlSetVar PortalDBI_b on
 PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
 PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
 require valid-user
</Directory>

# calendar
<Directory /home/httpd/html/calendar>
 AuthType Apache::AuthCookieDBIRadius
 AuthName Portal
 PerlSetVar PortalDBI_a on
 PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
 PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
 require valid-user
</Directory>



( run in 0.270 second using v1.01-cache-2.11-cpan-c333fce770f )