cvs commit: modperl-2.0/xs/Apache/Module Apache__Module.h

2002-12-12 Thread stas
stas2002/12/12 00:43:38 Modified:xs/Apache/Module Apache__Module.h Log: prevent segfaults, when scfg is NULL Revision ChangesPath 1.8 +2 -1 modperl-2.0/xs/Apache/Module/Apache__Module.h Index: Apache__Module.h

cvs commit: modperl-2.0/t/response/TestDirective perlloadmodule2.pm

2002-12-12 Thread stas
stas2002/12/12 00:44:59 Modified:t/response/TestDirective perlloadmodule2.pm Log: tidy up Revision ChangesPath 1.4 +1 -3 modperl-2.0/t/response/TestDirective/perlloadmodule2.pm Index: perlloadmodule2.pm

cvs commit: modperl-2.0/src/modules/perl modperl_module.c

2002-12-12 Thread stas
stas2002/12/12 02:12:41 Modified:src/modules/perl modperl_module.c Log: handle correct perlmodules (directives) with vhosts: - handle gracefully cases when things are undef/NULL - handle the case when scfg==NULL, by stealing the base_servers's config Revision Changes

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-12-12 Thread stas
stas2002/12/12 03:45:26 Modified:src/modules/perl modperl_cmd.c Log: handle correctly the switches, when the server starts early. e.g., a sample config at the base server's level: PerlLoadModule Foo PerlSwitches -Iwhatever When PerlLoadModule returns, mod_perl

Re: Perl Cookbook modperl chapter

2002-12-11 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: Can't find Apache::ModuleConfig

2002-12-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://apache.org http

Re: Can't find Apache::ModuleConfig

2002-12-08 Thread Stas Bekman
, till I finish the doc. Or if you are in hurry, look at t/response/TestDirective/perlloadmodule* for examples. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: 0x444ba45b in prof_mark () from /usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-08 Thread Stas Bekman
version, when there is a stable and better version out there. Whether you are running 5.7.2 or 5.8.0, do not compile with ithreads support, unless you need it, as it makes the interpreter slower. __ Stas BekmanJAm_pH

Re: [mp2] Warnings not showing in Apache log?

2002-12-08 Thread Stas Bekman
, as this thread shouldn't leave the list. __ 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

Re: All tests fail with Apache/2.0.43 (Unix) mod_perl/1.99_07-dev

2002-12-08 Thread Stas Bekman
Richard Curtis wrote: OK, after following the instructions requested by Stas Bekman, it still doesnt work... Below is a list of everything I have type. I dont claim to be a major expert or anything, so I have included all the commands in full to help catch if I missed something :) [...] I

Re: 0x444ba45b in prof_mark () from /usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-08 Thread Stas Bekman
Ged Haywood wrote: Hi Stas, On Sun, 8 Dec 2002, Stas Bekman wrote: Ged Haywood wrote: [...] Try upgrading to Perl 5.7.2 at least. It worked for me. There are those who would recommend 5.8.0 minimum, but I'm not one. (Yet:). Eh? 5.8.0 is almost the same as 5.7.2, with mucho bugs fixed. I

Re: [mp2]Kow do I find dovumention on...

2002-12-08 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

Re: Can't find Apache::ModuleConfig

2002-12-08 Thread Stas Bekman
Tom Schindl wrote: Thanks Stas. The documentation on perl.apache.org pointed me in a wrong direction (e.g. Apache::DBIPool (http://perl.apache.org/docs/2.0/user/overview/overview.html#Apache__DBIPool)) --cut- use strict; use Apache::TIPool (); use

cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 04:40:06 Modified:lib/Apache compat.pm .Changes Log: add backcompat value of $Apache::Server::CWD Revision ChangesPath 1.73 +4 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 05:09:15 Modified:todo deprecated_features.txt lib/Apache compat.pm .Changes Log: add backcompat var $Apache::Server::AddPerlVersion Revision ChangesPath 1.7 +0 -2 modperl-2.0/todo

Re: mod_perl + mod_rewrite

2002-12-06 Thread Stas Bekman
in the eagle and the cookbook. You can even write your own PerlTransHandler which will do the rewrite... __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: [mp2]: Problem running scripts with Apache::compat and PerlRun.

2002-12-06 Thread Stas Bekman
tell me. Use ModPerl::PerlRun instead of Apache::PerlRun. The former is a special version written for 2.0. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Stas Bekman
I've posted in the prev reply. it doesn't work this way anymore. explanations are there. I did an additional installation with apache-1.3.27 mod_perl-1 and in this combination the test script does work =/ -- __ Stas Bekman

Re: Apache::Hook

2002-12-05 Thread Stas Bekman
. Yuriy, I'm working on the custom conf directives doc now and hopefully should be done soon, so you can get going with the axkit porting. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: [mp2] LogHandler configuration problems

2002-12-05 Thread Stas Bekman
Beau E. Cox wrote: Hi Stas - ...look at the error log... For the first test, which my logger reported: ::1 [Wed Dec 4 19:58:13 2002] / 404 266 ::1 [Wed Dec 4 19:58:24 2002] /index.html 403 280 ::1 [Wed Dec 4 19:58:45 2002] /perl/rocks.html 200 29 The error log reported: [Wed Dec 04 19:58

Re: Online Tonight

2002-12-05 Thread Stas Bekman
mod_perl users, is there an mp3 that we can link to from perl.apache.org? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-05 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: Online Tonight

2002-12-05 Thread Stas Bekman
David Wheeler wrote: On Thursday, December 5, 2002, at 12:46 AM, Stas Bekman wrote: Care to share with us how was the show? And how much mod_perl talk was in it? I certainly mentioned how important Perl, mod_perl, Apache, Mason, and PostgreSQL are to the success of the project. The show

Re: [mp2]Cookies?

2002-12-05 Thread Stas Bekman
package coming from mp1. It won't work with mp2. __ 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: Mod Perl in Linux Mandrake

2002-12-05 Thread Stas Bekman
, you've installed Apache::ASP with? There are so many different versions and flavors of everything. If you don't tell us *all* the details, we can't guess what you have. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: [mp2] default values for PerlInterp directives?

2002-12-05 Thread Stas Bekman
if there are any changes. __ 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: [mp2] Documentation/LogHandler question

2002-12-04 Thread Stas Bekman
easy to refer to it, (a new eagle), I've called it RW (RedWhite), if you have a better idea, please suggest. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: DSO/Tru64 (was Re: References for modperl usage in financialinstitutions?)

2002-12-04 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: [mp2] LogHandler configuration problems

2002-12-04 Thread Stas Bekman
Beau E. Cox wrote: Well Stas, you asked for it... :) [...] #---mod_perl 2.0 rocks test- Alias /perl/ /srv/www/conf/perl/ Location /perl/ SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions

Re: Horrible handler memory leak

2002-12-03 Thread Stas Bekman
some other way to represent data in your perl code (e.g. dbm files). Also see the list archives for similar discussions. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: [mp2.0]make test problems

2002-12-03 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: [mp2.0]make test problems

2002-12-03 Thread Stas Bekman
cvs, not the httpd) __ 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: [MP2] Handler feauters in a filter?

2002-12-03 Thread Stas Bekman
module, for that matter) - it's not as simple as checking the file on disk - the content could be coming from a proxy or from another content-handler. Any ideas? Issac -- __ Stas BekmanJAm_pH -- Just Another

Re: [mp2.0]make test problems

2002-12-03 Thread Stas Bekman
, isn't it Stas? If it has anything to do with magic always remember to s/Stas/Doug/gi __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: [mp2] the make test problem saga continues...

2002-12-03 Thread Stas Bekman
}, lc $subdir; next unless -d $dir; -- I hope that now you get a clean make test. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: [MP2] Handler feauters in a filter?

2002-12-03 Thread Stas Bekman
list. __ 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: [mp2.0] How do I port modules using Apache::SIG?

2002-12-03 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

Re: [mp2.0] How do I port modules using Apache::SIG?

2002-12-03 Thread Stas Bekman
, so there shouldn't be a problem to find all the relevant info now. The online docs will be updated by the cron within 6 hours. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: [RFC] Apache::LDAP

2002-12-02 Thread Stas Bekman
not enough to upload the module on CPAN), login into your PAUSE account and go to the registration section. If you have further questions module-authors at perl.org is the place to ask them. __ Stas BekmanJAm_pH

Re: Install problem...

2002-12-02 Thread Stas Bekman
/util, right? __ 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: [mp2.0]make test problems

2002-12-02 Thread Stas Bekman
-layout=SuSE --enable-mods-shared=all --with-mpm=worker please try first with just: ./configure --with-mpm=worker as suggested by the docs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: [mp1] Still can not get working DSO configuration on Tru64

2002-12-01 Thread Stas Bekman
some hints? __ 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: Apache 2?

2002-11-30 Thread Stas Bekman
AssignUserID and ChildPerUserID directives which now can set different uid/gid for each group of processes/threads. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: default Content-Length calculation has been removed in 2.0 (wasRe: mod_perl 2.x vs. mod_perl 1.x benchmarks)

2002-11-29 Thread Stas Bekman
solution that requires only one server, that would be cool. That's said let's worry first to get the core things working first and if you want to play with optimizations please go ahead and hack away :) __ Stas BekmanJAm_pH

[patch] Apache::DB now works with 5.8.0+

2002-11-29 Thread Stas Bekman
::MarkLine = 0; sub init { +*DB::DB = sub {} unless DB-can(DB); # temp definition for 5.8.0+ if(init_debugger()) { warn [notice] Apache::DB initialized in child $$\n; } __ Stas BekmanJAm_pH -- Just Another

Re: [mp 2.0] can not compile mp 1.99_07

2002-11-29 Thread Stas Bekman
will be defined - any hints? Last time I compiles 1.99_03 successfully. Thanks for the report Kai. Fixed in the current cvs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Fwd: Red Hat's use of mod_perl

2002-11-29 Thread Stas Bekman
2002 23:30:24 -0500 From: Chip Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hey Stas, Just saw your request on use.perl.org. Red Hat's main website, www.redhat.com, is a mod_perl site (mainly Apache::ASP). Also, the Red Hat Network's website, rhn.redhat.com, is pure mod_perl, using a custom

Re: Apache 2?

2002-11-28 Thread Stas Bekman
Issac Goldstand wrote: - Original Message - From: Stas Bekman [EMAIL PROTECTED] . Since if your mod_perl handler sends the data to a thread which runs a filter that send the data to a client (and doesn't need perl) it'll still block on the network transfer, which will block

Re: segmentation fault using a startup file

2002-11-28 Thread Stas Bekman
this 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://apacheweek.com http://modperlbook.org

default Content-Length calculation has been removed in 2.0 (was Re:mod_perl 2.x vs. mod_perl 1.x benchmarks)

2002-11-28 Thread Stas Bekman
question regarding releasing the handler early, you need a slightly modified version of the cl filter to do that. Since it's already buffering the data, you just want to do this unconditionaly. __ Stas BekmanJAm_pH

Re: Compilation problems with mod_perl

2002-11-28 Thread Stas Bekman
Stas Bekman wrote: Benny Jensen wrote: Hello, I'm trying to compile mod_perl for apache2. But i got a error message that i dont know how to solve. The following message is what i get: /LD_RUN_PATH= cc -shared -L/usr/local/lib APR.o -o ../../../blib/arch/Apache2/auto/APR/APR.so -lapr

Re: PATCH Apache::Status.pm

2002-11-28 Thread Stas Bekman
. Committed this and added two more similar fixes which solve the same problem in two other functions in that module. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: flush problem

2002-11-28 Thread Stas Bekman
: use strict; $| = 1; my ($i,$r); $r = shift; $r-content_type('text/html'); while ($i 10) { $r-printf($i.br\n); $r-printf(\0); $i++; sleep 1; } --- $r-rflush() is indeed not working yet. __ Stas Bekman

Re: default Content-Length calculation has been removed in 2.0 (wasRe: mod_perl 2.x vs. mod_perl 1.x benchmarks)

2002-11-28 Thread Stas Bekman
/2.0/user/handlers/filters.html#All_in_One_Filter and trying the MyApache::FilterSnoop module at work should clearify a lot. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Apache::Reload and @INC

2002-11-28 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: New problems making mod_perl run: Apache/2.0.43 (Unix) mod_perl/1.99_07-devPerl/v5.8.0

2002-11-28 Thread Stas Bekman
; # win32 lib? +} + +#need this alias for Apache::src backwards compat +$Setup{Apache_Src} = $Setup{APACHE_SRC}; + + 1; __END__ __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: [mp1] callback called exit (many times)

2002-11-28 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: [mp1] callback called exit (many times)

2002-11-28 Thread Stas Bekman
Marcin Kasperski wrote: Stas Bekman [EMAIL PROTECTED] writes: Marcin Kasperski wrote: Recently I happened to get the error log flooded with the message callback called exit (repeated a couple of million times, probably by one process or a few processes). This was some side-effect

Re: Apache::Reload - filtering include directories

2002-11-28 Thread Stas Bekman
Stas Bekman wrote: Harry Danilevsky wrote: I did send the patch to Matt couple of days ago, but haven't heard back yet. Matt is on vacation I suppose I can also brace myslef, add namespaces, and clean up my own code. That's a good idea. As for the versioning, if this patch could

cvs commit: modperl Changes

2002-11-28 Thread stas
stas2002/11/28 01:42:46 Modified:lib/Apache Status.pm .Changes Log: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. Submitted by: Dan Sully [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath

Re: OT: localtime can't handle epochs less than 0 ???

2002-11-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: Apache::Reload and @INC

2002-11-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

Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Stas Bekman
at the troubleshooting.html chapter on the next automatic update (within 6 hours). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Trouble with make source_scan

2002-11-26 Thread Stas Bekman
/tables/current/, which is pretty easy to do if you don't have many of them. And if you have some improvements to the scarce notes in the 'mod_perl 2.0 Source Code Explained' chapter, please send me a patch... thanks. __ Stas Bekman

Re: Problems compiling mod_perl 1.99_07 in RH 8.0

2002-11-26 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: problems with characters being added to a request.

2002-11-26 Thread Stas Bekman
, you'll see that both test1 and test2 printed out without that funny looking character. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Problems compiling mod_perl 1.99_07 in RH 8.0

2002-11-26 Thread Stas Bekman
/$_-config --link-ld} } qw(apr apu); +chomp @libs; ModPerl::MM::WriteMakefile( 'NAME'= 'APR', 'VERSION_FROM' = 'APR.pm', -'LIBS' = [-L$libdir @libs], +'LIBS' = \@libs, ); __ Stas Bekman

Re: Identifying memory leaks

2002-11-26 Thread Stas Bekman
the complete details of your setup and we will see what can be done. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Apache 2?

2002-11-26 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 2?

2002-11-26 Thread Stas Bekman
it. Especially if you have more interesting examples, than the ones I've come up with. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: partial page display

2002-11-26 Thread Stas Bekman
#Using1_Under_mod_perl_and_Better_print___Techniques_ __ 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: partial page display

2002-11-26 Thread Stas Bekman
discusses this issue to death: http://marc.theaimsgroup.com/?t=10365327621r=1w=2 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: 2.0 estimated release date?

2002-11-26 Thread Stas Bekman
early adopters, who are willing to try things and be patient to report problems and help workout the solutions. 2.0 needs a lot of real world testing before it will released, something that no test suite can replace. __ Stas Bekman

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-26 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 Changes

2002-11-25 Thread stas
stas2002/11/25 19:48:42 Modified:xs/APR/PerlIO apr_perlio.h .Changes Log: define IoTYPE_RDONLY/IoTYPE_WRONLY for perl-5.6.0 so the project compiles again under 5.6.0 Revision ChangesPath 1.4 +8 -0 modperl-2.0/xs/APR/PerlIO

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Stas Bekman
solution I know is just replacing it with IPC::Run. Seconded. Go with IPC::Run and you won't regret, since it works under mod_perl and gives you much more than the IPC::Open* family. __ Stas BekmanJAm_pH -- Just

Re: Subroutine main redefined?

2002-11-25 Thread Stas Bekman
Jan Theofel wrote: Hello, Am Mon, 2002-11-25 um 01.14 schrieb Stas Bekman: Jan Theofel wrote: [Sun Nov 24 17:59:45 2002] shop.pl: Subroutine main redefined at /home/www/[...]/shop/engine/shop.pl line 19. This is a warning, not an error. Ok, but why do I get this warning? I don't

Re: mod perl 2.0 /Apache 2.0

2002-11-25 Thread Stas Bekman
configuration section, so it's hard to tell. __ 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

adding company Foo uses mod_perl ads

2002-11-25 Thread Stas Bekman
these newer browsers :( __ 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: mod perl 2.0 /Apache 2.0

2002-11-25 Thread Stas Bekman
[ replies should go to the list and not to me :( ] Rick Tan wrote: It works with Apache 1.3.x/mod_cgi. Apache 2.0/mod_cgi doesn't work either. that's what I thought. Contact the httpd list then as this is not a mod_perl problem: http://httpd.apache.org/lists.html#http-users Stas Bekman

Re: adding company Foo uses mod_perl ads

2002-11-25 Thread Stas Bekman
Ken Y. Clark wrote: On Tue, 26 Nov 2002, Stas Bekman wrote: advertising the merits of your product or going down on your competitors ^^ For future reference, this phrase has certain ... um ... sexual connotations, at least

Re: make error compiling mod_perl on RH7.1

2002-11-25 Thread Stas Bekman
Witchy wrote: Thanks for that, Stas. I'll see if I can get my hands on 5.6.1 since the current release has too many dependencies to resolve with RH7.1 without the possibility of something getting Broken :) Doug says that we want 2.0 to compile under perl 5.6.0, even though you won't get all

Re: How Can I Install ModPerl on My ISP-based Website???

2002-11-24 Thread Stas Bekman
2.0 with perchild mpm should resolve the ownership problem, partially similar to what suexec does. David -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 11:30 AM To: David Simcik Cc: Modperl Subject: Re: How Can I Install ModPerl on My ISP

Re: passing Apache::Request object

2002-11-24 Thread Stas Bekman
= 1); [... more in the manpage ...] __ 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: Where do you specify APR::HOOK...

2002-11-24 Thread Stas Bekman
Erich Oliphant wrote: Ok, thanks now it makes sense ;) It's in the mp2 docs and it wasn't clear if it was not implemeted or the docs were behind the code. Maybe you guys could stick a note on it or something. done. - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Erich

Re: Problem using variable with @PerlSetVar

2002-11-24 Thread Stas Bekman
#Apache_Restarts_Twice_On_Start p.s. for now let's keep this trickery in the archives, if the question is repeated, will add the answer to the docs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: Reading configuration problem under mod_perl2

2002-11-24 Thread Stas Bekman
my module's entry. Although httpd calls my per-server configuration creator. How can it be? Just to make things clear, does this happen when you load modperl and works fine without it? __ Stas BekmanJAm_pH

Re: How sub handler was called.

2002-11-24 Thread Stas Bekman
Stas Bekman wrote: Ruslan U. Zakirov wrote: Hello, all! May I understand in my handler sub how it was called? Was it called by Apache process in stacked handlers chain or it was called by some other module with call MyMod::handler($r)? Could i do it without adding some special parametrs

Re: MySQL prepared sql statements?

2002-11-24 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: Subroutine main redefined?

2002-11-24 Thread Stas Bekman
off That should be: PerlSendHeader on since you manually print your headers. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Problem with Stream-oriented Output Filter

2002-11-24 Thread Stas Bekman
. If not I'll post the solution once we have one. __ 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: [OT] Stack Operation

2002-11-24 Thread Stas Bekman
knows how to accomplish what he requested. Any chance you can find a more appropriate forum for discussing perl basic things? Thank you! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: Static mod-perl with apache 1.3.27 on OS 10.2.2

2002-11-24 Thread Stas Bekman
: No such file or directory Can someone help? -- __ 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: Migrating from CGI.pm to Apache::Request question.

2002-11-21 Thread Stas Bekman
. If you do a lot of processing the speed improvement is significant. See: http://perl.apache.org/docs/1.0/guide/performance.html#Apache__args_vs__Apache__Request__param_vs__CGI__param _ Stas Bekman JAm_pH -- Just

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-21 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: How Can I Install ModPerl on My ISP-based Website???

2002-11-21 Thread Stas Bekman
anything too specific. My guess would be: http://perl.apache.org/docs/general/multiuser/multiuser.html _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: libperl.so: undefined symbol: PL_dowarn

2002-11-21 Thread Stas Bekman
of perl? Trying install from scratch? -- _ 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: Problem with Stream-oriented Output Filter

2002-11-21 Thread Stas Bekman
, but it was never committed. So the doc is out of sync with the core code. For now please apply this patch: http://marc.theaimsgroup.com/?l=apache-modperl-devm=102828686110352w=2 I'll see that it gets into the core asap. -- _ Stas Bekman

Re: am i heading for disaster... ?

2002-11-20 Thread Stas Bekman
. For example you might have run out of disk space, so when it was writing the file it was zeroed. -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: References for modperl usage in financial institutions?

2002-11-20 Thread Stas Bekman
forward to add your stories... _ 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

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