Re: File upload of binary format not working

2001-01-12 Thread Joshua Chamas
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: I

RE: modperl causing exception as NT service

2001-01-12 Thread Rich Buckley
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

Re: XMas printing benchmark

2001-01-12 Thread Stas Bekman
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.

Re: Apache::Registry + errors in a browser

2001-01-12 Thread Jens-Uwe Mager
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 the

Re: ANNOUNCE: mod_perl guide ver. 1.28

2001-01-12 Thread Tim Bunce
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.

RE: Need Some Help

2001-01-12 Thread Perry Edward (tsp2emp)
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

RE: Need Some Help

2001-01-12 Thread G.W. Haywood
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,

Re: Need Some Help

2001-01-12 Thread J. J. Horner
* 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

Debugging information sent to browser

2001-01-12 Thread J. J. Horner
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.

Re: Debugging information sent to browser

2001-01-12 Thread Blue Lang
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

Re: Debugging information sent to browser

2001-01-12 Thread J. J. Horner
* 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 parameter in

Re: Debugging information sent to browser

2001-01-12 Thread Todd Finney
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 a URL,

WinNT-modperl processes one script at a time

2001-01-12 Thread Lou Bershad
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

Re: Bug (easily fixable) in Apache::Server

2001-01-12 Thread Richard L. Goerwitz
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)

Re: Need Some Help

2001-01-12 Thread Bakki Kudva
"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|\

Re: Debugging information sent to browser

2001-01-12 Thread J. J. Horner
* 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, verified

Re: Need Some Help

2001-01-12 Thread G.W. Haywood
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.

Re: connecting apache to mysql

2001-01-12 Thread David Hodgkinson
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,

Whither gozer?

2001-01-12 Thread Theo Petersen
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, count

Re: Form Fillin with Apache::ASP

2001-01-12 Thread Joshua Chamas
"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

Re: Apache::ASP compiling extensions

2001-01-12 Thread Joshua Chamas
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 ( could it

Re: File upload of binary format not working

2001-01-12 Thread Joshua Chamas
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 Apache::ASP

Re: File upload of binary format not working

2001-01-12 Thread Aaron Johnson
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. Apache 1.3.14

Re: Apache::Registry - END Block not being called when script reloaded

2001-01-12 Thread Chris D'Annunzio
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{

Re: Form Fillin with Apache::ASP

2001-01-12 Thread Paul Lindner
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 integrated

RE: Apache::Registry - END Block not being called when script reloaded

2001-01-12 Thread Wenzhong Tang
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

Prototype mismatch in Apache::PerlRun line 343

2001-01-12 Thread Wenzhong Tang
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

Re: PerlChildInitHandler not being called

2001-01-12 Thread Paul J. Lucas
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 shutowns

Re: Whither gozer?

2001-01-12 Thread George Sanderson
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.

Re: Debugging information sent to browser

2001-01-12 Thread George Sanderson
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,

Re: Too many connections with DBI

2001-01-12 Thread Scott Alexander
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