Re: the edge of chaos

2001-01-03 Thread Justin
Yep, I am familiar with MaxClients .. there are two backend servers of 10 modperl processes each (Maxclients=start=10). Thats sized about right. They can all pump away at the same time doing about 20 pages per second. The problem comes when they are asked to do 21 pages per second :-) There is on

Re: the edge of chaos

2001-01-03 Thread Jeff Sheffield
this is not the solution... but it could be a bandaid until you find one. set the MaxClients # lower. # Limit on total number of servers running, i.e., limit on the number # of clients who can simultaneously connect --- if this limit is ever # reached, clients will be LOCKED OUT, so it should NOT

the edge of chaos

2001-01-03 Thread Justin
Hi, and happy new year! My modperl/mysql setup does not degrade gracefully when reaching and pushing maximum pages per second :-) if you could plot throughput, it rises to ceiling, then collapses to half or less, then slowly recovers .. rinse and repeat.. during the collapses, nobody but real p

Re: PerlRun problem: can't find method "uri"

2001-01-03 Thread Jie Gao
On Tue, 2 Jan 2001, Ken Williams wrote: > >Error: > > > >[Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via > >package "Apache::PerlRun" at > >/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. > > Jie, > > Try this patch. Does it solve the probl

Re: [RFC] new Apache::Dispatch feature

2001-01-03 Thread Vivek Khera
> "GY" == Geoffrey Young <[EMAIL PROTECTED]> writes: GY> or maybe stripping off everything after the . (or maybe both :) GY> Of course, it would be only for appearance, which is why I'm asking... GY> anyone interested? I don't think this will reduce snooping. Even with *.html files in dire

[RFC] new Apache::Dispatch feature

2001-01-03 Thread Geoffrey Young
hi all... I know Apache::Dispatch is starting to become quite feature, uh, rich, but would be interested in what people who are using it (if any :) thought about something... I've been noticing in my logs that people are starting to get nosy and, for Foo/Bar/baz people are wondering what is in /

RE: apache attempting to re-read POST from STDIN on ErrorDoc redirect

2001-01-03 Thread Geoffrey Young
> -Original Message- > From: Eric Kolve [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 03, 2001 1:25 PM > To: '[EMAIL PROTECTED]' > Subject: apache attempting to re-read POST from STDIN on ErrorDoc > redirect > > > I have the following Apache::Registry script, which posts to > it

apache attempting to re-read POST from STDIN on ErrorDoc redirect

2001-01-03 Thread Eric Kolve
I have the following Apache::Registry script, which posts to itself. At the top, I read in the posted values using CGI. If I receive one of them I die to demonstrate my little bug. This causes a SERVER_ERROR to be returned to apache, which then attempts to perform an internal redirect to a stat

Re: mod_perl related work at Red Hat in Raleigh/Durham NC

2001-01-03 Thread John D Groenveld
Paul, thank you for the modperl job posting. However, a small nit pick: please preface your subject with [JOB] to help those of us who filter them. Thanks again, John [EMAIL PROTECTED]

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread Ian Kallen
If I were you, I'd install my own perl in /home/eedalf, create /home/eedlf/apache and then do (assuming ~/bin/perl is before /opt/local/bin/perl in your path) something like: perl Makefile.PL \ APACHE_PREFIX=/home/eedalf/apache \ APACHE_SRC=/home/eedalf/src/apache_1.3.14 \ DO_HTTPD=1 \ USE_A

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread John D Groenveld
Does "How do I keep my own module/library directory?" from perlfaq8 apply? John [EMAIL PROTECTED]

Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread Alexander Farber (EED)
Hi, I am installing Apache 1.3.14 and mod_perl 1.24_01 into my home directory and it actually works okay, but there is this error message, when calling "make install" in the mod_perl source dir: Skipping /opt/local/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/Apache/include/include/http_pro

RE: PerlSetupEnv Off not working

2001-01-03 Thread Geoffrey Young
> -Original Message- > From: John K Sterling [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 02, 2001 5:52 PM > To: JR Mayberry > Cc: [EMAIL PROTECTED] > Subject: Re: PerlSetupEnv Off not working > > > i assume thats a typo, i think PerlSetupEnv has been in since '96 > > have you

mod_perl large scalar cache

2001-01-03 Thread George Sanderson
I have a mod_perl hash scalar that can store up to 4 MB of string data. I was wondering what happens to the memory usage after a "delete $myhash{large}"? I was thinking (I know this can be dangerous:-), it would be nice if I could tell mod_perl to cache scalars that become larger than some speci

RE: Add to default chain of handlers

2001-01-03 Thread Chris Strom
> Hi I wonder how would I be able to add a perl handler in > front of all the > default handlers that are being used by apache. Try the PerlInitHandler directive. > > > PerlAuthHandler Moo::Auth > PerlAuthzHandler Moo::MemberAuth > PerlAuthzHandler Moo::MembershipType > PerlSetvar MembershipT

Re: do I really need "mod_perl"

2001-01-03 Thread Gerald Richter
> > Obviously, you know after reading the above link you don't need mod_perl to > run standard perl-written cgi's. One of the additional benefits not mentioned > in that article is Embperl. Embperl is a nifty little tool that let's you > embed server side interpreted perl in a normal .html docum

RE: Apache::Request param() problem?

2001-01-03 Thread Chris Strom
> Pulling parameters from a POST method using Apache::Request, > largely to make > it easier to deal with multiple value variables. The problem > occurs if I > have two variables, differentiated only by case (eg. > wanthelp= > and wantHelp=). > > Am I missing some parameter to make this case

Re: how to secure backend server ?

2001-01-03 Thread Matthew Byng-Maddick
On Tue, 2 Jan 2001, darren chamberlain wrote: > Oleg Bartunov ([EMAIL PROTECTED]) said something to this effect on 01/02/2001: > > > You can explicitly bind an apache server to localhost. > > This works only if frontend and backend are on the same physical server. > > But it will not works even in

mod_perl related work at Red Hat in Raleigh/Durham NC

2001-01-03 Thread Paul Lindner
Hi there, First off, I want to thank everyone who's applied for redhat.com jobs in the Bay Area. The people on this list are the best! Today, however, I am looking for skilled candidates for positions located in the Raleigh/Durham area in North Carolina. Relocation assistance may be provided f

Re: Apache::Request param() problem?

2001-01-03 Thread Joe Schaefer
"James Sheridan-Peters" <[EMAIL PROTECTED]> writes: > Quick summary: > > Pulling parameters from a POST method using Apache::Request, largely to make > it easier to deal with multiple value variables. The problem occurs if I > have two variables, differentiated only by case (eg. wanthelp= > and

Add to default chain of handlers

2001-01-03 Thread yow
Hi I wonder how would I be able to add a perl handler in front of all the default handlers that are being used by apache. Reason being, I have implemented DBI enabled authentication for my site. There are several modules that do the authentication/autorization based on users ability to access part