Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Perrin Harkins
Ask Bjoern Hansen wrote: > On Fri, 6 Sep 2002, Perrin Harkins wrote: > > >>Calbazana, Al wrote: >> >>>I'd like to know if it is possible to use mod_proxy as a sticky session >>>manager. >> >>It's possible in the sense that you could write a sticky session manager >>and glom it onto mod_proxy. I

Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Ask Bjoern Hansen
On Fri, 6 Sep 2002, Perrin Harkins wrote: > Calbazana, Al wrote: > > I'd like to know if it is possible to use mod_proxy as a sticky session > > manager. > > It's possible in the sense that you could write a sticky session manager > and glom it onto mod_proxy. It's certainly not there right now.

Re: mod_perl statistics on securityspace.com

2002-09-06 Thread Chris
> hi all... > >just FYI... mod_perl use seems to be dramatically on the rise > again. here'are the statistics for August from security space: > > perl > august: %36.83 > july: %30.79 > change: %19.64 > > PHP > august: %38.59 > july: %40.03 > change: %-3.62 > > https://secure1.securit

can't restart server

2002-09-06 Thread Ben Mathews
I'm running mod_perl on windows ("Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1") and it refuses to restart or stop the service. If I try, the system will eventually give me the blue screen of death and crash. Has anyone had a similar experience or know the solution?

mod_perl statistics on securityspace.com

2002-09-06 Thread Geoffrey Young
hi all... just FYI... mod_perl use seems to be dramatically on the rise again. here'are the statistics for August from security space: perl august: %36.83 july: %30.79 change: %19.64 PHP august: %38.59 july: %40.03 change: %-3.62 https://secure1.securityspace.com/s_survey/data/man.200

Re: libapreq-1.0 Seg Faults

2002-09-06 Thread Bill
Sorry, this bounced from my Mac.com acct :P On Friday, September 6, 2002, at 12:50 PM, William C (Bill) Jones wrote: > This is a USELARGEFILES support issue. > > On Friday, September 6, 2002, at 12:16 PM, ODELL, TODD E (SWBT) wrote: > >> ... >> Apache::Request it gives a 'segmentation fault (11

libapreq-1.0 Seg Faults

2002-09-06 Thread ODELL, TODD E (SWBT)
I installed libapreq-1.0 on an AIX 4.3.3 with Perl 5.6.1( build at bottom of page)/Apache 1.3.26/PHP-4.2.2. I read the README and INSTALL which came w/ the libapreq.1-0 and everything went fine. I compiled it with the same VAC 4.4.0.3 as I had used for the Perl/Apache. But when I try to use the Ap

Re: Apache::Util::ht_time outputs dates in local language

2002-09-06 Thread Paul Lindner
On Fri, Sep 06, 2002 at 05:03:32PM +0200, pascal barbedor wrote: > > > > When I have caching problems, I run my pages through cachability to find > out > > where they are failing. Check it out at: > > > > http://www.web-caching.com/cgi-web-caching/cacheability.py > > > > It reports on page heade

Apache::Util::ht_time outputs dates in local language

2002-09-06 Thread pascal barbedor
> > When I have caching problems, I run my pages through cachability to find out > where they are failing. Check it out at: > > http://www.web-caching.com/cgi-web-caching/cacheability.py > > It reports on page headers as well as gives useful info like the following: > Hi thanks this helped me

Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Perrin Harkins
Calbazana, Al wrote: > I'd like to know if it is possible to use mod_proxy as a sticky session > manager. It's possible in the sense that you could write a sticky session manager and glom it onto mod_proxy. It's certainly not there right now. If you just want a free load-balancer, take a look

Re: [ANNOUNCE] Apache::AuthDigest 0.01

2002-09-06 Thread Geoffrey Young
nuts... or, rather, bugs. specifically one largish one in AuthDigest.pm that prevented the entire test suite from running. http://www.modperlcookbook.org/~gyoung/modules/Apache-AuthDigest-0.02.tar.gz being pushed to CPAN as we speak. version 0.01 should be tossed and will be deleted from CPA

Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Paul Lindner
On Fri, Sep 06, 2002 at 08:44:39AM -0400, Calbazana, Al wrote: > Hello, > > I'd like to know if it is possible to use mod_proxy as a sticky session > manager. Basically, I'd like to put mod_proxy behind the load balancer and > allow the proxy servers to talk to the mod_perl servers. Unfortunate

lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Calbazana, Al
Title: lame load balancer, mod_proxy, and sticky sessions Hello, I'd like to know if it is possible to use mod_proxy as a sticky session manager.  Basically, I'd like to put mod_proxy behind the load balancer and allow the proxy servers to talk to the mod_perl servers.  Unfortunately, the loa

[ANNOUNCE] Apache::AuthDigest 0.01

2002-09-06 Thread Geoffrey Young
The URL http://www.modperlcookbook.org/~gyoung/modules/Apache-AuthDigest-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-AuthDigest-0.01.tar.gz size: 10195 bytes md5: 305f6bfdbdcbd267760bbed9bdc130c7 from the README: This is a suite of applications for u

Re: [mp2.0] wrong crypt behavior

2002-09-06 Thread Tomáš Procházka
Fri, Sep 06, 2002 ve 09:57:01AM +0200 Enrico Sorcinelli napsal(a): > On Fri, 6 Sep 2002 08:23:33 +0200 > Tomá? Procházka <[EMAIL PROTECTED]> wrote: > > > Hello, > > I use own PerlAuthenHandler module to verify users' login and password from > > database. > > > > For comparsion of password user e

Re: [mp2.0] wrong crypt behavior

2002-09-06 Thread Enrico Sorcinelli
On Fri, 6 Sep 2002 08:23:33 +0200 Tomá¹ Procházka <[EMAIL PROTECTED]> wrote: > Hello, > I use own PerlAuthenHandler module to verify users' login and password from > database. > > For comparsion of password user entered and password stored in database is > crypt function used. > > Here is the c