Re: make test fails

1999-10-02 Thread Stas Bekman
6 Quincy Mail CenterHome: (617) 493-3106 Cambridge, MA 02138Page: [EMAIL PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singleshe

Re: Guide addition?

1999-10-07 Thread Stas Bekman
t appear inside the subs... I'll add this note too... _______ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.mod

Re: Guide addition?

1999-10-08 Thread Stas Bekman
On 7 Oct 1999, Randal L. Schwartz wrote: "Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas yes, there are... you get a code like: Stas sub handler{ Stas print "hi\n"; Stas =pod Stas =head1 Hi Stas =cut Stas } Stas which is syntaxically incor

Re: ISP's that support mod_perl?

1999-10-08 Thread Stas Bekman
/multiuser.html ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org

Re: Guide addition?

1999-10-08 Thread Stas Bekman
On Fri, 8 Oct 1999, Matt Sergeant wrote: On Fri, 08 Oct 1999, Stas Bekman wrote: On 7 Oct 1999, Randal L. Schwartz wrote: "Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas yes, there are... you get a code like: Stas sub handler{ Stas print "hi\n&quo

Re: httpd.conf problem.

1999-10-09 Thread Stas Bekman
); /Perl I beleive, that once you can debug this beast, you can find where the problem lies or at least who causes it. ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,P

Re: modperl Terminal Size error

1999-10-09 Thread Stas Bekman
Testing a simple script under modperl using Registry and -X and Apache::DB, as explained by Stas Bekman It runs OK about seven times then it fails. Here is the error_log output: resize: can't open terminal /dev/tty [Fri Oct 8 07:47:39 1999] [error] Unable to get Terminal Size

Re: 2 servers setup: mod_proxy cacheing

1999-10-09 Thread Stas Bekman
___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp

Re: weird message...

1999-10-12 Thread Stas Bekman
pipe: mod_perl: rwrite returned -1 (fd=8, B_EOUT=8) http://perl.apache.org/guide/warnings.html#mod_perl_rwrite_returned_1 http://perl.apache.org/guide/warnings.html#Client_hit_STOP_or_Netscape_bit_ ___ Stas Bekman mailto:[EMAIL

Re: disk space requirement

1999-10-14 Thread Stas Bekman
at least a few more Mbs... This last number depends on your needs. I thought we have passed the times where additional 10Mb would be a question of life or death... Oh well. Good luck! ___ Stas Bekman mailto:[EMAIL PROTECTED

Re: load/regression test builders, monitoring tools for mod_perl apps

1999-10-19 Thread Stas Bekman
to that. Yup, http://perl.apache.org/guide/control.html#Monitoring_the_Server_A_watchdo http://perl.apache.org/guide/control.html#Preventing_from_modperl_process_ ___ Stas Bekman mailto:[EMAIL PROTECTED

Re: [SITE] the great redesign of 1999

1999-10-19 Thread Stas Bekman
At 09:12 19/10/1999 +0200, Stas Bekman wrote: We were planning to put a good deal of the stuff into a db too I think. I guess it doesn't matter too much if we have duplicated content as long as it is in sync. We will have to take into account what you are doing so that we can cross-link

Re: RegistryLoader causes subroutine redefined errors on import?

1999-10-19 Thread Stas Bekman
ing Apache::RegistryLoader -- I can suppress the error by not using RegistryLoader. So what's causing the error? Why is the subroutine being redefined? Thanks, Matt apache 1.3.6 mod_perl 1.21 perl 5.00503 Apache::Registry 2.01 Apache::RegistryLoader 1.90 __

Re: Porting to Apache::Registry

1999-10-19 Thread Stas Bekman
that will help me answer these type of questions and keep me quite for a while. Thanks very much, Bill Moseley mailto:[EMAIL PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI

Re: your mail

1999-10-20 Thread Stas Bekman
... And after my Apache run for a while, It don't response for user's request! It is so annoyed to me ! I need your help!! lwxian [EMAIL PROTECTED] ___ Stas Bekman mailto

Re: Porting to Apache::Registry

1999-10-21 Thread Stas Bekman
At 08:54 AM 10/20/99 +0200, Stas Bekman wrote: Besides all the information at perl.apache.org, can you recommend any good resources (book, web pages) that stand out in your memory as being very helpful when you were starting out? I'm not sure why have you discarded the docs

Re: Hanging process: detection and determination (was Re: Runaway processes)

1999-10-22 Thread Stas Bekman
; It stops right away after I press the Stop button. I run Apache/1.3.10-dev mod_perl/1.22-dev (CVS snapshot a few days old) Tobias At 07:29 PM 10/22/99 +0200, Stas Bekman wrote: Hi, Let's take a little script that obviously "hangs" the server: my $r = shift; $r-send

Re: exiting a child without popping the internal server error...

1999-10-22 Thread Stas Bekman
have done that i need to make sure i do if i skip it) thanks! gedanken ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC

Re: Getting rid of the port

1999-10-25 Thread Stas Bekman
://perl.apache.org/guide/scenario.html#One_Light_and_One_Heavy_Servers_ Hope this helps... ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas

Re: core dump on RH6.1/Apache 1.3.9/mod_perl 1.21

1999-10-26 Thread Stas Bekman
ou preload, and if server starts without them, try to find out the offending module... Any idea ? Stephane. ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,W

Re: core dump on RH6.1/Apache 1.3.9/mod_perl 1.21

1999-10-26 Thread Stas Bekman
Stephane. ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheav

Re: Trouble sending mail under modperl...

1999-10-26 Thread Stas Bekman
() implemented that way (BTW, it's much faster and lighter than sendmail, but this is off-topic...) http://www.singlesheaven.com/stas/TULARC/works/scripts/mail-lib.pl Hope this helps... ___ Stas Bekman mailto:[EMAIL PROT

Cookies, Ad Banners, and Privacy

1999-10-27 Thread Stas Bekman
life harder if "cookie" was chosen as a courier of session passing... It talks heavely about DoubleClick, something that probably of the most interest to the ad "manufacturers" among us (Hi Ask and Nick :) ___

Re: Limiting memory used by perl

1999-10-27 Thread Stas Bekman
Is there a way to limit the maximum amount of memory that a perl child can use? Apache::SizeLimit Apache::GTopLimit (this one lets you control the minimum of shared memory as well) ___ Stas Bekman mailto:[EMAIL PROTECTED

Re: Session state without cookies

1999-10-30 Thread Stas Bekman
thanks, Trei Brundrett - [EMAIL PROTECTED] http://www.mediatruck.com Mediatruck, Inc. - ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI

mod_perl usage survey

1999-10-31 Thread Stas Bekman
by hand e.g. singlesheaven.com:8080. But, if your site will get accessed at port 80 later, the non-80 port will be overwritten by 80 and your entry will be lost ;( Still we have pretty good numbers :) ___ Stas Bekman mailto

Re: Memory problems

1999-11-02 Thread Stas Bekman
this helps... ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o-

Re: mod_perl and DBI

1999-11-02 Thread Stas Bekman
Thanks, Dan ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com

Perl Domination in CGI Programming

1999-11-03 Thread Stas Bekman
ll don't have a CPAN :) Well, if the trend continues we ought to learn Java some day :) ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/T

mod_perl and friends on performancecomputing.com

1999-01-02 Thread Stas Bekman
provements of mod_cgi... Apache Binary Evolution FastCGI Fast.Serv mod_perl NeoWebScript nsapi_perl PHP tcl tcl/java Enjoy... ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,W

Re: Hooking into core

1999-01-03 Thread Stas Bekman
level read the Eagle book p.166 For runlevel trapping, see: http://perl.apache.org/guide/porting.html#Redirecting_Errors_to_Client_ins ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache

RE: Make error: Apache_1.3.9 + mod_perl-1.21 + RedHat-6.0

1999-11-07 Thread Stas Bekman
directory `/home/ted/src/support/apache_1.3.9/src' make: *** [apache_httpd] Error 2 ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/T

Re: lost getting mod_perl to work

1999-11-08 Thread Stas Bekman
can tell this is my frist step out of running a totally static web page. Thanks for any info you can offer. Mike -- Friends help you move. Real friends help you move bodies. ___ Stas Bekman mailto:[EMAIL

Re: web-based email

1999-11-10 Thread Stas Bekman
that users can access email held on an IMAP server via any web browser. See http://users.ox.ac.uk/~mbeattie/wing/ [snipped the rest of the description] get is from CPAN or from the above URL ___ Stas Bekman mailto:[EMAIL

ANNOUNCE: mod_perl Guide ver 1.18

1999-11-13 Thread Stas Bekman
offrey S Young) * status.pod has been eliminated and absorbed by debug.pod where it belong * Fixed pod translator. Now it handles correctly C$r-Egtmethod encodings. (Andreas Koenig) Enjoy! ___ Stas Bekman mailto:[EMAIL PROTECTED]

Re: Request: Need a script that dumps core or requires debug

1999-10-23 Thread Stas Bekman
of gdb you can trace the place where the core dump has happened... That's the whole point, I'm trying not to debug the "hello, world" script ;) ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,

Re: Support of CR LF in a EBCDIC environment

1999-11-15 Thread Stas Bekman
omeone help me to find where the content-type header is lost. -- Ignasi Roca ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.

RE: Support of CR LF in a EBCDIC environment

1999-11-15 Thread Stas Bekman
help me to find where the content-type header is lost. -- Ignasi Roca ___ Stas Bekman mailto:[EMAIL PROTECTED] www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULAR

RE: Support of CR LF in a EBCDIC environment

1999-11-15 Thread Stas Bekman
paring the headers from the output of perl5 and to pass them to the apache. I don't understand who is doing that. Can someone help me to find where the content-type header is lost. -- Ignasi Roca

Re: sh and mod_perl

1999-11-16 Thread Stas Bekman
ank you -Leonardo. ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl

Re: Seeing a basic trend...

1999-11-16 Thread Stas Bekman
uilds and a few RPMs from before. I volunteer to create a new page with links to your servers, where people can grab the packages from. Send me the links and explanations and I'll make them available for the rest of us. ___ Stas B

Re: module Safe ?

1999-01-15 Thread Stas Bekman
in the distribution. __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singleshe

Re: Web Site Service Improvements

1999-11-20 Thread Stas Bekman
.tar.gz) ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org

Re: Problems with mod_perl 1.2.1 and apache 1.3.9 - newbie - Pleasehelp!

1999-11-20 Thread Stas Bekman
]: Leaving directory `/usr/src/apache_1.3.9' make: *** [apaci_httpd] Error 2 -- Scott Chapman Technical Support Specialist Lund Performance Solutions [EMAIL PROTECTED] or [EMAIL PROTECTED] Phone: 541-926-3800 www.lund.com __

Re: Problems with mod_perl 1.2.1 and apache 1.3.9 - newbie - Pleasehelp!

1999-11-20 Thread Stas Bekman
with symlinks to keep everything else happy. Les Mikesell [EMAIL PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC

RE: Stacked Handlers and passing Objects

1999-11-23 Thread Stas Bekman
-- === Bill Desjardinshttp://www.carracing.com [EMAIL PROTECTED]Tel: 305.205.8644 FREE Homepages for Racers and Race Tracks!! ___ Stas Bekman mailto:[EMAIL PROTECTED

Re: HTTP_NOT_MODIFIED

1999-11-23 Thread Stas Bekman
PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheav

Re: Apache::ASP

1999-11-24 Thread Stas Bekman
. ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheaven

RE: Re: installation problems

1999-11-24 Thread Stas Bekman
thanks ___ http://www.correomix.com - correo web gratuito de por vida ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linu

RE: RE: Re: installation problems

1999-11-24 Thread Stas Bekman
- De: Stas Bekman [EMAIL PROTECTED] Para: "Jesús" "Mª" Lasso "Sánchez" [EMAIL PROTECTED] Cc: Jeffrey Baker [EMAIL PROTECTED], [EMAIL PROTECTED] Fecha: 24-11-1999-20:35:48 Asunto: RE: Re: installation problems You probably miss the gdbm package - install it

Re: How to run a secure mod_perl ?

1999-11-24 Thread Stas Bekman
Base Organization http://linuxkb.org/ Because world domination requires quality open documentation. aka: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED

Re: Flaky software

1999-11-24 Thread Stas Bekman
ber. Isn't it there? Any of the new subscribers can confirm that they didn't receive the _stressing_ info? Thanks! ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,W

The Free CVS Book

1999-11-25 Thread Stas Bekman
! ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp

Re: Stop stat() of script

1999-11-25 Thread Stas Bekman
. see also: Apache::RegistryBB -- Geoff Crawshaw TimeBills.com Inc. [EMAIL PROTECTED] http://www.timebills.com ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC

The Spirit of the... Mailing List

1999-11-26 Thread Stas Bekman
e movement you directly or indirectly benefit from, consider helping this movement. (This is a call for all the folks who are in a deep slumber and don't understand the real threats from M$ and friends we stand before!) Have a great time! ______

Re: HTTP_NOT_MODIFIED

1999-11-27 Thread Stas Bekman
est Options +ExecCGI SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader on /Files Bill Moseley mailto:[EMAIL PROTECTED] ___ Stas Bekman mailto:[EMAIL PROTECTED]www.si

Re: Eagle Book - mod_hello.c, hello.pl :)

1999-11-30 Thread Stas Bekman
Wall in perlref(1) man page, Perl 5.001 ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com

Re: Compiling mod_perl with different versions of Perl

1999-12-01 Thread Stas Bekman
... ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp

mod_perl SourceGarden is looking for a new home

1999-12-02 Thread Stas Bekman
___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp://www.singlesheaven.com

mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
? ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp://www.singlesheaven.com

Re: Happy Birthday mod_perl Guide

1999-12-03 Thread Stas Bekman
st. I wish people use more one liner answers to the asking fellas - just an URL to the section in the guide that answers the question... Wonder how big it'll be in a year... Heh, me too :) Again, thank you all! ___ Stas Bekman mai

migrating perl.apache.org to *.modperl.org

1999-12-03 Thread Stas Bekman
? Futher suggestions and ruminations are welcome! ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas Hi, folks Stas You wouldn't beleive but I receive a great deal of mod_perl job offers. Stas Here is a partial quote of the most generic content of the offer: Stas At any rate, we're finding it very hard to find mod_perl pe

Re: mod_perl SourceGarden is looking for a new home

1999-12-03 Thread Stas Bekman
http://vodka.linuxkb.org/~aturner/ Linux Knowledge Base Organization http://linuxkb.org/ Because world domination requires quality open documentation. aka: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] On Thu, 2 Dec 1999, Stas Bekman wrote: Hi, Lately, ScreamDesign has

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
unately... The motto of this list regarding new things is "think it, implement it and give it"... _______ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
ening to my pep talk, and good morning! Stas Bekman wrote: Hi, folks You wouldn't beleive but I receive a great deal of mod_perl job offers. Here is a partial quote of the most generic content of the offer: At any rate, we're finding it very hard to find mod_perl people and I

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
might want to know. The biggest thing I love about mod_perl is that it's like Perl - you can get things working in zero time and with a very little effort, and then learn and deploy more sophisticated techniques and do more sophisticated hacks. ____

mod_perl sourcegarden has found a new garden

1999-12-03 Thread Stas Bekman
, are in a charge for the new sourcegarden's home. Currently the project is still hosted by ScreamDesign and we will move to the new home in the upcoming days. Again, thank you all!!! I wish I could say 'Yes' to all of you... ___ Stas Bekman

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Stas Bekman
Stas Bekman wrote: Hi, folks You wouldn't beleive but I receive a great deal of mod_perl job offers. Here is a partial quote of the most generic content of the offer: At any rate, we're finding it very hard to find mod_perl people and I thought maybe you could refer me

Re: Logo / brand

1999-12-04 Thread Stas Bekman
for a small scaled logo... ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com

Re: Failed to set ProxyReceiveBufferSize

1999-12-04 Thread Stas Bekman
ul setting :) ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.or

Re: Failed to set ProxyReceiveBufferSize

1999-12-04 Thread Stas Bekman
and errors are gone now ! I still use 1Mb value. Probably it's worth to comment this in your guide. Of course! Thanks Oleg! Someone wants to include a similar infobits regarding other OS? ___ Stas Bekman mailto:[EMAIL

Re: Modperl core dump on startup

1999-12-05 Thread Stas Bekman
___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheaven

Re: finding old apache.pm

1999-12-05 Thread Stas Bekman
___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.apache.org www.perl.com == www.modperl.com || perl.apache.org single o- + single o-+ = singlesheavenhttp

Re: Mailing list size

1999-12-05 Thread Stas Bekman
o, ON, M3J 1G8, Canada Tel: (416) 638-8649, Fax: (416) 630-1584 ___ Stas Bekman mailto:[EMAIL PROTECTED]www.singlesheaven.com/stas Perl,CGI,Apache,Linux,Web,Java,PC at www.singlesheaven.com/stas/TULARC www.

[admin] Re: Name / brand - decision?

1999-12-06 Thread Stas Bekman
decoration" stuff without disturbing the peace of the more technically minded dwellers of the list :) Peace! _______ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC htt

Re: mod_perl makes you rich

1999-12-09 Thread Stas Bekman
e millions knowing only the Apache::Registry :) ...talking about experienced mod_perl programmers. Got offtopic... sorry ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,P

Re: Compilation Problem

1999-12-09 Thread Stas Bekman
___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.orgmodperl.sourcegarden.org perlmonth.comperl.org single o- + single o

Re: Compilation Problem

1999-12-10 Thread Stas Bekman
http://perl.apache.org/guide/troubleshooting.html#Can_t_load_auto_DBI_DBI_so_ maybe ? Stas Bekman wrote: Do you have a symlink from /usr/local/lib/libgdbm.so.2 to /usr/local/lib/libgdbm.so.2.x.x? replace x.x with the version that you have. Thanks. This is exactly what was wrong

RE: FindBin/Apache::Registry bug (fwd)

1999-12-10 Thread Stas Bekman
A possible workaround is to mess with %INC: delete $INC{FindBin}; use FindBin; Of course, as Eric corrected me, it should be 'require()' instead of 'use()', since use is done at compile time. do() is another option. But require() wouldn't import tags, so ether use FQ variable $FindBin::Bin

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-11 Thread Stas Bekman
cesses] % tail /etc/httpd/logs/error_log [ nothing new in log ] Does anyone have any clues for me to track down on this, I'm stumped. -bill ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas P

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-11 Thread Stas Bekman
thought I learned this procedure from the guide - now I cannot find it. could be that I am tired. In debug chapter. I'm working on reorganizing the whole thing, to make things easier to find. ___ Stas Bekmanmailto:[EMAIL

ANNOUNCE: Apache::SafeHang

1999-12-12 Thread Stas Bekman
Regading Apache::SafeHang, I'll wait for your comments before I upload it to CPAN. Please try to use it. Comments are welcome. Enjoy! ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux

Re: ANNOUNCE: Apache::SafeHang

1999-12-12 Thread Stas Bekman
[EMAIL PROTECTED] (Stas Bekman) wrote: Regading Apache::SafeHang, I'll wait for your comments before I upload it to CPAN. Please try to use it. If this might become a more general utility, you might want to give it a more general name like Apache::Watchdog or something so it has room

Re: ANNOUNCE: Apache::SafeHang

1999-12-12 Thread Stas Bekman
, if it's polling the server every so often, it might as well generate a periodic report of what it finds. How many processes, how long each has been running, how much memory, etc. That's what Apache::VMonitor is doing. ___ Stas

Re: piggybacking data on request ?

1999-12-12 Thread Stas Bekman
#Passing_and_preserving_custom_da ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.orgmodperl.sourcegarden.org

ANNOUNCE: Apache::VMonitor - 0.04

1999-12-13 Thread Stas Bekman
section into APACHE and SYSTEM sections. * Adde lore information columns per apache/modperl process * A configuration interface was changed * Now sections can be turned on and off automatically while browsing Enjoy. ___ Stas

Re: apache/mod_perl/dbi - problem

1999-12-13 Thread Stas Bekman
Siegen MZ: http://www.avmz.uni-siegen.de/ ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.org

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-13 Thread Stas Bekman
the children? cliff rayman genwax.com ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.org

Re: ModPerl problems, I think

1999-12-14 Thread Stas Bekman
may be going wrong? What should I look for? Thanks for any pointers, Dave ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas

Re: How to use perl with apache??

1999-12-15 Thread Stas Bekman
] Dev. Support Team ETSD 250 Vesey Street WFC-NT 11th Fl. New York, NY 10281-1315 === Phone :- 212-449-4753 Alpha pager :- 1-888-MERRIL-0 ___ Stas Bekmanmailto:[EMAIL PROTECTED] http

Re: Apache::Scoreboard - problem compiling

1999-12-18 Thread Stas Bekman
where the missing typemap is located. Install mod_perl from scratch and you will get it working without any problems. (or grab a new rpm from perl.apache.org/distributions.html) ___ Stas Bekmanmailto:[EMAIL PROTECTED

Summary Re: KeepAlive and mod_perl

1999-12-18 Thread Stas Bekman
On Sat, 18 Dec 1999, Eric Cholet wrote: On Sat, 18 Dec 1999, Stas Bekman wrote: Lately I've received a few requests to document the KeepAlive directive and its implications on mod_perl behavior. From what I see, mod_perl overrides the whatever settings you have in your config file

ANNOUNCE: mod_perl Guide ver 1.19

1999-12-19 Thread Stas Bekman
g in a script from "Exposing Apache::Registry secrets" spotted and fixed (John Deighan) * install.pod: integrated the "manual mod_perl build process" remarks and patch (Robin Berjon) * install.pod: don't put mod_perl sources in a sub-dir of Apache sources. It wouldn't bu

Re: Apache::Scoreboard - problem compiling

1999-12-20 Thread Stas Bekman
/perl5/5.00503/i386-linux/perllocal.pod ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.org

RFC: modperl sourcegarden discussions and logo design

1999-12-22 Thread Stas Bekman
. *** *** Instead send email to [EMAIL PROTECTED]!*** *** Thank you for caring! Happy Xmas! ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org

Re: What am I doing wrong

1999-12-24 Thread Stas Bekman
message or any part of it. ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.stason.org/stas/TULARC perl.apache.orgmodp

Re: RPM of Apache with mod_perl/php3 built-in

1999-12-28 Thread Stas Bekman
://www.hazard.maks.net. Thank you, Vladimir. I've updated http://perl.apache.org/distributions.html to point to your contributed RPMs. ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux

RE: What am I doing wrong

1999-12-29 Thread Stas Bekman
is message or any part of it. ___ Stas Bekmanmailto:[EMAIL PROTECTED] http://www.stason.org/stas Perl,CGI,Apache,Linux,Web,Java,PC http://www.staso

a possible bug with Apache::Server::ReStarting

1999-12-29 Thread Stas Bekman
esses watchdog if you remember. probably other cleanup and alerting features can be added using the 'stopping' flag. Regarding implementation -- it can be a single variable, with four states. Thanks! ___ Stas Bekmanmailto:[EM

  1   2   3   4   5   6   7   8   9   10   >