Re: Subroutines taking time to return..

2002-03-20 Thread Stas Bekman
in the latest DBI. DBIx::Profile does a good job of this. cool :) -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto

ANNOUNCE: Apache::GTopLimit v1.02

2002-03-19 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: Apache::DBI startup?

2002-03-19 Thread Stas Bekman
shows a couple of Apache::DBI PerlChildInitHandler entries, so I think it's working, but would like to confirm it. Yes see http://perl.apache.org/guide/databases.html#Debugging_Apache_DBI -- _ Stas Bekman JAm_pH

Re: Global configuration

2002-03-19 Thread Stas Bekman
://perl.apache.org/guide/perl.html#Using_Global_Variables_and_Shari BTW, in perl 'there is no right way', but TIMTOWTDI :) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Accessing Apache master process pid

2002-03-19 Thread Stas Bekman
Jon Jensen wrote: Forgive me if this is really elementary. Within mod_perl, I would like to know the pid of the master Apache daemon, perldoc -f getppid _ Stas Bekman JAm_pH -- Just Another mod_perl

Re: trouble with interactive debugger in apache

2002-03-19 Thread Stas Bekman
that mod_perl is compiled as a shared object? Or the fact that these scripts are Apache::Registry scripts? I read the guide and made sure to init before anything else. Thanks for taking the time! Gidon -- _ Stas

Re: loss of shared memory in parent httpd (2)

2002-03-18 Thread Stas Bekman
- 9513 (PST Time Zone) -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com

Re: Trouble w/ LWP during mod_perl install

2002-03-18 Thread Stas Bekman
/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at (eval 2) line 3. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/LWP/UserAgent.pm line 108. -- _ Stas Bekman

Re: Perl 5.7.3 breaks mod_perl tied handles [PATCH]

2002-03-18 Thread Stas Bekman
) \ +{ \ + dHANDLE(name); \ + sv_unmagic((SV*)GvIOp((SV*)handle), 'q'); \ + sv_magic((SV*)GvIOp((SV*)handle), obj, 'q', Nullch, 0); \ +} + +#endif #if 0 #define TIED tied_handle _ Stas Bekman JAm_pH -- Just Another

Re: Trouble w/ LWP during mod_perl install

2002-03-18 Thread Stas Bekman
% as a prompt example, of course no need to copy-n-paste % :) Hope you get it right now. Using CPAN.pm is the easiest way to go about Perl modules installation. perl -MCPAN -eshell (this time I'm not including the % prompt :) What should I do next. Please advise. Thanks. --- Stas Bekman [EMAIL

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Stas Bekman
::HeadParser LWP need to specify explicitly since LWP is already installed. and 'make test' should work. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

[ANNOUNCE] Apache::VMonitor v0.7

2002-03-14 Thread Stas Bekman
[EMAIL PROTECTED]. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com

Re: [OT]RE: loss of shared memory in parent httpd

2002-03-14 Thread Stas Bekman
tells me differently wasn't picked up by community. In any case I've mentioned this as a proof of concept. Of course I'd love to see a working tool too. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: Exiting a script, or how do you do exit?

2002-03-13 Thread Stas Bekman
. Is there a pseudo exit, or return command? brian -- Brian Lavender http://www.brie.com/brian/ -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

[ANNOUNCE] Apache::GTopLimit v1.01

2002-03-13 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http

Re: loss of shared memory in parent httpd

2002-03-13 Thread Stas Bekman
Stas Bekman wrote: Bill Marrs wrote: One more piece of advice: I find it easier to tune memory control with a single parameter. Setting up a maximum size and a minumum shared size is not as effective as setting up a maximum *UNSHARED* size. After all, it's the amount of real memory

Re: loss of shared memory in parent httpd

2002-03-12 Thread Stas Bekman
extra memory requirement, not for normal operation. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http

Re: loss of shared memory in parent httpd

2002-03-12 Thread Stas Bekman
! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http

Re: File upload example

2002-03-12 Thread Stas Bekman
! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: Debugging mod_perl

2002-03-12 Thread Stas Bekman
in the mod_perl distribution and follow the instructions on how to send the gdb backtrace to the list. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

Re: Serious bug, mixing mod-perl content

2002-03-12 Thread Stas Bekman
problem? http://perl.apache.org/guide/config.html#A_Script_From_One_Virtual_Host_C -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide

Re: loss of shared memory in parent httpd

2002-03-12 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: mod_perl training companies?

2002-03-10 Thread Stas Bekman
Gabor Szabo wrote: On 2002.03.06 04:05 Stas Bekman wrote: I'm compiling a list of companies giving mod_perl training for our new mod_perl site. Currently I have only: Stats and others, I am keping a list of companies providing Perl training at http://www.perltraining.org/ organized

Re: mod_perl training companies?

2002-03-07 Thread Stas Bekman
Hope you get the idea ;) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http

Re: Site Host Providers that Support mod_perl?

2002-03-07 Thread Stas Bekman
! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: Site Host Providers that Support mod_perl?

2002-03-06 Thread Stas Bekman
to offer, since you probably will have more questions in the future. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED

Re: Where was that success story?

2002-03-06 Thread Stas Bekman
on the new site when that gets released. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com

Re: Breaks in mod_perl, works in Perl

2002-03-06 Thread Stas Bekman
possible. Hmm, then create a ramdisk and read from the file virtually stored in the RAM. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

Re: Problem installing Apache::Request

2002-03-05 Thread Stas Bekman
will not install. Any help that you may provide would be greatly appreciated. If you are not the correct person to contact can you let me know who I would need to speak with to get this resolved. Thanks. _ Stas Bekman JAm_pH

Re: Apache::DB patch

2002-03-05 Thread Stas Bekman
that the debugger seems to hang, after last 'Run' command, in Tk::DoOneEvent(0) call (main_loop sub, line 2922). Any mod_perl/Tk gurus to look at the problem? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: mod_perl training companies?

2002-03-05 Thread Stas Bekman
Rich Bowen wrote: On Tue, 5 Mar 2002, Stas Bekman wrote: I'm compiling a list of companies giving mod_perl training for our new mod_perl site. Currently I have only: http://training.gbdirect.co.uk/courses/linux/customized_and_bespoke.html If you know of other companies please send me

Re: Breaks in mod_perl, works in Perl

2002-03-05 Thread Stas Bekman
_ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

Re: Apache::MP3 requires PerlSetupEnv on, patch to convert to Apache::Request

2002-03-04 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com

Re: ANNOUNCE: Apache::GTopLimit v1.0

2002-03-04 Thread Stas Bekman
Cahill, Earl wrote: Looks like this will do the limit by CPU or memory used. Guess I should read my whole inbox before I start to respond. Only memory, see Apache::Resource for CPU as Perrin has already replied to you ;) Thanks, Earl -Original Message- From: Stas Bekman

Re: Apache::DB patch

2002-03-04 Thread Stas Bekman
Enrico Sorcinelli wrote: On Fri, 01 Mar 2002 11:16:15 +0800 Stas Bekman [EMAIL PROTECTED] wrote: Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after

mod_perl training companies?

2002-03-04 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

Re: Apache::DB patch

2002-02-28 Thread Stas Bekman
, but then will hang. I see that ptkdb hasn't changed since the last time I've tried it. May be it's a newer perlTk that works better now? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

ANNOUNCE: Apache::Watchdog::RunAway v0.3

2002-02-28 Thread Stas Bekman
a constant variable, settable via PerlSetVar * A few code style changes and doc fixes * this module has spent enough time in alpha/beta incubator = going 1.0. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

ANNOUNCE: Apache::GTopLimit v1.0

2002-02-28 Thread Stas Bekman
via PerlSetVar * A few code style changes and doc fixes * this module has spent enough time in alpha/beta incubator = going 1.0. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: ANNOUNCE: Apache::Watchdog::RunAway v0.3

2002-02-28 Thread Stas Bekman
oops, wrong changes file. corrected below: Stas Bekman wrote: The uploaded file Apache-Watchdog-RunAway-0.3.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Watchdog-RunAway-0.3.tar.gz size: 7722 bytes md5: 701b7a99fe658c5b895191e5f03fff34 Changes

Re: another article on perl.com

2002-02-27 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: another article on perl.com

2002-02-27 Thread Stas Bekman
code will run as is. Though there are many new things ;) But it's still a useful thing to have... Issac - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Geoffrey Young [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 5:34 PM Subject

Re: another article on perl.com

2002-02-27 Thread Stas Bekman
Keith G. Murphy wrote: Stas Bekman wrote: If you know of other prospective magazines looking for articles please let me know. Well, on the web side of things, there's this: http://www-106.ibm.com/developerworks/ They have a fair number of decent articles, including one on CGI.pm

Re: Status of mod_perl 2.0

2002-02-27 Thread Stas Bekman
Message - From: Stas Bekman [EMAIL PROTECTED] To: Jeff Stuart [EMAIL PROTECTED] Cc: Mod Perl Devel List [EMAIL PROTECTED]; Mod perl mailing list [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 8:00 PM Subject: Re: Status of mod_perl 2.0 Jeff Stuart wrote: Question? What

Re: Status of mod_perl 2.0

2002-02-27 Thread Stas Bekman
() in the threaded env). If you plan on adding a testing platform for you product, make sure to use the Apache::Test framework from 2.0 distro, which rocks! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

mod_perl jobs at http://perl.apache.org/jobs.html

2002-02-25 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

Re: Use of uninitialized value. with no line number in error log

2002-02-21 Thread Stas Bekman
') called at -e line 1 The Carp::cluck trick is correct, unless someone somewhere redefines $SIG{__WARN__}. martin Tim Noll wrote: Stas Bekman wrote: I know this is a pretty generic question, but if nobody knows a quick answer, I can get more specific in a later post. Under Apache

Re: ANNOUNCE Bricolage-Devel 1.3.0

2002-02-21 Thread Stas Bekman
/ And it can be downloaded from SourceForge. http://sourceforge.net/project/showfiles.php?group_id=34789 I've added the description at http://perl.apache.org/#appservers Thanks David! _ Stas Bekman JAm_pH -- Just

Re: [OT] New mod_perl logo (revisited)

2002-02-21 Thread Stas Bekman
/mod_perl/buttons/juergen_specht.gif On the other hand is there a deadline for this contest? Would be nice to decide on the logo(s) before we finish the new site, which should be very soon now. _ Stas Bekman JAm_pH

Re: scripts running under Apache::Registry and tie()/untie()

2002-02-20 Thread Stas Bekman
() on this dbm it won't be shared anymore between the processes (though still work properly, but more memory will be used). For more info read: http://perl.apache.org/guide/performance.html#Sharing_Memory _ Stas Bekman

Re: @INC Not exported in older perl's?

2002-02-20 Thread Stas Bekman
. Changing the @INC value at server startup will solve this problem. For more info please read: http://perl.apache.org/guide/porting.html#_INC_and_mod_perl -- _ Stas Bekman JAm_pH -- Just Another mod_perl

Re: Segmentation fault

2002-02-20 Thread Stas Bekman
and the status after the handler is run. So in case of segfaults the status will be missing. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide

[Fwd: ApacheCon news]

2002-02-20 Thread Stas Bekman
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker

Re: method handlers and push_handlers / set_handlers

2002-02-20 Thread Stas Bekman
#Perl_Method_Handlers, the eagle and cookbook books. PERL_METHOD_HANDLERS=1 + $$ prototype for Apache::Test::handler -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Use of uninitialized value. with no line number in error log

2002-02-20 Thread Stas Bekman
, with absolutely no line number or back trace or anything else. Does anybody know what might cause this? Thanks. Where did you set $SIG{__WARN__}? Try in startup.pl as early as possible. _ Stas Bekman JAm_pH

Re: method handlers and push_handlers / set_handlers

2002-02-20 Thread Stas Bekman
} using local() or without it after you've defined it. Or simply turning warnings off locally or again globally (horrors). _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: [?] Same Named Modules, Different Paths

2002-02-03 Thread Stas Bekman
Sam Tregar wrote: On Sun, 3 Feb 2002, Stas Bekman wrote: I think the best solution is to run your staging server on a different port and use a front-end proxy to rewrite to the right server based on the Host: name. Alternatively put 2 NICs with 2 IPs, that will work if you don't hardcode

Re: [?] Same Named Modules, Different Paths

2002-02-02 Thread Stas Bekman
. Alternatively put 2 NICs with 2 IPs, that will work if you don't hardcode the server name in your code/html. BTW, mod_perl 2.0 solves this problem. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-02-01 Thread Stas Bekman
probably talk to httpd people. mod_perl simply let's you solve the problem with a custom fixup handler. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-01-29 Thread Stas Bekman
defined _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

Re: Apache::args vs Apache::Request speed

2002-01-28 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman [EMAIL PROTECTED] writes: Well, I've run the benchmark and it wasn't the case. Did it change recently? Or do you think that the benchmark is not fair? we are talking about this item http://perl.apache.org/guide/performance.html#Apache_args_vs_Apache_Request

Re: performance coding project? (was: Re: When to cache)

2002-01-26 Thread Stas Bekman
techniques at this year's Perl Conference, so hopefully I can contribute that to the guide after I finish it. Go Perrin! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: UI Regression Testing

2002-01-26 Thread Stas Bekman
things work, with some light examples, to add to our knowledge base would be really cool! I'm sure other folks with similar experience will help working on perfecting the document. _ Stas Bekman JAm_pH

Re: performance coding project? (was: Re: When to cache)

2002-01-25 Thread Stas Bekman
context), and things which vary a lot depending on the context, but are interesting to think about (e.g. the last example of caching the result of ref() or a method call) _ Stas Bekman JAm_pH -- Just Another

Re: Tracing script with problem

2002-01-25 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org

Re: Tracing script with problem

2002-01-25 Thread Stas Bekman
Jon Molin wrote: Stas Bekman wrote: It's actually easy, take a look at the Apache::SizeLimit or Apache::GTopLimit, look at the cleanup handler that they register. Now take this handler and dump whatever you need to the file or error_log when you find that the process was taking too much

Apache::args vs Apache::Request speed

2002-01-25 Thread Stas Bekman
that the benchmark is not fair? we are talking about this item http://perl.apache.org/guide/performance.html#Apache_args_vs_Apache_Request _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: performance coding project? (was: Re: When to cache)

2002-01-25 Thread Stas Bekman
shouldn't blindly apply the outcomes of the benchmarks without running your own benchmarks. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

Re: UI Regression Testing

2002-01-25 Thread Stas Bekman
://cvs.apache.org/snapshots/modperl-2.0/ (or use cvs) Some docs are here: http://cvs.apache.org/viewcvs.cgi/modperl-docs/src/docs/2.0/devel/testing/testing.pod _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: PerlRun Gotchas?

2002-01-24 Thread Stas Bekman
://perl.apache.org/guide/perl.html#Using_Exporter_pm_to_Share_Globa -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http

Re: Cross-site scripting vulnerability in Apache::Util

2002-01-24 Thread Stas Bekman
that does it right? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com

Re: Cross-site scripting vulnerability in Apache::Util

2002-01-24 Thread Stas Bekman
a nicely implemented code in Perl is a good start. It's much easier to rewrite in C than starting from scratch. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: slow regex [BENCHMARK]

2002-01-24 Thread Stas Bekman
-0.20.tar.gz) 5 items found The Devel::SawAmpersand also explains a workaround for using . _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide

performance coding project? (was: Re: When to cache)

2002-01-24 Thread Stas Bekman
thing I want to start...), probably could have these two ideas put together. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: slow regex [BENCHMARK]

2002-01-20 Thread Stas Bekman
://perl.apache.org/guide/performance.html _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http

Re: mod_deflate problem with chunked encoding

2002-01-18 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http

Re: mod_deflate problem with chunked encoding

2002-01-18 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http

Re: Modperl 2.0 error

2002-01-13 Thread Stas Bekman
in httpd 2.0's API, which was adjusted in mod_perl 2.0. in some cases you need to run: % make source_scan If the maps weren't updated yet in cvs. and then run perl Makefile.PL again. _ Stas Bekman JAm_pH

Re: segfault when using PerlRequire

2002-01-13 Thread Stas Bekman
: /opt/perl/lib/5.6.1/i86pc-solaris /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/i86pc-solaris /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl . -- _ Stas Bekman JAm_pH

the trick of using $SIG{__DIE__} with eval {} disregarding the $^S value

2002-01-11 Thread Stas Bekman
://www.catsarefrommars.com/creationist.htm -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http

Re: Apache::Util segfaulting

2002-01-09 Thread Stas Bekman
need to tell the shell to allow core dumps and set the allowed size of the core file. The simplest is to set it to unlimited. In bash do: ulimit -c unlimited; httpd -X _ Stas Bekman JAm_pH -- Just Another

O'Reilly Open Source Convention Call for Proposals

2002-01-04 Thread Stas Bekman
between chairs. So start submitting your proposals en masse. Last year mod_perl had a great presence at OSC. Let's do even better this year. The deadline for submitting proposals is March 1, 2002. _ Stas Bekman JAm_pH

ANNOUNCE: YAPC::Europe::2002 (Munich) - Call for Papers

2002-01-04 Thread Stas Bekman
AufWiederSehen! ps. Thoren, please html-ize this onto YAPC website - TIA :-) -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: Fast template system. Ideas,theorys and tools

2002-01-03 Thread Stas Bekman
::Bench::ApacheBench as it currently calls 'ab' and parses the output. Get the package from here: http://stason.org/works/modules/Apache-Benchmark-0.01.tar.gz _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker

Re: Sticky Pages.

2002-01-03 Thread Stas Bekman
-script PerlHandler Apache::PerlRun Options ExecCGI PerlSendHeader On /Files -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 23:55 To: David LeBlanc Cc: [EMAIL PROTECTED] Subject: Re: Sticky Pages. David LeBlanc wrote

Re: Sticky Pages.

2002-01-02 Thread Stas Bekman
and http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: Searchable archives (was: [modperl site design challenge] and the winner is...)

2001-12-26 Thread Stas Bekman
Bill Moseley wrote: At 02:13 PM 12/24/01 +0800, Stas Bekman wrote: FWIW, we are having what seems to be a very productive discussion at docs-dev mailing list. Unfortunately no mail archiver seem to pick this list up, so only the mbox files are available: http://perl.apache.org/mail/docs-dev

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Stas Bekman
! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: What phase am I in?

2001-12-22 Thread Stas Bekman
(both have a low traffic right now) and silentry lurk until you get to see something that you can give a hand with. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Stas Bekman
_ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Stas Bekman
Igor Sysoev wrote: On Thu, 20 Dec 2001, Stas Bekman wrote: Jeremy Howard wrote: Igor Sysoev mentioned recently on this list that he has written a module called 'mod_accel' that provides a caching HTTP accelerator, as well as a mod_gzip replacement called 'mod_deflate'. These modules

Re: [modperl site design challenge] and the winner is...

2001-12-19 Thread Stas Bekman
(and layout?) used by other ASF sites. Sounds like a good idea. Thanks again! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

[modperl site design challenge] and the winner is...

2001-12-18 Thread Stas Bekman
these designs (mod_perl fun taking up the rest). _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http

Re: [modperl site design challenge] and the winner is...

2001-12-18 Thread Stas Bekman
! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: modperl vs. C

2001-12-15 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: mod_perl vs. C for high performance Apache modules

2001-12-15 Thread Stas Bekman
if there is something to change. See http://perl.apache.org/stories/ and http://perl.apache.org/sites.html. Thanks! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: form upload limit

2001-12-13 Thread Stas Bekman
-is_main ? $r : $r-main), POST_MAX = 1024 ); _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

(fwd) [ANNOUNCE] Module::Info 0.09

2001-12-11 Thread Stas Bekman
::Utils::file/line handling in B::Utils. - Fixed a little bug in is_core involving cannonical paths. I forget who gave me the patch! -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: Preloading Fcntl.pm

2001-12-11 Thread Stas Bekman
Andrew Green wrote: In article [EMAIL PROTECTED], Stas Bekman [EMAIL PROTECTED] wrote: Try to call: require Fcntl; instead. Thanks for the tip. I'm afraid the above verbatim produces the following error on restart: | Shutting down http

Re: Preloading Fcntl.pm

2001-12-11 Thread Stas Bekman
Andrew Green wrote: In article [EMAIL PROTECTED], Stas Bekman [EMAIL PROTECTED] wrote: Weird, what Perl version are you using? Can you do: perl -MFcntl -le1 or perl -le 'require Fcntl' Both seem to work (producing no output, but no errors either). The *really* peculiar thing

<    9   10   11   12   13   14   15   16   17   18   >