Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Eric Covener
On Fri, Jul 4, 2008 at 9:20 PM, Ali Sakebi <[EMAIL PROTECTED]> wrote: > Thanks for answer. > > mod_perl (*) is what I was looking for. > But is there any Java-based solution like mod_perl available too? The old mod_fastcgi allows you to run a fastcgi authenticator or authorizer; you could run your

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Ali Sakebi
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 wi

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread André Warnier
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-li

[EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Ali Sakebi
Hi Is there any way to provide apache http server with a piece of code (Java or whatever) as authorization logic? Regards, Ali - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

RE: [EMAIL PROTECTED] Is it possible to filter requests from certain browsers/OSes?

2008-07-04 Thread M. Scholten
Why are you trying to avoid the problem instead of SOLVING. And then again: you are discriminating windows users, and forcing ppl to use a custom PC for just webmail? Well good luck with the rest of your life then... You are clearly providing a COMPLETE wrong and extremely un-user friendly solution

Re: [EMAIL PROTECTED] Is it possible to filter requests from certain browsers/OSes?

2008-07-04 Thread R. Eimann
This is not for many users anyway (nothing commercial), it's mainly for my parents in law. The security of my boxes weighs a bit more than ethics in this case. Apart from that, I provided a faily up-to-date Linux box to them, but I have doubts that they actually use it (I dont care whether they

Re: [EMAIL PROTECTED] Is it possible to filter requests from certain browsers/OSes?

2008-07-04 Thread MegaBrutal
Ban Windows users just because they are Windows users is quite unethical. You are discriminating them. But once, I've done something similar to Opera users, but I didn't banned them, just showed a warning that they are actually using a very crappy browser, use Firefox or IE instead. :D ---

[EMAIL PROTECTED] Is it possible to filter requests from certain browsers/OSes?

2008-07-04 Thread R. Eimann
Hi, I have a Linux box running SquirrelMail along with an SSH service and /etc/{passwd,shadow} are used for authentication. Some of the users I offer e-mail accounts for do not understand about keyloggers and similar software that particularly Windows systems are prone to. For obvious reasons,

[EMAIL PROTECTED] Second Directory Common to All

2008-07-04 Thread Bradley Giesbrecht
Hello List, First time poster here. After several attempts spread out over several months I managed to find a solution to my objective and would like some feedback if my method is a good way to go. The data below if from my OS X laptop and I will be deploying on Gentoo Linux incase ther

RE: [EMAIL PROTECTED] erros... Apache 1.3 e Tomcat 4.1

2008-07-04 Thread Tan, Liao
Krist, Txs for the explanation. Well, what can I do to get the mod_jk.sl for apache 1.3? Thank you! Ingrid -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 4:03 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] erros... Apach

Re: [EMAIL PROTECTED] Running a cluster of Apache

2008-07-04 Thread Torsten Foertsch
On Thu 03 Jul 2008, Jorge Medina wrote: > Can I use a ServerName (services.mydomain.com) that does not match the name > of the server Yes, and you can of course use the same certificate for all servers. Torsten -- Need professional mod_perl support? Just hire me: [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] erros... Apache 1.3 e Tomcat 4.1

2008-07-04 Thread Krist van Besien
On Thu, Jul 3, 2008 at 18:02, Tan, Liao <[EMAIL PROTECTED]> wrote: > Folks, > We´ve been trying to make apache and tomcat communicate between them, and > when started tomcat, it leads to the following error, the problem is in > mod_jk.sl, (or in anywhere else?). The mod_jk.sl we copied from apache