Thanks for answer.

mod_perl (*) is what I was looking for.
But is there any Java-based solution like mod_perl available too?

Regards,
Ali


On Sat, Jul 5, 2008 at 4:27 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> 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: [EMAIL PROTECTED]
>  "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to