On 11 Jan 2001, at 8:28, Scott Alexander wrote:
My original message was below.
I always understood each Apache child runs for a set number of
times then stops. But I checked my httpd.conf file and the
MaxRequestsPerChild is set to 0
Why would it ever ask for a new connect? Or is there somethi
>Why do you think it would be hard to return AUTH_REQUIRED if the
>DEBUG=1 param is in the URL? Granted, the browser issues involved won't
>make it the best solution, but no worse than passwords are already. Someone
>would have to be using a machine where a valid uid/passwd are in browser
cache
>Philippe M. Chiasson, the mail address given in Apache::AutoIndex is
>bouncing (today, at least): <[EMAIL PROTECTED]> If you are
>reading this and have a working address, please let me know.
>
I have been tring to get in touch with Philippe for about 6 months with no
success.
On Thu, 11 Jan 2001, Doug MacEachern wrote:
> On Tue, 2 Jan 2001, Paul J. Lucas wrote:
>
> > I looked in the archives for this problem and, while mentioned,
> > not definitive solution was apparantly found. I did notice the
> > handler get called once, but only once: total server sh
Hi folks,
I am running a CGI script under Apache/mod_perl using Apache::PerlRun. I
constantly got warning messaegs similiar to the one showing below:
[Thu Jan 11 18:45:49 2001] null: Prototype mismatch: sub
Apache::ROOT::login_2ecgi::gettimeofday () vs none at
/usr/lib/perl5/site_perl/5.005/i38
Aaron Johnson wrote:
>
> It was only a 19K doc I was testing with so I doubt it was a size issue and
> yes as my tense indicates the problem has been solved.
> I updated to the CGI pm and and all is well.
> I was shocked to see that I had version 2.56 still installed on that server.
>
> Upgraded
Hi folks,
I am running a CGI script under Apache/mod_perl using Apache::PerlRun. I
constantly got warning messaegs similiar to the one showing below:
[Thu Jan 11 18:45:49 2001] null: Prototype mismatch: sub
Apache::ROOT::login_2ecgi::gettimeofday () vs none at
/usr/lib/perl5/site_perl/5.005/i38
Nice.
I look forward to your next release...
On Fri, Jan 12, 2001 at 12:38:12PM -0800, Joshua Chamas wrote:
> "T.J. Mather" wrote:
> >
> > There is an easy way of doing auto form fillin with Apache::ASP using
> > HTML::FillInForm - for details see (credit goes to Paul Lindner)
> >
>
> I have
Actually, upon further investigation I found that it is in fact all
subsequent requests the the END block is not called.
You can recreate the anomaly with the following module and script:
Foo.pm:
---
package Foo;
END{
Joshua Chamas wrote:
> Aaron Johnson wrote:
> >
> > I have tested other formats and they all work fine.
> > For some reason I can't upload binary files anymore.
> > There has been no change to the code for the pages that do the upload.
> >
> > The upload just hangs and never finishes.
> >
> > A
Aaron Johnson wrote:
>
> I have tested other formats and they all work fine.
> For some reason I can't upload binary files anymore.
> There has been no change to the code for the pages that do the upload.
>
> The upload just hangs and never finishes.
>
> Apache 1.3.14
> mod_perl 1.24_01
> Apach
Aaron Johnson wrote:
>
> I think to help people coming from CGI or EmbPerl that are used to having all params
>in the same
> place that having $Form be automatic is a must have. You can have it be an option in
>the globals if
> there is any potential performance hit for doing it I suppose ( cou
"T.J. Mather" wrote:
>
> There is an easy way of doing auto form fillin with Apache::ASP using
> HTML::FillInForm - for details see (credit goes to Paul Lindner)
>
I have integrated HTML::FillInForm functionality into Apache::ASP.
It will be activated with
PerlSetVar FormFill 1
$Response-
Philippe M. Chiasson, the mail address given in Apache::AutoIndex is
bouncing (today, at least): <[EMAIL PROTECTED]> If you are
reading this and have a working address, please let me know.
Regards,
..Theo
--
Theo Petersen mailto:[EMAIL PROTECTED]
When angry, coun
Hello,
I'm running a script under Apache::Registry which uses a couple of custom
object-oriented modules. The modules have an END block defined which
contains some clean-up code that needs to be run every time a request is
made.
The usual behavior for Apache::Registry is to explicitly call the
E
Al Abdullaev <[EMAIL PROTECTED]> writes:
> Sorry guys for irrelevant question, but where can I find
> guide how to connect apache server to mysql database?
> thanks a lot.
Depends what you want to do. Authentication, or something more
complex?
--
Dave Hodgkinson,
Hi all,
On Fri, 12 Jan 2001, Bakki Kudva wrote:
> "J. J. Horner" wrote:
> > There is a second edition already? This book hasn't been out 2 years yet.
> Not according to O'Reilly web site. I only see the first ed. there.
Please, somebody tell me I didn't dream it?!
73,
Ged.
* Todd Finney ([EMAIL PROTECTED]) [010112 13:00]:
> At 12:07 PM 1/12/01, Blue Lang wrote:
> >On Fri, 12 Jan 2001, J. J. Horner wrote:
> > > I'm also toying with the idea of allowing each script
> > to have a DEBUG=1
> > > option enabled in a handler so that as long as it is
> > the script owner,
"J. J. Horner" wrote:
>
>
> There is a second edition already? This book hasn't been out 2 years yet.
>
> You guys are quick!!
>
Not according to O'Reilly web site. I only see the first ed. there.
--
_ _
.-. |M|S| Bakki Kudva
|D|_|a|y| Navaco
|o|m|n|s|<\
The mod_perl-1.24_01 ./src/modules/perl/Server.xs file is using a
short int, which leads to ports between 32768 and 65535 (inclusive)
turning up in Perl as negative numbers -
short
port(server, ...)
Apache::Server server
CODE:
RETVAL = server->port;
if(items > 1)
se
It seems to me that Apache running modperl under NT can only
process one request at a time. Is this true?
I am running modperl 1.24 using apache 1.12 and perl 5.6. Perl
was built with neither multiplicity nor multithread. Is there
any configuration of apache, perl, modperl that would process
m
At 12:07 PM 1/12/01, Blue Lang wrote:
>On Fri, 12 Jan 2001, J. J. Horner wrote:
> > I'm also toying with the idea of allowing each script
> to have a DEBUG=1
> > option enabled in a handler so that as long as it is
> the script owner,
> > verified by uid, trying to set the DEBUG=1 parameter in
* Blue Lang ([EMAIL PROTECTED]) [010112 12:08]:
> On Fri, 12 Jan 2001, J. J. Horner wrote:
>
> > I'm also toying with the idea of allowing each script to have a DEBUG=1
> > option enabled in a handler so that as long as it is the script owner,
> > verified by uid, trying to set the DEBUG=1 parame
On Fri, 12 Jan 2001, J. J. Horner wrote:
> Is something available to allow debugging information to be sent
> to a browser based on the UID of the user or IP address of the
> client?
This sounds like a hack job for Carp.. I assume you mean uid of the
cgi-wrapped user?
> I'm also toying with the
Is something available to allow debugging information to be sent
to a browser based on the UID of the user or IP address of the
client?
We use cgiwrap (and consequently, cgiwrapd) to help secure our server
and I like the option of using cgiwrapd when a problem is encountered.
* G.W. Haywood ([EMAIL PROTECTED]) [010112 10:10]:
> Hi there,
>
> On Fri, 12 Jan 2001, Perry Edward (tsp2emp) wrote:
>
> > I have looked though every thing I could fine but what docs are you
> > referring to ?
>
> .../mod_perl/README
> .../mod_perl/INSTALL*
> .../mod_perl/SUPPORT
> http://per
Hi there,
On Fri, 12 Jan 2001, Perry Edward (tsp2emp) wrote:
> I have looked though every thing I could fine but what docs are you
> referring to ?
.../mod_perl/README
.../mod_perl/INSTALL*
.../mod_perl/SUPPORT
http://perl.apache.org/guide
and of course the Eagle Book - this is my (old) copy,
I tried bot the options separately and I tried them together neither seem to
work.
I have looked though every thing I could fine but what docs are you
referring to ?
-Original Message-
From: Stas Bekman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 7:09 PM
To: Perry Edward
On Thu, Jan 11, 2001 at 03:09:43PM +0100, Stas Bekman wrote:
>
> * dbm.pod:
>
> o reviewed/rewritten/corrected
Any volunteers to extend this, or at least suggest additions, in
relation to using Berkeley DB v3 in 'shared memory' configuration?
Tim.
On Thu, Jan 11, 2001 at 10:18:30PM -0800, [EMAIL PROTECTED] wrote:
> thanks for your contribution, however, Apache::Registry is not accepting
> any new features. have a look at Apache::{PerlRun,RegistryNG,RegistryBB}
> new features should fit in here or be in its own subclass. i don't think
> th
On Wed, 27 Dec 2000, Gunther Birznieks wrote:
> I don't completely understand the purpose of this benchmark.
>
> Are you testing string operations or print operations? Currently it seems
> as if the two are being tested together which doesn't necessarily provide
> the most meaning in the result.
Title: RE: modperl causing exception as NT service
All,
> This patch is applied in the current mod_perl cvs version,
> which I think was being used
I tried a couple of things yesterday, I compiled mod_perl 1.24
distribution and manually added the patch. Problem still present.
I also
Did it ever work with ASP 2.07? -- Josh
Aaron Johnson wrote:
>
> I guess putting my name on this would have been nice :^)
>
> There is nothing in the log file indicating any errors on the upload
> process and the browser just hangs. Both NN and IE.
>
> Aaron Johnson
>
> Aaron Johnson wrote:
33 matches
Mail list logo