Re: Errors when trying to use AuthAny.pm

2001-07-13 Thread Ken Y. Clark
On Wed, 11 Jul 2001, Justin Rains wrote: Date: Wed, 11 Jul 2001 07:04:43 -0700 (PDT) From: Justin Rains [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Errors when trying to use AuthAny.pm Hi all. I am relatively new to mod_perl so try to bear with me.

Re: [aliasing] Using mod_perl handlers for max speed?

2001-07-13 Thread Ken Williams
Heh - you're on the wrong track. The whole quote below is part of a double-quoted string, and each backslash is just to put a literal $ into the code. It will be eval'ed later. [EMAIL PROTECTED] (raptor) wrote: !!! Is it possible to have reference on the left side of the equation !!! I've

Re: can't start apache-1.3.20 with mod_perl and Mason

2001-07-13 Thread Louis-David Mitterrand
* On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote: On Wed, 11 Jul 2001, Louis-David Mitterrand wrote: Will I have to build a debugging-enabled libperl to get relevant information? Or is this enough to understand the problem? libperld would help, all i can tell is that

Re: Can't load mod_perl in Solaris 8

2001-07-13 Thread Doug MacEachern
On Fri, 13 Jul 2001, Jie Gao wrote: This is different from what I have been hearing for the past few years: Solaris' malloc is better than perl's. you're right, i just found this in the 5.6.1 announcement: :On some systems (IRIX and Solaris among them) the system malloc is :

Re: [ASP] FileUploadMax -- FileMaxUpload

2001-07-13 Thread Joshua Chamas
raptor wrote: hi, FileUploadMax wrongly stated in ASP docs, U should use : PerlSetVar FileMaxUpload xxx instead. One more thing, does someone knows a way to capture the error, if the user tries to upload bigger file than accepted. So I can inform him. Is it possible to set

tying STDIN/STDOUT

2001-07-13 Thread Jonathan Bartlett
I know this has been discussed a little before, but the Test.pm PerlHandler I've attached does not work as expected. The reason being that dup-ing a read filehandle to STDIN overwrote STDOUT instead (well, actually both, since apache apparently uses the same handle for input and output).

Re: Apache::Upload filehandle

2001-07-13 Thread Jay Buffington
Okay, that didn't fix the problem, but I have figured it out. Apache::Upload returns the filehandle as being blessed into Apache::Upload. Whenever I send the filehandle to Image::Magick it thinks that it is a url of type Apache: (kind of like file: or http:). If I bless the filehandle into

Re: tying STDIN/STDOUT

2001-07-13 Thread brian moseley
hmm... i think i have a similar question. i want to prevent people from writing data directly to the apache connection and instead force them to use an object i provide for generating output. they can call $obj-print() directly, but i also want them to be able to use 'print foo\n' as is

Re: detecting ssl

2001-07-13 Thread brian moseley
is checking for $ENV{HTTPS} not sufficient? On Tue, 10 Jul 2001, João Pedro Gonçalves wrote: This approach should be ok: my $s = $r-lookup_uri($r-uri); my $ssl = $s-subprocess_env('HTTPS'); I looked at this a while back and this is usually set internally in apache by the ssl

Re: tying STDIN/STDOUT

2001-07-13 Thread Ken Williams
[EMAIL PROTECTED] (brian moseley) wrote: hmm... i think i have a similar question. i want to prevent people from writing data directly to the apache connection and instead force them to use an object i provide for generating output. they can call $obj-print() directly, but i also want them to

Re: [patch] a more user friendly server failure report

2001-07-13 Thread Doug MacEachern
On Sat, 30 Jun 2001, Stas Bekman wrote: As we see at the list, sometimes users have a problem to start the server in the 'make test' stage and when they see: server failed to start! (please examine t/logs/error_log) many times this log file doesn't exist. So let's check whether the

custom config directives

2001-07-13 Thread brian moseley
is there any good thorough documentation on building custom config directives other than what's in the eagle book? i left mine back in au and i don't really want to buy another one :)

[ANNOUNCE] Hello World Benchmarks, 10 Minute Run

2001-07-13 Thread Joshua Chamas
Hey, It seemed that running the hello world benchmarks last time for only 60 seconds had problems with reproducibility, especially with mod_caucho. So here's some numbers for ~ 10 minute run. Its actually something like 20 benchmarks run for 30 seconds a piece, and the results summed

[ASP] FileUploadMax -- FileMaxUpload

2001-07-13 Thread raptor
hi, FileUploadMax wrongly stated in ASP docs, U should use : PerlSetVar FileMaxUpload xxx instead. One more thing, does someone knows a way to capture the error, if the user tries to upload bigger file than accepted. So I can inform him. Is it possible to set CGI::POST_MAX on a per request

cvs commit: modperl-2.0/xs/maps apr_functions.map

2001-07-13 Thread dougm
dougm 01/07/13 09:34:03 Modified:t/response/TestAPR pool.pm xs/maps apr_functions.map Log: apr_pool_num_bytes is now only available #ifdef APR_POOL_DEBUG Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/response/TestAPR/pool.pm Index:

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-07-13 Thread dougm
dougm 01/07/13 09:36:12 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.12 +245 -40 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2001-07-13 Thread dougm
dougm 01/07/13 09:49:54 Modified:src/modules/perl mod_perl.c Log: outline for future calls to PERL_SYS_{INIT,TERM} and PTHREAD_ATFORK Revision ChangesPath 1.59 +28 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c