Re: Apache::GTopLimit

2002-05-21 Thread Stas Bekman
Perrin Harkins wrote: Stas Bekman wrote: Perrin Harkins wrote: Stas Bekman wrote: What you are saying is that when the server is started afresh, the newly started child processes share more memory with the parent, than newly started child processes some time later. Am I correct? Any

Re: GTop

2002-05-21 Thread Stas Bekman
/ __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: Reloading Library Files

2002-05-20 Thread Stas Bekman
. Which shows that most of the people don't use workarounds when they do real developments :) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: New mod_perl website [Was Re: Modifying @INC via startup.pl]

2002-05-20 Thread Stas Bekman
, the final site will be at http://perl.apache.org/. The http://perl.apache.org/release/ URL is only temporary. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: Reloading Library Files

2002-05-20 Thread Stas Bekman
for a trouble. http://perl.apache.org/release/docs/1.0/guide/debug.html#Warning_and_Errors_Explained __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: undef Upload object

2002-05-20 Thread Stas Bekman
addition contributed by Rich Bowen: http://perl.apache.org/release/docs/1.0/guide/snippets.html#File_Upload_with_Apache__Request __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Memory Leaks

2002-05-20 Thread Stas Bekman
#Adding_a_Proxy_Server_in_http_Accelerator_Mode __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: Memory Leaks

2002-05-20 Thread Stas Bekman
, since it won't pick up any changes in Perl modules on the disk. And that's one of the main reasons for doing restarts. Otherwise yes. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: Monitoring the processes

2002-05-20 Thread Stas Bekman
before you ask, check the guide. Use the search if you don't know where to look. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Apache::GTopLimit

2002-05-20 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm

2002-05-19 Thread stas
stas02/05/19 00:53:27 Modified:t/response/TestModperl dir_config.pm Log: test that sub-section overrides parent section for the same key Revision ChangesPath 1.4 +9 -2 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm

cvs commit: modperl-2.0 STATUS

2002-05-19 Thread stas
stas02/05/19 02:28:06 Added: .STATUS Log: start the STATUS file Revision ChangesPath 1.1 modperl-2.0/STATUS Index: STATUS === mod_perl 2.0 STATUS

Re: Reloading Library Files

2002-05-19 Thread Stas Bekman
with Apache::Reload? http://perl.apache.org/guide/porting.html#Using_Apache_Reload __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Scripts and passwd

2002-05-19 Thread Stas Bekman
files? You probably want this article: Safely Empowering Your CGI Scripts by Lincoln D. Stein http://www.samag.com/documents/s=1286/sam03020006/ __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: Reloading Library Files

2002-05-19 Thread Stas Bekman
://www.speakeasy.net/refer/29655 == -- Ted Prah NetCasters, Inc. Phone: 978.887.2100 x44 Fax: 978.887.6750 [EMAIL PROTECTED] -- __ Stas BekmanJAm_pH

Re: Apache::Leak

2002-05-19 Thread Stas Bekman
]. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: sending CGI ouput through a handler

2002-05-19 Thread Stas Bekman
extra directives needed? by CGI do you mean a script running under mod_cgi? If it's registry you should be able to use stacked handlers: http://perl.apache.org/release/docs/1.0/guide/config.html#Stacked_Handlers __ Stas Bekman

Re: make test problem

2002-05-19 Thread Stas Bekman
and send us the trace of where it hangs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: sending CGI ouput through a handler

2002-05-19 Thread Stas Bekman
with a custom subclass of Apache::RegistryNG. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Apache::DB

2002-05-17 Thread Stas Bekman
::DB try to build test.c with the contents: #include time.h int main(void){return 0;} and then compile it: % cc test.c once it works move onto Apache::DB __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: modperl idle timeout....

2002-05-17 Thread Stas Bekman
extended updates on the live system, which adds a slight overhead to each request's response times. But using the crontab seems much simpler to me. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: [OT] Refs don't work, like I want

2002-05-17 Thread Stas Bekman
help from here, I ask my question here. it's not very nice of you, Viljo. Please subscribe to other relevant lists and ask the questions there if they don't belong here. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: [OT] Refs don't work, like I want

2002-05-17 Thread Stas Bekman
Stas Bekman wrote: I know I don't sound nice, but we try hard to keep a low Sound to Noise Ratio here. of course I meant a *high* Sound to Noise Ratio. the heat and humidity shows :) p.s. sorry for adding to the noise. back to work on adding more sound

Re: Apache::DB

2002-05-17 Thread Stas Bekman
[please don't forget that to CC the list!] Gregory Matthews wrote: Stas: Thanks for your reply on my issue in the Mod_Perl list. Excuse my ignorance, but how do I do the following: before you try to build Apache::DB try to build test.c with the contents: #include time.h int main(void

Re: Apache::DB

2002-05-17 Thread Stas Bekman
Gregory Matthews wrote: Stas: Out of curiosity, what do YOU use to debug perl running under mod_perl? Apache::DB __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

cvs commit: modperl-2.0/ModPerl-Registry/t special_blocks.t

2002-05-14 Thread stas
stas02/05/14 08:47:12 Modified:ModPerl-Registry/t/cgi-bin special_blocks.pl ModPerl-Registry/t special_blocks.t Log: - use Apache::RequestRec - move away from Apache::compat, meaning $r-args is a string Revision ChangesPath 1.3 +3 -3

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin require.pl

2002-05-14 Thread stas
stas02/05/14 08:53:05 Modified:ModPerl-Registry/t/cgi-bin require.pl Log: this test is temporary becoming TODO, need to solve the require() relative to the script's dir problem. Revision ChangesPath 1.2 +6 -4 modperl-2.0/ModPerl-Registry/t/cgi-bin

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2002-05-14 Thread stas
stas02/05/14 08:55:21 Modified:ModPerl-Registry/t/conf extra.conf.in Log: - must define the INC changes in one touch, or the order becoming reversed, and that's not what we want. - use Apache2 (to cover the case where Apache2/ prefix is needed) Revision Changes

Re: Moving from CGI to mod_perl

2002-05-14 Thread Stas Bekman
-docs/dst_html/docs/1.0/guide/getwet.html#Porting_Existing_CGI_Scripts_to_run_under_mod_perl __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Memory usage option in Apache::Status

2002-05-14 Thread Stas Bekman
StatusTerseSizeMainSummary On /Location __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: Memory usage option in Apache::Status

2002-05-14 Thread Stas Bekman
upgrading to 5.6.1 is a very good idea. Would love to, but it's a production machine, so .. I can't upgrade it unless something major breaks. (^_^!) This is a *major* reason for updating :) __ Stas BekmanJAm_pH

Re: Memory usage option in Apache::Status

2002-05-14 Thread Stas Bekman
Apache::Status of course) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

we need mod_perl banners

2002-05-14 Thread Stas Bekman
% achieved, see netcraft) * world domination chapter 2 (50% target) * include the 2.0 theme Try to re-use the new logo: --- http://wypug.digital-word.com/mod_perl/winner/ You can use Apache's feather: - http://apache.org/~stas/feather.gif http

Re: we need mod_perl banners

2002-05-14 Thread Stas Bekman
Mark Fowler wrote: On Tue, 14 May 2002, Stas Bekman wrote: [ creating banners, etc ] Do we have the source for those banners anywhere? Preferably vector, or at least telling us what font the original was in. I don't think anyone wants to work from bitmap. I seem to remember

Re: mod_perl2: nmake test crashes apache

2002-05-10 Thread Stas Bekman
and it'll find all the combinations that fail. Though I cannot help you on WinFU :( Hopefully Randy or Doug will hear you. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Problems with mod_perl installation(HELP!!!)

2002-05-10 Thread Stas Bekman
/help.html#How_to_Report_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: PerlVINC and Can't locate Foo.pm in @INC ...

2002-05-10 Thread Stas Bekman
/dat-head/lib/DAT/Client/WWW.pm so it cannot read the final path. First test simply with: die $! unless -r /home/ajm6q/cvs/dat-head/lib/DAT/Client/WWW.pm __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: how to see /server-status when at MaxClients?

2002-05-10 Thread Stas Bekman
::Watchdog::RunAway __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: [BUG?] PerlSetVar in .htaccess segfaults w/ register_cleanup()

2002-05-09 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

mod_perl cookbook review at apacheweek.com

2002-05-06 Thread Stas Bekman
giveaway :) p.s. April 2002 Netcraft's mod_perl stats: 3.6M hosts 0.4M IPs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: mod_perl install from tarball

2002-05-06 Thread Stas Bekman
machines. i want to be able to run a mod_perl or non-mod_perl enabled web server. The detailed steps of how to do that are here: http://perl.apache.org/guide/install.html __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: [RFC] New Subject Tag for mod_perl 2.x postings

2002-05-06 Thread Stas Bekman
tidier... Stas, If we decide on something I could patch the new documentation to include this new tag, but I don't know abot the old (i.e. current) one go ahead, add any tags that you prefer. [2.x] or sounds the shortest and the clearest

Re: Scope of Perl Special Variables

2002-05-05 Thread Stas Bekman
Bill Catlan wrote: Stas Bekman wrote: This explains why by default %ENV is set for each request afresh. http://perl.apache.org/guide/performance.html#PerlSetupEnv_Off Great. Thank you Stas. Now I know /how/ that happens, but I don't know /why/ the existing inctances' ENV

localizing $dbh attributes with Apache::DBI to minimize the numberof connections made

2002-05-05 Thread Stas Bekman
, and therefore error-prone. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: Scope of Perl Special Variables

2002-05-04 Thread Stas Bekman
of $ENV{HTTP_IDENT} on the second request will indeed be undefined? This explains why by default %ENV is set for each request afresh. http://perl.apache.org/guide/performance.html#PerlSetupEnv_Off __ Stas BekmanJAm_pH

Re: Cheap and unique

2002-05-03 Thread Stas Bekman
://marc.theaimsgroup.com/?l=apache-modperlm=102023259920560w=2 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

Re: Memory explodes loading CSV into hash

2002-05-01 Thread Stas Bekman
a perl interface to the proc's memory usage. See the guide for many examples. Success: A reduction from 26 MB to 7 MB - what I estimated in my first mail. :) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: PerlRun problem: can't find method uri?

2002-04-30 Thread Stas Bekman
the most our of mod_perl. [p.s. please make sure you reply back to the list!] __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Apache::DBI fails to compile?

2002-04-30 Thread Stas Bekman
it lets you test the code under running mod_perl server and works with both versions of httpd/mod_perl. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: Apache 2.0 worker MPM

2002-04-30 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: [Fwd: Re: Cheap and unique]

2002-04-30 Thread Stas Bekman
that does this work for you. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: [Fwd: Re: Cheap and unique]

2002-04-30 Thread Stas Bekman
problem that you may need to tackle is predictability... but that's a different story. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Memory explodes loading CSV into hash

2002-04-29 Thread Stas Bekman
of mod_perl the memory usage pattern is different I'd suggest using Apache::Status. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: problems on OS X

2002-04-28 Thread Stas Bekman
Ken Williams wrote: On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pm

Re: problems on OS X

2002-04-28 Thread Stas Bekman
Ken Williams wrote: On Sunday, April 28, 2002, at 04:48 PM, Stas Bekman wrote: it does solve the problem on linux. Ken, can you test the bleadperl? This fix was applied as a solution. If `pwd` doesn't work for you, that sucks! Meaning that the problem wasn't fixed in bleadperl :( Can

Re: Memory explodes loading CSV into hash

2002-04-28 Thread Stas Bekman
experiment with a very small data set and look at how much memory each record takes. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: cvs commit: modperl-docs/tmpl/custom/html download_linkpage_toc_section

2002-04-27 Thread Stas Bekman
Per Einar Ellefsen wrote: At 19:59 27.04.2002, Stas Bekman wrote: Don't misunderstand: when i said TOC I meant the list of links on the front page etc. have you checked the front page on perl.apache.org? These lists aren't generated with ul but with various dl inside a div class=toc. I

Re: problems on OS X

2002-04-27 Thread Stas Bekman
at that. I'm currently using EU::MM 5.91_01. Any suggestions? Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pm Sun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pm Fri Sep 14 17:09:10 2001

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Stas Bekman wrote: Ken Williams wrote: ... Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pmFri Sep 14 17:09:10 2001 @@ -89,7

Re: Apache::VMonitor problem

2002-04-26 Thread Stas Bekman
Richard Titmuss wrote: Stas Bekman wrote: Richard Titmuss wrote: Hi, I am trying to setup Apache::VMonitor on a mod-perl enabled server. The page is returned OK but some of the information seem corrupt. The following is an example of the output which I get: ##PID M Elapsed

Re: Apache::VMonitor problem

2002-04-25 Thread Stas Bekman
in the extended mode? Id not it's an apache problem. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Apache::OK error

2002-04-25 Thread Stas Bekman
released for real. So you can benefit from all the fixes reported since the release and new developments. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

the cookbook review on perl.com

2002-04-25 Thread Stas Bekman
For a nice review of the latest and the greatest mod_perl cookbook head to perl.com: http://www.perl.com/pub/a/2002/04/25/review.html (by Simon Cozens) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: Apache::OK error

2002-04-25 Thread Stas Bekman
Per Einar Ellefsen wrote: Yes, Stas, but I think this example was taken from the docs: http://perl.apache.org/preview/modperl-docs/dst_html/docs/2.0/user/overview/overview.html#Apache__Echo These examples need to be synced with the CVS versions then. done, thanks

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
in advance ... Einar -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: SOLVED: Problem using Perl Modules under mod_perl

2002-04-23 Thread Stas Bekman
::netContestConfig. (whereas MyProjectName, is the name of your project :) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: two distinct installations

2002-04-23 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: SOLVED: Problem using Perl Modules under mod_perl

2002-04-23 Thread Stas Bekman
/perl.html#use_require_do_INC_and perldoc -f use perldoc -f require -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
Chuck Goehring wrote: Stas, First, there was no mod_perl 1.2x installed on this machine. I didn't think I would need it, but I'm guessing. This was as you say. The Location /perl didn't aggree with the registry loaded in startup. That fixed that problem but now it complains about

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
Silvio Wanka wrote: BTW, have you tried the latest mod_perl CVS? I think your problem has been solved long time ago. Sometimes I forget that others don't use the cvs version all the time :) From Changes: =item 1.26_01-dev ... require URI::URL to work with newer libwww-perl ... Stas

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Stas Bekman
Chuck Goehring wrote: Stas/Everyone, To follow up. With the starting and stopping of Apache and looking at the log, I see entries like Child 1032: Waiting for 250 worker threads to exit. I was gettiong Low virtual memory errors from Win/2000, so I added ThreadsPerChild 24

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-22 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: mod_perl installation on Win32

2002-04-22 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-22 Thread Stas Bekman
(for 2.0 wasn't ported yet, and available for those seeking interesting challenges) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-21 Thread Stas Bekman
Sören Stuckenbrock wrote: Hello Stas, I have a question regarding your mod_perl documentation. The method you described under: http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/perl.html#Using_Non_Hardcoded_Configuration_Module_Names Should this work to differentiate

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-21 Thread Stas Bekman
PerlSendHeader Off allow from all /Location doesn't work any better... As the folks said you need to use $r-dir_config if you want to pull the Location specific value. -- __ Stas BekmanJAm_pH -- Just Another

Re: mod_perl/apache: unreferenced scalar seg fault (?)

2002-04-20 Thread Stas Bekman
/dst_html/docs/1.0/guide/help.html#How_to_Report_Problems -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Problem using Perl Modules under mod_perl

2002-04-19 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: PDF generation

2002-04-19 Thread Stas Bekman
). I use html2ps for generating PS files (used for generating the mod_perl guide's pdf). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Stas Bekman
/preview/modperl-docs/dst_html/docs/2.0/user/help/help.html#Reporting_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Stas Bekman
configured mod_perl, which wiped off the modperl config. See if you didn't mess up with the order of things. You should have a Makefile and a bunch of modperl files in src/modules/perl after you run 'perl Makefile ...' __ Stas Bekman

Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Stas Bekman
the sources? perl -MCPAN -eshell cpan install Apache::Cookie __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

PREANNOUNCE: modperl banners project

2002-04-17 Thread Stas Bekman
appreciated! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Stas Bekman
the exact steps described here: http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/install.html#mod_perl_and_mod_ssl___openssl_ it seems like you've messed some of these __ Stas BekmanJAm_pH -- Just

Re: PREANNOUNCE: modperl banners project

2002-04-17 Thread Stas Bekman
Peter Bi wrote: Is mod_perl supposed to be the final choice of the name ? Someones suggested before to use a different name like Tomcat for Java. What is the latest conclusion ? Where have you been all this time, it was cast in stone already: http://apache.org/~stas/boulder.gif

Re: compiling modperl2 debug pb

2002-04-16 Thread Stas Bekman
is not really working yet on winfu. I didn't know that. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Looking for more information...

2002-04-16 Thread Stas Bekman
busy for a long long time if you didn't read it yet. What else do you need? There are two mod_perl books that you may wish to purchase and read, see the links on the site. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: Looking for more information...

2002-04-16 Thread Stas Bekman
it? You will also get a lot of help this way. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Sharing Variable Across Apache Children

2002-04-16 Thread Stas Bekman
#Sharing_variables_between_processes This section needs work. Can anybody help me improve this section? Thanks! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: bug: calling setlocale(LC_ALL,name of any locale with utf8 charset)more than once crashes httpd with mod_perl

2002-04-15 Thread Stas Bekman
(Unix) mod_perl/1.26_01-dev but the non-cvs version should probably work the same way. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Apache::ServerUtil pb in modperl2

2002-04-15 Thread Stas Bekman
on please use the info at: http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/help.html#How_to_Report_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: How to report problems with modperl 2.0

2002-04-15 Thread Stas Bekman
Stas Bekman wrote: At this time some people will try to run incorrect versions of Apache and mod_perl and this will cause to most of your problems. So before we attempt to answer your questions, you have to tell us what versions you were using. Therefore: Whenever you have a problem

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ Also see this section: http://perl.apache.org/guide/performance.html#Configuration_Tuning_with_Apache __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: mod_perl memory

2002-04-15 Thread Stas Bekman
://perl.apache.org/guide/performance.html#Measuring_the_Memory_Usage_of_Su -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Mod_perl slower than mod_cgi, Please Help!

2002-04-15 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Found a sprintf() bug inPerl 5.6.1 (and mod_perl)

2002-04-15 Thread Stas Bekman
and POSIX::ceil functions will serve you better than will int(). this explains the problem. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: bug: calling setlocale(LC_ALL,name of any locale with utf8 charset)more than once crashes httpd with mod_perl

2002-04-14 Thread Stas Bekman
source distro. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: DSO on Solaris - child dies with seg fault

2002-04-14 Thread Stas Bekman
#How_to_Report_Problems __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

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