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
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
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
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
> "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
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 /
> -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
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
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]
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
Does "How do I keep my own module/library directory?" from perlfaq8 apply?
John
[EMAIL PROTECTED]
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
> -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
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
> 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
>
> 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
> 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
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
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
"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
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
21 matches
Mail list logo