books reviewing (was Re: PerlRestartHandler)

2001-03-29 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://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: books reviewing (was Re: PerlRestartHandler)

2001-03-30 Thread Stas Bekman
On Fri, 30 Mar 2001, Gunther Birznieks wrote: At 06:44 PM 3/29/01 +0800, Stas Bekman wrote: Indeed, I've often wished O'Reilly would provide book sources for people that have bought the treebook. Manning has something like that, you can buy the ebook cheaper than the actual book

Re: Read file at startup, access data during request?

2001-03-30 Thread Stas Bekman
to me... and it's pretty much all in the guide :) _ 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: Strange Problem with opendir / readdir

2001-03-30 Thread Stas Bekman
? A known bug: http://forum.swarthmore.edu/epigone/modperl/landchoigrerm :( _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

please disregard this: [bug] PerlSendHeader On doesn't parse octal\r\n

2001-03-31 Thread Stas Bekman
shame on me, at some point I've commented out perlsendheader on :( everything is fine... sorry about that... must be a jetlag On Sat, 31 Mar 2001, Stas Bekman wrote: While verifying the correctness of the example in the book: print "Content-type: text/plain\012\015\012\015"

Re: Run away processes

2001-04-04 Thread Stas Bekman
-- Ken Williams Last Bastion of Euclidity [EMAIL PROTECTED]The Math Forum _____ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.o

Re: system(), exec()?

2001-04-05 Thread Stas Bekman
On Thu, 5 Apr 2001, Mike Austin wrote: On Thu, 5 Apr 2001, Stas Bekman wrote: % perldoc ops % perldoc Opcode But this appears to be a global change, correct? Can I restict access to these commands for most directories, but still enable them for a few, trusted directories

Re: Optimizing memory use of modperl servlets

2001-04-05 Thread Stas Bekman
l your own. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: system(), exec()?

2001-04-06 Thread Stas Bekman
On Thu, 5 Apr 2001, Mike Austin wrote: On Thu, 5 Apr 2001, Stas Bekman wrote: httpd.conf: PerlSetEnv PERL5OPT -Mops=system Doesn't work. I'm still able to use the system() call. Here's the stanza I used: Location /perl/ PerlSetEnv PERL5OPT -M-ops=system SetHandler

Re: Long KeepAlives sensible?

2001-04-06 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://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: @INC and mod_perl - PerlSetEnv PERL5LIB ... doesn't seem to work

2001-04-11 Thread Stas Bekman
ou confirm that? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com/ http://singlesheave

Re: Strange mod_perl error. Help needed!

2001-04-17 Thread Stas Bekman
. Try to install the AUTOLOAD sub and trace the calls: use Carp; sub AUTOLOAD{ Carp::cluck("trying to load $AUTOLOAD"); } at least you will figure out where the sub is called from. It looks _ Stas Bekman

Re: simple question on installing and configuring

2001-04-18 Thread Stas Bekman
On Wed, 18 Apr 2001, [iso-8859-1] Emma Wermström (EMW) wrote: Lots of questions! I'd be grateful for at least one answer. Thanks, Lots of answers: http://perl.apache.org/guide/ _ Stas Bekman JAm_pH -- Just

RE: Extracting required files

2001-04-20 Thread Stas Bekman
to replicate it on any other machine of your choice. See the CPAN man page for more information. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

CORE::format() and CORE::write() under 5.6.x

2001-04-22 Thread Stas Bekman
true under 5.6.x? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com

sighandler restoration under 5.6.x

2001-04-22 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://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: ANNOUNCE: Apache::Reload 0.07

2001-04-23 Thread Stas Bekman
hosts. But none is good for production. mod_perl 2.0 solves this problem, come in and help us to debug/develop it so it'll get out faster. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: Perl Directive Undefined

2001-04-23 Thread Stas Bekman
mod_perl.c' to httpd.conf, and it doesn't throw an error, so I know /something/ is being loaded, but the Perl directive still doesn't work. Am I missing something? see above _ Stas Bekman JAm_pH -- Just

Re: Tracking down taint problems

2001-04-24 Thread Stas Bekman
the catching of exceptions. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http

Re: What is the difference: PerlRun and MaxRequestsPerChild 1

2001-04-25 Thread Stas Bekman
have plenty of memory. don't. preload the code at the server startup. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: What is the difference: PerlRun and MaxRequestsPerChild 1

2001-04-25 Thread Stas Bekman
and lead to the need to re-read the guide, and especially this section: http://perl.apache.org/guide/performance.html#Preloading_Registry_Scripts_at_S :) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: [Patch] Apache-dso_module() to find if a module is loaded asDSO or not

2001-04-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://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org

Re: mod_perl and infinite loops

2001-04-25 Thread Stas Bekman
out what it is CURRENTLY runnning. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com

Re: [Patch] Apache-dso_module() to find if a module is loaded asDSO or not

2001-04-25 Thread Stas Bekman
. But if anybody sends a patch in, the thing will be probably added. Doug, please correct me if I'm wrong. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

apachecon/tpc and mod_perl 2.0

2001-04-25 Thread Stas Bekman
more stories, as there is no way to directly link to the entry in your journal.) _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto

Re: readdir()

2001-04-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: template toolkit compile test problems

2001-04-26 Thread Stas Bekman
#Customizing_the_Fixup_Phase _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ http

an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Stas Bekman
that. Anyway, fresh ideas are welcome _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Stas Bekman
of the big companies are still reluctant to accept the fact that something can be available for free. They are ready to pay for it, as long as you provide a support. _ Stas Bekman JAm_pH -- Just Another mod_perl

ANNOUNCE: mod_perl guide ver. 1.29

2001-04-27 Thread Stas Bekman
(Daniel Bohling) o install.pod (Kevin Swope, Jamie) Enjoy! _ 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: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Stas Bekman
On Fri, 27 Apr 2001, Doug MacEachern wrote: On Sat, 28 Apr 2001, Stas Bekman wrote: Hey, we have a product -- mod_perl. All we need is to nicely pack it, start selling it, support it and put the money back into mod_perl RD. Covalent does this already. all of the bundle products include

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-29 Thread Stas Bekman
On Sun, 22 Apr 2001, Stas Bekman wrote: There is this entry in the guide: The interface to file handles which are linked to variables with Perl's tie() function is not yet complete. The format() and write() functions are missing. If you configure Perl with Csfio, write() and format

Re: [OT] How to write this perl sub w/o variables?

2001-04-29 Thread Stas Bekman
}/g; } note that this will fail: encode(hello), because you will try to modify a constant string (versus, $a = 'hello'; encode($a)). hope this helps... _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-30 Thread Stas Bekman
On Mon, 30 Apr 2001, Matt Sergeant wrote: On Mon, 30 Apr 2001, Stas Bekman wrote: cool, but this section in the guide was stating the CORE::format() doesn't work. And it's still doesn't under mod_perl. So doesn't CORE::write(). Right, but it would be nice to point to an alternative

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-30 Thread Stas Bekman
On Mon, 30 Apr 2001, Ken Williams wrote: [EMAIL PROTECTED] (Stas Bekman) wrote: On Mon, 30 Apr 2001, Matt Sergeant wrote: On Mon, 30 Apr 2001, Stas Bekman wrote: cool, but this section in the guide was stating the CORE::format() doesn't work. And it's still doesn't under mod_perl. So

ApacheCon Europe 2001: Call for Participation (fwd)

2001-05-01 Thread Stas Bekman
FYI: mod_perl speakers, please submit your proposals en masse! -- Forwarded message -- Date: Tue, 01 May 2001 17:13:51 -0400 From: Rodent of Unusual Size [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: [PATCH] [phil@fifi.org: Bug#86964: One more method ( patch)for libapache-mod-perl]

2001-05-02 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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http

Re: Apache Processes hanging

2001-05-03 Thread Stas Bekman
the processes and know that it's not a mod_perl problem, you probably want to take the question to the httpd mailing list. Meanwhile you can use Apache::Watchdog::RunAway to monitor and kill the processes that hang. _ Stas Bekman

Re: Insecure dependency errors

2001-05-03 Thread Stas Bekman
they are being read as plain files, placed into the handler() function (and the package) and only then executed. See: http://perl.apache.org/guide/porting.html#Taint_Mode _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker

Re: unable to makefile of the modperl

2001-05-03 Thread Stas Bekman
and copious mod_perl documentation before it starts raining here on the list :) See http://perl.apache.org/#docs _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Throwing die in Apache::Registry

2001-05-04 Thread Stas Bekman
exits. How does one 'eval' code that might call 'die' under Apache::Registry? http://perl.apache.org/guide/perl.html#Exception_Handling_for_mod_perl _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Regarding modperl installation (fwd)

2001-05-04 Thread Stas Bekman
Gosh, sometimes I feel like I've forked the mod_perl mailing list :( -- Forwarded message -- Date: Fri, 4 May 2001 16:26:16 +0530 From: Qazi Firdous Ahmed [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Regarding modperl installation Hi.. After having gone through your

Re: Regarding modperl installation (fwd)

2001-05-04 Thread Stas Bekman
because...). But these people usually don't complain on the list, they send patches if they find something broken. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: mod_perl and 700k files...

2001-05-09 Thread Stas Bekman
#Configuration_Files_Writing_Dy and here: http://perl.apache.org/guide/porting.html#Using_Apache_Reload Hope this helps. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Where exactly is the Perl interpreter?

2001-05-10 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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: perl-based authentication

2001-05-10 Thread Stas Bekman
restarting the server. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com

Re: [OT] perl mailing lists

2001-05-12 Thread Stas Bekman
On Sun, 13 May 2001, Rick Myers wrote: Sorry for the off-topic question, so I'll make it quick. Does anyone have pointers to any intermediate to advanced level perl mailing lists? http://lists.perl.org/ _ Stas Bekman

Re: Apache::DBI missing methods?!

2001-05-15 Thread Stas Bekman
needs mod_perl-1.08 or higher, apache_1.3.0 or higher and that mod_perl needs to be configured with the appropriate call-back hooks: PERL_CHILD_INIT=1 PERL_STACKED_HANDLERS=1. _ Stas Bekman

Re: Reverse engineered HTML

2001-05-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http

Re: Address already in use: make_sock: could not bind to port [...]

2001-05-16 Thread Stas Bekman
ROTECTED] _____ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.

Re: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Stas Bekman
this is to use templates. TT is very good, but we all wait for Perrin's talk at OSC which will summarize the long thread we had here some 6 months ago and add his own experience. _ Stas Bekman JAm_pH -- Just

Re: Real Widgets and Template Languages

2001-05-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http

Re: Getting the wrong URL

2001-05-24 Thread Stas Bekman
#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 PROTECTED] http://apachetoday.com http://eXtropia.com/ http

Re: compilation: libperl.a

2001-05-24 Thread Stas Bekman
] [notice] Apache/1.3.19 (Unix) PHP/4.0.5 mod_perl/1.25 configured -- resuming normal operations _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Real Widgets and Template Languages

2001-05-25 Thread Stas Bekman
it doesn't matter how fast or slow they are. I think what matters here is the clearness of the code. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Getting the wrong URL

2001-05-25 Thread Stas Bekman
) content from a particular child, so apparently the particular child just keeps giving me whatever it served the last time. On Fri, 25 May 2001 10:31:09 +0800 (SGT), Stas Bekman said: looks like http://perl.apache.org/guide/porting.html#Exposing_Apache_Registry_secret http

Re: Similiar to getting the wrong url!

2001-05-25 Thread Stas Bekman
. It's just an example of what can go wrong with your code. read the registry explanation, understand why you have to switch to -X, then do that and you will find your problem. _ Stas Bekman JAm_pH -- Just

Re: Handling the 'User pressed Stop button' case - not working

2001-05-25 Thread Stas Bekman
doesn't do anything by itself. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http

Re: Mod Perl Tutorials??

2001-05-26 Thread Stas Bekman
posted his tutorial's URL a few months ago and it should be available in the archives. I suppose you can ask other folks that deliver mod_perl tutorials at OSC to give you the URL of their talks. _ Stas Bekman JAm_pH

Re: Getting the wrong URL

2001-05-26 Thread Stas Bekman
On 25 May 2001, [EMAIL PROTECTED] wrote: On Fri, 25 May 2001 23:28:44 +0800 (SGT), Stas Bekman said: We're not doing anything with Apache::Registry. Everything is with Perl handlers. It always seemed to me that the problems described at those locations were specific to Apache

Re: Mod Perl Tutorials??

2001-05-26 Thread Stas Bekman
On Sat, 26 May 2001, Nathan Torkington wrote: Stas Bekman writes: Anyway, you can take tutorials without going to any conferences. My tutorials are available from http://stason.org/talks/, Nat has posted his tutorial's URL a few months ago and it should be available in the archives. I

Re: AW: Memory leak

2001-05-28 Thread Stas Bekman
it by myself, what means the overhead of creating a new apache-thread in opposite of it in the manual clean-up? http://perl.apache.org/guide/performance.html#Limiting_the_Size_of_the_Process _ Stas Bekman JAm_pH -- Just

Re: Getting the wrong URL

2001-06-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http

Re: Help with parameters.]

2001-06-06 Thread Stas Bekman
#CGI_params_in_the_mod_perl_ish_ If so, yes, it handles empty values differently from CGI::param. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

Re: comparison of templating methods?

2001-06-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: templating benchmarks...

2001-06-08 Thread Stas Bekman
, but they all should be taken with a grain of salt. _ 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: templating benchmarks...

2001-06-14 Thread Stas Bekman
%] Info: [% event.info %] [% END %] [% END %] Cool, huh? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED

RE: Make Test problems...

2001-06-17 Thread Stas Bekman
. $ killall httpd test that you've it killed $ ps auxc | grep httpd now try again. $ make test _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org

RE: Make Test problems...

2001-06-17 Thread Stas Bekman
] Error 9 snipped what the error_log says Ian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:47 AM To: Ian (the webguy) Cc: mod_perl list Subject: RE: Make Test problems... [parts of the message were snipped] On Sun, 17 Jun 2001

RE: Make Test problems...

2001-06-17 Thread Stas Bekman
. Is this a static build or DSO? What 'perl -V' says? _ 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: Advanced daemon allocation

2001-06-17 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://apachetoday.com http://eXtropia.com/ http

Re: Advanced daemon allocation

2001-06-18 Thread Stas Bekman
though if you know that you can have at most X users over a long time span. Which is usually the case on the intranet servers in the small companies. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: Advanced daemon allocation

2001-06-18 Thread Stas Bekman
to [handshake]. I've rephrased this sentence to make it more clear :) thanks! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: Advanced daemon allocation

2001-06-19 Thread Stas Bekman
if there were just a few, than it's true. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http

Re: Changing Normal pl-scripts to mod_perl

2001-06-19 Thread Stas Bekman
? Are there any example Scripts? plenty: http://perl.apache.org/guide/ _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

[OT] Re: fancy perl2html replacement

2001-06-19 Thread Stas Bekman
packages extending pod (of course they are all discussed here). You can check the list's archive here: http:[EMAIL PROTECTED]/ _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: Curious About Require

2001-06-20 Thread Stas Bekman
it in each of the pages it is fine. I just find this behavior rather funny. If anyone has any insight please update me. Thanks, Scott Purcell _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: Curious About Require

2001-06-20 Thread Stas Bekman
On Thu, 21 Jun 2001, Stas Bekman wrote: On Wed, 20 Jun 2001, Mark Doyle wrote: Greetings, require will only happen once per perl process and since mod_perl is essentially a single perl process, the file is only require'd for the first request. You can get around this by deleting

Re: Segmentation Fault (11)

2001-06-23 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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http

Re: which perl?

2001-06-23 Thread Stas Bekman
also installed on my system, 5.6.1, so as to settle some problems within mason causing the httpd child processes to segfault. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: which perl?

2001-06-23 Thread Stas Bekman
lib qw(/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1); note that lib.pm takes care of adding the arch lib paths (i686-linux on my machine) and removing dups. _ Stas Bekman JAm_pH -- Just Another mod_perl

Re: which perl?

2001-06-23 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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Re: which perl?

2001-06-24 Thread Stas Bekman
On Sun, 24 Jun 2001, Todd Goldenbaum wrote: On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even after the 5.6.1 upgrade I got sick

Re: which perl?

2001-06-24 Thread Stas Bekman
On Sun, 24 Jun 2001, Todd Goldenbaum wrote: On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even after the 5.6.1 upgrade I got sick

Re: which perl?

2001-06-24 Thread Stas Bekman
5.6.0 is binary incompatible with 5.6.1 (which is the case if you've changed build args, like enable/disable threads and similar). Of course the best thing is to recompile :) _ Stas Bekman JAm_pH -- Just Another

Re: Help me! about $r-bytes_sent

2001-06-26 Thread Stas Bekman
and how to get this size. Thanks for your help! Your firend, wac _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

Re: Startup.pl File Q

2001-06-27 Thread Stas Bekman
: ,textfield(-name='name',-value='Anonymous'), submit(-value='Change Name'), end_form(), hr(), end_html(); Scott Purcell _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: startup

2001-06-27 Thread Stas Bekman
- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 11:10 AM To: Purcell, Scott Cc: mod_perl list Subject: Re: Startup.pl File Q On Wed, 27 Jun 2001, Issac Goldstand wrote: Actually, I believe that it helps to do a use cgi qw(-compile: all) as this will pre

[admin] Please post only English

2001-06-29 Thread Stas Bekman
a working model of the babel fish. (I'm talking about the original one and not of a poor implementations of it that available now). _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: mod_perl + mod_ssl + mod_fastcgi + mm can't compile Apache

2001-06-29 Thread Stas Bekman
peration. _____ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.c

Re: OT: Is there a comperable Apache list (besides anounce)?

2001-06-29 Thread Stas Bekman
://apache.org/foundation/mailinglists.html I admit that the last one is not easy to find if you don't know where to look for. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

[patch] a more user friendly server failure report

2001-06-30 Thread Stas Bekman
the server in debug mode; +} +error @_ ($log_file_info); } sub start { _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto

Re: API Design Question

2001-07-01 Thread Stas Bekman
: PerlModule Apache::UsedModules or use Apache::UsedModules; # in startup.pl For subs stats you actually need to rework the DB::DB hook from Apache::DB or write a new one based on Apache::DB (preferrably). _ Stas Bekman

Re: Loading modules

2001-07-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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com

Re: suexecx mod_perl

2001-07-05 Thread Stas Bekman
answer is: http://perl.apache.org/guide/install.html#Is_it_possible_to_run_mod_perl_e The whole story is here: http://perl.apache.org/guide/multiuser.html _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

Re: announce: mod_perl-1.25_01

2001-07-07 Thread Stas Bekman
/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl/5.005 /usr/lib/perl5/site_perl . _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

RE: re rand bug?

2001-07-09 Thread Stas Bekman
Birznieks ([EMAIL PROTECTED]) eXtropia - The Open Web Technology Company http://www.eXtropia.com/ _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: announce: mod_perl-1.25_01

2001-07-09 Thread Stas Bekman
with bleed-perl, and it's fine now. Sorry about that. _ 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: cgi and mod_perl config question

2001-07-09 Thread Stas Bekman
(not a DSO). -- Wayne Earl [EMAIL PROTECTED] gpg key fingerprint: 3CE4 0558 635E DADB 327C 73AB 11CA 9A6B B209 E8C5 _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: [ANNOUNCE] Hello World Benchmarks, updated

2001-07-11 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://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org

<    4   5   6   7   8   9   10   11   12   13   >