Different handlers in different NameVirtualHosts?

2002-12-04 Thread Damyan Ivanov
[apache-1.3.26/mod_perl-1.27 from Debian/unstable] Hello, I am having trouble setting different Perl*Handler's for two different VirtualHosts. The virtual hosts use one IP and are name-based. configuration is as follows: Port 80 Bind 10.0.0.1 NameVirtualHost 10.0.0.1 PerlRequire

throttling

2002-12-04 Thread Paolo Campanella
Hi all I had a look at mod_throttle, but it doesn't seem to be able to do what I want. I would like to limit accesses by remote IP address, _per-URL_ (mod_throttle seems to only be able to do this in the server scope, not per-location/per-directory/per-virtualhost). Can anyone recommend an

Re: throttling

2002-12-04 Thread Geoffrey Young
Paolo Campanella wrote: Hi all I had a look at mod_throttle, but it doesn't seem to be able to do what I want. I would like to limit accesses by remote IP address, _per-URL_ (mod_throttle seems to only be able to do this in the server scope, not per-location/per-directory/per-virtualhost).

Re: throttling

2002-12-04 Thread Paolo Campanella
On Wed, 04 Dec 2002 08:29:29 -0500 Geoffrey Young [EMAIL PROTECTED] wrote: Can anyone recommend an alternative which does what I want? I'm not too familar with mod_throttle, but http://www.snert.com/Software/mod_throttle/#ThrottlePolicy seems to suggest you get per-location throttling

RE: throttling

2002-12-04 Thread Christian Gilmore
Looks like you might want to merge the IP-based throttling from mod_throttle with the location-based throttling from mod_throttle_access. The site that hosted the source for mod_throttle_access has been lost, but here is the latest from that site. Thanks, Christian - Christian

Re: throttling

2002-12-04 Thread Larry Leszczynski
Hi Paulo - I had a look at mod_throttle, but it doesn't seem to be able to do what I want. I would like to limit accesses by remote IP address, _per-URL_ (mod_throttle seems to only be able to do this in the server scope, not per-location/per-directory/per-virtualhost). I will take the

Re: ANNOUNCE: Apache::AuthenNTLM 0.23

2002-12-04 Thread Frank . Zimper
I installed it on 29. Nov. and have to say that it works fine. No more problems with POST requests. The only issue I still have are the occasional hangs, when the web server doesn't respond for several tens of seconds. Thanks, Frank - Weitergeleitet von Frank Zimper/BUH/CH/SB_PLC am

Re: References for modperl usage in financial institutions?

2002-12-04 Thread Marcin Kasperski
Yes, please post your success stories here (...) I am more than happy being now able to add the new nice reference. Please, patch my English where necessary... Polish internet bank named Inteligo (http://www.inteligo.pl) recently migrated its transactional web service (the application used by

[mp2] Documentation/LogHandler question

2002-12-04 Thread Beau E. Cox
Hi - In: http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlLogHandler, the PerlLogHandler documentation, the configuration file sample setup is given as: Location /users/ SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlLogHandler MyApache::LogPerUser

Re: Different handlers in different NameVirtualHosts?

2002-12-04 Thread simran
Damyan, Could it be that App1::Setup is taking over the App1001::Setup namespace. My guess is that the problem is in the code for App1::Setup. simran. On Wed, 2002-12-04 at 20:37, Damyan Ivanov wrote: [apache-1.3.26/mod_perl-1.27 from Debian/unstable] Hello, I am having trouble

Re: [mp2] Documentation/LogHandler question

2002-12-04 Thread Stas Bekman
Beau E. Cox wrote: Hi - In: http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlLogHandler, the PerlLogHandler documentation, the configuration file sample setup is given as: Location /users/ SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlLogHandler

undesired authentication timeout behavior

2002-12-04 Thread George Valpak
I am using a homegrown subclass of AuthCookieDBI for authentication. So far so good. But I have a problem that I hope someone can offer guidance on. For now I have the auth set to expire after a certain amount of time. After the expiration, the next time the user clicks, the login form comes

RE: [mp2] Documentation/LogHandler question

2002-12-04 Thread Hsiao, Chang-Ping
p.s. Geoff, we need a short acronym for your book so it's easy to refer to it, (a new eagle), I've called it RW (RedWhite), if you have a better idea, please suggest. Right, an animal is much easier to remember. Wish it had one on its cover like books from O'reilly. .

Re: ANNOUNCE: Apache::AuthenNTLM 0.23

2002-12-04 Thread Gerald Richter
I installed it on 29. Nov. and have to say that it works fine. No more problems with POST requests. The only issue I still have are the occasional hangs, when the web server doesn't respond for several tens of seconds. Could you try to use a bdc instead of the pdc. Maybe your pdc is to high

[mp2] LogHandler configuration problems

2002-12-04 Thread Beau E. Cox
Well Stas, you asked for it... :) -8-- Start Bug Report 8-- 1. Problem Description: LogHandler configuration problem. In the tests below I start out with the LogHandler configuration in the documentation and keep 'trimming' it down until it works.

DSO/Tru64 (was Re: References for modperl usage in financial institutions?)

2002-12-04 Thread Marcin Kasperski
PS If only someone had some idea how to solve the DSO/Tru64 problem... We really need to find people on these platforms (True64, AIX, HP-UX, etc.) who can help to reproduce and resolve this kind of probs. If you know of those willing to help please ask them to subscribe on this list. I am

Re: DSO/Tru64 (was Re: References for modperl usage in financialinstitutions?)

2002-12-04 Thread Stas Bekman
Marcin Kasperski wrote: PS If only someone had some idea how to solve the DSO/Tru64 problem... We really need to find people on these platforms (True64, AIX, HP-UX, etc.) who can help to reproduce and resolve this kind of probs. If you know of those willing to help please ask them to subscribe

Re: [mp2] LogHandler configuration problems

2002-12-04 Thread Stas Bekman
Beau E. Cox wrote: Well Stas, you asked for it... :) [...] #---mod_perl 2.0 rocks test- Alias /perl/ /srv/www/conf/perl/ Location /perl/ SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions