Re: Knowing the connection status

2002-11-07 Thread Lupe Christoph
;ve >come to the conclusion they're not options :) If you have one connection per client, you can do lazy evaluation, i.e. connect whenever works needs to be done, and cache the connection until the Apache process exits. HTH, Lupe Christoph -- | [EMAIL PROTECTED] | http:/

[Very OT] Re: [Mason] ANNOUNCE: Mason 1.15

2002-10-14 Thread Lupe Christoph
l I'm recovered. No free knives as far as I can tell, though. They could try it, Sushi is very much En Vogue here. Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | Big Misunderstandings #6398: The Titanic was not supposed to be| | unsinkabl

Re: Does Apache::NavBar exist ?

2002-10-14 Thread Lupe Christoph
wner. I've Cc'ed the people involved. Lincoln, Doug, is this cleared with you? Andreas, if/when it is, can you transfer the module? HTH, Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | Big Misunderstandings #6398: The Titanic was not su

Re: OT: Are things really this bad?

2002-10-13 Thread Lupe Christoph
.. If you don't want to do that, the hourly rates are: Web 72,22 EUR Perl69,29 EUR All Freelancers 72,72 EUR All Inquiries 75,25 EUR 1 EUR = 0.9860 US$. The UK site says the going rate overall is 19 Pounds. That is 30 EUR or US$. No wonder I'm meeting lots of Br

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-13 Thread Lupe Christoph
igrating from a relational database to LDAP might > not be as obvious as... oh well. Depending on what you do, it may not even be suitable. LDAP organizes data hierarchically. It hangs attributes off objects. Generally, LDAP databases are slower than RDBMSes. HTH, Lupe Christoph -- | [

Re: Daft question - preventing the username password box from appearing.

2002-10-01 Thread Lupe Christoph
Apache::.*Auth). Then consider doing this in Javascript or in HTML. HTH, Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | Big Misunderstandings #6398: The Titanic was not supposed to be| | unsinkable. The designer had a speech impediment. He said: "I have | | thith great unthinkable conthept ..." |

Re: Documentation for Apache::exit()?

2002-09-26 Thread Lupe Christoph
. Add to this mess that free()'d memory tends to be non-contiguous, you have a nice SMOP. Lots of overhead for little gain. Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | Big Misunderstandings #6398: The Titanic was not supposed to be| | u

Re: BUG: Apache::Cookie v1.0

2002-09-23 Thread Lupe Christoph
{ str++; } return str; } What interests me much more is *why* a cookie should be able to contain *any* control character. If you want binary data in a cookie, you should encode it somehow. If the '\0' was a '\n', things would be much more interesting ... L

Re: Archive::Tar

2002-09-11 Thread Lupe Christoph
$_\n"; $tar->add_files($_); You could use glob() to expand "*.*", but you still wouldn't get any recursion into subdirecties. With File::Find you can use any test you like. Note that $_ contains the file*path* starting at "backup" with the no_chdir optio

Re: How to limit the size of requests ?

2002-08-30 Thread Lupe Christoph
their ways into archives, and somebody else might find this thread looking for advice. So I want in no way to prevent you from doing with your webserver whatever you choose to do (Romania is a free country, too! And I'm glad about that), just to point out that this gains you little an

Re: How to limit the size of requests ?

2002-08-30 Thread Lupe Christoph
he "body". AFAICT, this was the first Apache buffer overflow in a long time. Ever? Those folks ssem to be pretty sharp. Can you guarantee you're at least as sharp as they are, or will you introduce new vulnerabilities in your code? Does it really drop all priviledges, etc? Secu

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Lupe Christoph
ke your statically linked apache. The way I do it, and it is possible this avoids the problem is to first do apache+mod_perl, sans mod_php. If this tests OK, I "make install" mod_php, and do mod_perl again. The first step may leave some traces mod_php picks up. HTH, Lupe Chri

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-11 Thread Lupe Christoph
On Monday, 2002-08-12 at 12:41:54 +0800, Stas Bekman wrote: > Lupe Christoph wrote: > >On Thursday, 2002-08-08 at 15:48:48 -0700, John E. Mendenhall wrote: > >>I have done all you have asked. All output appears similar. Three files, > >>including Log.xs.

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-09 Thread Lupe Christoph
On Thursday, 2002-08-08 at 15:48:48 -0700, John E. Mendenhall wrote: > On Thu, 8 Aug 2002, Lupe Christoph wrote: > > Since mod_perl seems to play tricks with bootstrap, I don't really > > know how this comes into play. > I have done all you have asked. All output appear

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-08 Thread Lupe Christoph
On Thursday, 2002-08-08 at 10:16:44 -0700, John E. Mendenhall wrote: > On Thu, 8 Aug 2002, Lupe Christoph wrote: > > There is no Log.so in my Solaris 8/Apache 1.3.22/mod_perl 1.26 > > installation. While I have src/modules/perl/Log.xs, this is not > > used, but the Log.pm.

Re: ANNOUNCE: Mason 1.12

2002-08-03 Thread Lupe Christoph
On Thursday, 2002-08-01 at 18:06:29 -0400, Perrin Harkins wrote: > Dave Rolsky wrote: > >It can, but I'm not sure what to update it to. Frankly, I think CPAN is > >more at fault here given that _many_ people use CVS for this sort of stuff > >and this quite normal when using CVS. It's not CPAN, i

Re: ANNOUNCE: Perl 5.8.0 Release Candidate 3

2002-07-14 Thread Lupe Christoph
, etc. I'll forward this to speed things up. Lupe Christoph On Sunday, 2002-07-14 at 15:12:20 -0600, The Doctor wrote: > I get > > > Script started on Sun Jul 14 14:48:21 2002 > doctor.nl2k.ab.ca//usr/source/perl-5.8.0-RC3$ make > AutoSplitting perl library >

Re: Apache Web Server vulnerability

2002-06-20 Thread Lupe Christoph
On Thursday, 2002-06-20 at 18:22:10 +0400, Igor Sysoev wrote: > On Thu, 20 Jun 2002, Lupe Christoph wrote: > > > and the mod_perl module seems to prevent the crash: > > > > > telnet proxy.customer.de 80 > > > Trying 213.155.64.138... > > > Connected

Re: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread Lupe Christoph
c. very welcome too ;-) SCNR: Quetzalcoatl: The Feathered Snake mod_perl: The Feathered Camel Profound excuses, Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | I have challenged the entire ISO-9000 quality assurance team to a | | Bat-Leth contest on the ho

Re: [2.x] test fails on win32 version 1.99_02

2002-06-03 Thread Lupe Christoph
n than his. I have tried Tk myself with a patchlevel a few days before RC1 happened, and it was OK. On Linux, not Windows. Thanks a lot, Lupe Christoph -- | [EMAIL PROTECTED] | http://www.lupe-christoph.de/ | | I have challenged the entire ISO-9000 quality assurance team to a

Re: Open3

2002-04-05 Thread Lupe Christoph
very non-trivial, and that there is a module to help with the hard part. Have you had a look at Crypt::GPG? http://search.cpan.org/doc/AGUL/Crypt-GPG-1.28/GPG.pm HTH, Lupe Christoph -- | [EMAIL PROTECTED] |http://free.prohosting.com/~lupe | | I have challenged the entire ISO-9000 qu

Re: Environnement stability and maturity

2001-02-06 Thread Lupe Christoph
In local.modperl you write: >What is the "official" home of 5.6.1rev2? I can't seem to locate it on >CPAN anywhere. The p5p summary on http://www.perl.com/ seems to be under >the impression that 5.6.1 isn't going to be out for a while. I remember >seeing a pointer to one of the very early patches

Typo crashes Apache process

2000-09-14 Thread Lupe Christoph
Gurus ... ;-) Probably this should be caught in perl_call_handler(). Lupe Christoph PS: mod_perl is compiler with USE_APACI=1 EVERYTHING=1 PERL_TRACE=1 -- | [EMAIL PROTECTED] |http://free.prohosting.com/~lupe | | "jryy vg ybbxf yvxr gur l2x oht qvqa'g erne vg'f htyl urnq

Re: Apache::Perfmon 0.011

2000-08-24 Thread Lupe Christoph
On Wednesday, 2000-08-23 at 12:32:58 +0200, Stas Bekman wrote: > On Wed, 23 Aug 2000, Ask Bjoern Hansen wrote: > > On Tue, 22 Aug 2000, Stas Bekman wrote: > > [...] > > > Sorry, it's in contrib, not the book: > > > http://perl.apache.org/dist/contrib/Timeit.pm > > And I have an improved version

Re: Apache::Perfmon 0.011

2000-08-24 Thread Lupe Christoph
Hello! Sorry about the lack of response. I was very busy the last few days. On Tuesday, 2000-08-22 at 11:26:00 +0200, Stas Bekman wrote: > On Tue, 22 Aug 2000, Lupe Christoph wrote: > > I thought about it a little more. What is does is find the > > (cpu|real)time taken to proces

Re: Apache::Perfmon 0.011

2000-08-21 Thread Lupe Christoph
On Monday, 2000-08-21 at 21:06:54 -0400, Greg Stark wrote: > Lupe Christoph <[EMAIL PROTECTED]> writes: > > Hmm. Apache::Benchmark sounds more like a benchmark driver to me. > > Apache::Instrumentation or so? Apache::Probe? > Profile or even just Prof. I thought abou

Re: Apache::Perfmon 0.011

2000-08-21 Thread Lupe Christoph
On Monday, 2000-08-21 at 10:41:51 +0200, Stas Bekman wrote: > On Mon, 21 Aug 2000, Lupe Christoph wrote: > A few comments followed by the answer to your original question. Thanks! > make install > Manifying blib/man3/Apache::Changes.3 > Manifying blib/man3/Apache::Perfmon.3 &

Apache::Perfmon 0.011

2000-08-20 Thread Lupe Christoph
Thanks to Balazs Rauznitz <[EMAIL PROTECTED]> for pointing out an embarrasing thinko. The corrected version is at http://free.prohosting.com/~lupe/Personal/Perl/Apache-Perfmon/Apache-Perfmon-0.011.tar.gz Sorry if you already grabbed this. Lupe Christoph -- | [EMAIL PRO

Module proposal - Apache::Perfmon

2000-08-20 Thread Lupe Christoph
the README, with (hopefully) a sufficient description of how this simple thingy works. Lupe Christoph Apache::Perfmon Description Apache::Perfmon allows monitoring the cpu and realtime used by an apache server to servic