Author Login
Post Reply
Ali Sakebi wrote:
> Hi
>
> Is there any way to provide apache http server with a piece of code
> (Java or whatever) as authorization logic?
Yes, there are many many..
I suggest that you first have a look at the existing Apache add-on
modules, they already provide many possibilities.
Check the on-line documentation at
http://httpd.apache.org/docs/2.2/mod/#A
(all the ones starting with mod_auth..)
and if that does not cover your needs, I would suggest using mod_perl to
write your own. See
http://perl.apache.org/docs/2.0/user/handlers/http.html
(see PerlAccessHandler etc..)
and
http://perl.apache.org/docs/2.0/api/Apache2/Access.html
and if that is still not what you are looking for, then give some more
details about what you would like to do, and maybe someone here could
orient you better.
André
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)