Re: [OT] Persistant MySQL connections in Apache 2

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

Re: mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Stas Bekman
away. It did for me :) -- _ 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

ApacheCon mod_perl 2.0 presentation's handouts

2002-11-16 Thread Stas Bekman
next week. p.s. If you are looking for us Eric and I are staying in the room #1801 at Alexis Park Resort. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

Re: Namespace problem

2002-11-16 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: Hellp! mod_perl worked fine then added modssl and now apachewon' t start

2002-11-16 Thread Stas Bekman
/install.html#mod_perl_and_mod_ssl___openssl_ -- _ 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: Help - SEGFAULTS on 'PerlModule' after version upgrade

2002-11-14 Thread Stas Bekman
segfaults on 'use DBI' with mod_perl 2.0/perl 5.8.0, which have gone after I've updated the DBI package. Try to do the same. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: @INC + use Lib

2002-11-14 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Cleanup question

2002-11-13 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: AB Segfault on mod_perl Handler

2002-11-12 Thread Stas Bekman
with mod_perl, other than triggering a bug in ab. Which is not a *mod_perl* problem. You want to post a proper bug report including a core stack backtrace to the httpd-dev list. See: http://httpd.apache.org/lists.html#http-dev __ Stas Bekman

Re: Apache::Peek and perl 5.8.0

2002-11-11 Thread Stas Bekman
: The tests weren't adopted to use Apache::Test yet. Patches are welcome. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http

Re: Quota module for Perl

2002-11-11 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org

Re: HELP with mod_perl version

2002-11-11 Thread Stas Bekman
*' -exec rm {} \; Though be careful that you have a backup of things before you attempt to rm. Notice that you don't have to uninstall *Perl* but only Apache modules. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Re: [mp2.0] Apache::SubProcess deFUNct sub-process

2002-11-11 Thread Stas Bekman
as possible. See t/response/TestApache/subprocess.pm which is run as: t/TEST apache/subprocess Thanks! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: installing a signal handler in module ..

2002-11-11 Thread Stas Bekman
possibly help you? Here is an example of using a custom sighandler to figure out where a process hangs: http://perl.apache.org/docs/1.0/guide/debug.html#Using_the_Perl_Trace __ Stas BekmanJAm_pH -- Just Another

Re: Prevision

2002-11-11 Thread Stas Bekman
for the lists of things that haven't been done yet and let us know if something is missing from these lists. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: Where do you specify APR::HOOK...

2002-11-11 Thread Stas Bekman
/ no success. Should it be in the handler code itself? That API doesn't exist yet in mod_perl 2.0. I believe the reason for that is that Apache hooks ordering API wasn't finalized yet. __ Stas BekmanJAm_pH -- Just

Re: mp2.0 Apache::Cookie

2002-11-11 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: [BUG] Losing GET/POST-data

2002-11-11 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: [mp 2] Bug report - mod-perl install process.

2002-11-11 Thread Stas Bekman
) $(MODPERL_AP_LIBEXECDIR) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org

Re: Compilation problems with mod_perl

2002-11-11 Thread Stas Bekman
have apache built yet. Review the installation steps at: http://perl.apache.org/docs/2.0/user/install/install.html#Condiguring_and_Installing_Prerequisites __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: SafeCWD Status

2002-11-11 Thread Stas Bekman
and offer help. As for SafeThread I haven't heard of this module in the perl land. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas

Re: httpd defunct - where are these zombies coming from?

2002-11-11 Thread Stas Bekman
leaves zombies. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org

Re: perl5/i386-linux/CORE/perl.h small fix, dont know where tosend it

2002-11-11 Thread Stas Bekman
it with 5.6.1. The problem with fixing 5.6.1 is that its successor 5.6.2 may be released or not at an unknown date. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: how to detect a broken connection using mod_proxy

2002-11-11 Thread Stas Bekman
? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: Makefile 'PERL=' definition.. 1.99_07, and previous releases

2002-11-11 Thread Stas Bekman
is wrong. Check what you get when you run: % /usr/bin/perl-5.8.0-threaded -V:perlpath does it print '/usr/bin/perl-5.8.0-threaded' or '/usr/local/bin/perl' __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: [mp2.0] compatibility suggestion

2002-11-11 Thread Stas Bekman
. Just load the Apache::compat if you need it while the dust settles down. CGI.pm 2.89 already does that. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: Browse localhost

2002-11-11 Thread Stas Bekman
/ to be handled by mod_perl. Fix that by using some other location for mod_perl handlers/scripts and you will get your normal DocRoot back. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: mod_perl and apache 2.x

2002-11-11 Thread Stas Bekman
#top if something is missing/unclear/wrong please let us know. Apache::compat includes most of the back-compat subs, but some are still missing. If you find such please report to the list. __ Stas BekmanJAm_pH -- Just

Re: mp2/httpd2 perlio test fail register_cleanup CGI.pm error

2002-11-11 Thread Stas Bekman
. Versions of software: RedHat 7.2, httpd 2.0.42, mod_perl 1.99_07, CGI.pm 2.89, kernel 2.4.19. If this still doesn't help, can you please post a *short* CGI script that reproduces the problem? __ Stas BekmanJAm_pH

Re: make test fails

2002-11-10 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: make error compiling mod_perl on RH7.1

2002-11-10 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:stas;stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Errors after converting /cgi-bin to PerlRun

2002-11-10 Thread Stas Bekman
to upgrade to the latest mod_perl version 1.27? Most likely this problem has been fixed long time ago. [...] __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: newbie:How to get form input in mod_perl 2 since Apache::requestis not implemented yet ?

2002-11-10 Thread Stas Bekman
it's going to be distributed. Once this clears out the perl glue code will be written. Join the [EMAIL PROTECTED] if you want to help and be the first one to know of new developments. __ Stas BekmanJAm_pH -- Just

Re: help getting started ..

2002-09-05 Thread Stas Bekman
of documentation / help I can find ? Yes. There is enough to keep you busy for quite a while: http://perl.apache.org/docs/2.0/user/index.html __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: help getting started ..

2002-09-05 Thread Stas Bekman
Sylbert L wrote: Thanks Stas, the code works just fine now. cool. I've fixed the online doc. This is what i'd read : [Apache 1.3 is hardwired to speak only one protocol, HTTP. Apache 2.0 has moved to more of a server framework architecture making it possible to plugin handlers

Re: Apache::PerlRun weird behavior?

2002-09-03 Thread Stas Bekman
older PerlRun. It's a good idea to run the latest stable sw if possible. Glad to hear that the problem has been resolved. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: flush problem

2002-09-03 Thread Stas Bekman
$r-rflush() for now. __ 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::PerlRun weird behavior?

2002-09-02 Thread Stas Bekman
Perrin Harkins wrote: Stas Bekman wrote: I think I've had enough coffee. PerlRun recompiles the code on each request, meaning that it re-runs any BEGIN blocks on each request. Meaning that My::Config will re-import %CF afresh. That makes sense. I was thinking that keeping track

Re: $r-push_handlers('PerlAuthenHandler', 'Some::handler') doesn'twork

2002-09-01 Thread Stas Bekman
Rodney Broom wrote: From: Stas Bekman [EMAIL PROTECTED] What happens if you do: $r-set_handlers('PerlAuthenHandler', 'Some::handler'); Either of these: $r-set_handlers('PerlAuthenHandler', 'Some::handler'); $r-set_handlers('PerlAuthenHandler', \Some::handler); Yeild

Re: SetEnvIf Directive

2002-09-01 Thread Stas Bekman
. Please see http://httpd.apache.org/lists.html#http-users __ 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: Apache::PerlRun weird behavior?

2002-09-01 Thread Stas Bekman
blocks are only run once in PerlRun/Registry, and PerlRun clears the current namespace after each request, erasing the aliases created by import. Of course I can't explain why this worked for Stas. Maybe there is something about the specific versions of Perl/mod_perl that affects this. I think

Re: $r-push_handlers('PerlAuthenHandler', 'Some::handler') doesn'twork

2002-08-31 Thread Stas Bekman
. Right? What happens if you do: $r-set_handlers('PerlAuthenHandler', 'Some::handler'); could be that with push_handlers() you have some other handler that takes over, before Some::handler has a chance to run. __ Stas Bekman

Re: Apache::PerlRun weird behavior?

2002-08-31 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: modifying @INC at startup and version of perl used

2002-08-29 Thread Stas Bekman
#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_ http://perl.apache.org/docs/1.0/guide/install.html#Installation_Without_Superuser_Privileges __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: base.pm seems to fail a check

2002-08-29 Thread Stas Bekman
'use base ...' in any case, please check whether the problem persists in the bleed-perl (i.e. 5.9.0-dev) and if so, make sure it gets fixed, by sending a bugreport to p5p. __ Stas BekmanJAm_pH -- Just Another

Re: Filehandles

2002-08-29 Thread Stas Bekman
I think he said mod_perl 2 in his inital post. Which I'm not sure really is all that swift with concurrant requests under threaded mpms (Win32 is limited to threaded mpms) ... least nobody seems 100% happy with the threaded mpm performance of mod_perl 2 yet (Stas? Anybody? How's

Re: Filehandles

2002-08-29 Thread Stas Bekman
for threaded mpms when it gets released. __ 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: $r-print() with slow clients and stop button

2002-08-28 Thread Stas Bekman
://perl.apache.org/docs/1.0/guide/debug.html#Handling_the__User_pressed_Stop_button__case [...] __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-08-27 Thread stas
stas2002/08/27 19:24:48 Modified:xs/APR/Bucket APR__Bucket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: add the APR::Bucket::is_flush glue function Revision ChangesPath 1.5 +5 -0 modperl-2.0/xs

Re: compilation problems in mod_perl

2002-08-27 Thread Stas Bekman
/help.html#Reporting_Problems both linked from the shortcuts menu on any page at perl.apache.org. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: Change in module naming conventions

2002-08-27 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: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Stas Bekman
and segfaults in it. But get first the whole backtrace. Alex From: Stas Bekman [EMAIL PROTECTED] To: Alex Lee [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Segmentation Fault with mod_php and mod_perl Date: Tue, 27 Aug 2002 11:54:38 +0800 Alex Lee wrote: There seems to be conflict

Re: Clashing Apache::Symbol - Symbol ?

2002-08-26 Thread Stas Bekman
/site_perl/5.6.1/aix. Of course you will have problems when you load the wrong package. It's Apache::Symbol, not Symbol in the dir Apache/. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: Apache::Reload -- can't locate main.pm?

2002-08-26 Thread Stas Bekman
, you should modify @INC when the server is started. - __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread Stas Bekman
backtrace should help more that the output of truss. See http://perl.apache.org/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

cvs commit: modperl SUPPORT

2002-08-22 Thread stas
stas2002/08/21 23:51:45 Modified:.SUPPORT Log: update the mail list archive URL Revision ChangesPath 1.19 +1 -1 modperl/SUPPORT Index: SUPPORT === RCS file: /home/cvs/modperl

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-08-21 Thread stas
stas2002/08/21 08:40:17 Modified:xs/APR/PerlIO apr_perlio.c Log: - try to go without the dup() in the non-perlio case, leave enough comments to easily reconstruct the dupping code correctly if that proves to be wrong. - add some debug tracing code Revision Changes

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-08-21 Thread stas
stas2002/08/21 08:41:29 Modified:xs/APR/PerlIO apr_perlio.c Log: similar to the perlio case: - IoIFP(io) *must* be always set on the valid io sv, otherwise it'll be never closed and fh and memory leaked. as i saw from doio.c, the solution is to simply copy IoOFP

Re: installing mod_perl on binar

2002-08-21 Thread Stas Bekman
stage. On win32 I don't know, probably the same too. __ 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

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-08-20 Thread stas
stas2002/08/20 21:44:14 Modified:xs/APR/PerlIO apr_perlio.c Log: improve errors handling add extended debugging trace Revision ChangesPath 1.21 +34 -11modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-08-20 Thread stas
stas2002/08/20 21:46:44 Modified:xs/APR/PerlIO apr_perlio.c Log: - IoIFP(io) *must* be always set on the valid io sv, otherwise it'll be never closed and fh and memory leaked. as i saw from doio.c, the solution is to simply copy IoOFP. - add IoTYPE_WRONLY

Re: Make test failure when installing mod_perl 2.0 on Solaris 8 withApache 2

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

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 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: HTML::Template

2002-08-18 Thread Stas Bekman
/SAMTREGAR/HTML-Template-2.5/Template.pm#FREQUENTLY_ASKED_QUESTIONS __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: DBI make apache fail in perl58.dll

2002-08-17 Thread Stas Bekman
a weird trace. it's still incomplete, but getting better. One things missing is 'DBI+0x70b6'. Can you now rebuild DBI? It should pick the debug flags from perl (which you've apparently just rebuilt). __ Stas BekmanJAm_pH

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Stas Bekman
too few actual parameters that's ok. you aren't supposed to build _04 with apache 2.0.40 or higher. it's time to release _05. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: DBI make apache fail in perl58.dll

2002-08-17 Thread Stas Bekman
the traces there? __ 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

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-16 Thread stas
stas2002/08/15 23:59:02 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: fix the notes() setting, which was broken Revision ChangesPath 1.19 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-16 Thread stas
stas2002/08/15 23:59:52 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: a nicer way to call a code ref Revision ChangesPath 1.20 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t/conf modperl_extra_startup.pl

2002-08-16 Thread stas
stas2002/08/16 02:01:17 Modified:ModPerl-Registry TODO ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm ModPerl-Registry/t/conf modperl_extra_startup.pl Log: - getting rid of compat.pm completely, the only

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

2002-08-16 Thread stas
stas2002/08/16 03:11:17 Added: ModPerl-Registry/t redirect.t ModPerl-Registry/t/cgi-bin redirect.pl Log: test external redirects Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/t/redirect.t Index: redirect.t

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl

2002-08-16 Thread stas
stas2002/08/16 03:11:39 Modified:ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl Log: no need for \r\n, \n is just fine Revision ChangesPath 1.2 +1 -1 modperl-2.0/ModPerl

Re: apache2, DBD/Oracle problem

2002-08-16 Thread Stas Bekman
Atsushi Fujita wrote: Hi Stas, Can you please try to convert the script into a mod_perl handler and test again? OK, I just checked it. The result was everything fine using by mod_perl handler! There was no problem in my new code. ...But I want to use ModPerl::Registry, because

Re: Change program name of httpd process

2002-08-16 Thread Stas Bekman
Oleg Shaikhatarov wrote: Stas Bekman wrote: Oleg Shaikhatarov wrote: Hello, all! I need to change proctitle (called $PROGRAM_NAME or $0 in perl) of httpd process from mod_perl. Simple change of $0 variable works well for standalone perl program, but don't work under mod_perl. I'm not sure

Re: apache2, DBD/Oracle problem

2002-08-16 Thread Stas Bekman
Atsushi Fujita wrote: Hi Stas, I checked using by 'SetHandler modperl', but apache responded no data without error. Apache log said HTTP response code was 200, but size was 0. 192.168.1.xxx - - [16/Aug/2002:22:01:51 +0900] GET /cgi-bin/test1.cgi HTTP/1.1 200 0 What is wrong? I still

Re: Simple Database connect

2002-08-16 Thread Stas Bekman
127.0.0.1 for ServerName is amended by adding: 127.0.0.1 localhost.localdomain localhost to /etc/hosts __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: DBI make apache fail in perl58.dll

2002-08-16 Thread Stas Bekman
you retrieve a backtrace from the core file? The version that I was using before 1.30 (I think it was 1.29) was blowing so badly that it was leaving no stack. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Stas Bekman
and mod_perl-2 Try: http://perl.apache.org/docs/1.0/guide/debug.html#Using_the_Perl_Trace __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: mod_perl install problem

2002-08-16 Thread Stas Bekman
for this install. __ 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

Re: mod_perl recommended version matrix

2002-08-16 Thread Stas Bekman
://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites I'll update it shortly. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

cvs commit: modperl-2.0/t/response/TestAPI conn_rec.pm

2002-08-15 Thread stas
stas2002/08/15 01:42:55 Modified:xs/Apache/Connection Apache__Connection.h xs/maps modperl_functions.map apache_functions.map xs/tables/current/ModPerl FunctionTable.pm t/response/TestAPI conn_rec.pm Log: add a wrapper

cvs commit: modperl-2.0/t/response/TestCompat compat2.pm

2002-08-15 Thread stas
stas2002/08/15 01:44:26 Modified:lib/Apache compat.pm t/response/TestCompat compat2.pm Log: $r-get_remote_host() compat wrapper ala mod_perl 1.0 + tests Revision ChangesPath 1.65 +5 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm compat.pm compat2.pm

2002-08-15 Thread stas
stas2002/08/15 02:35:11 Added: t/compat request_body.t t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm Removed: t/compat compat.t t

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 02:48:53 Modified:.Changes Log: document recent changes Revision ChangesPath 1.31 +14 -2 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 05:29:06 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryCooker.pm Log: - replace the hardcoded cache and root namespaces with flexible methods - get rid of the CLASS attribute and no strict 'refs' - avoid starting

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 05:34:20 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: s/$o/$self/g, $o looks silly Revision ChangesPath 1.14 +113 -113 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/t/response/TestAPI send_fd.pm

2002-08-15 Thread stas
stas2002/08/15 06:11:06 Added: t/compat send_fd.t t/response/TestCompat send_fd.pm Removed: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: send_fd exists only in compat, move that test into compat/ Revision ChangesPath

cvs commit: modperl-2.0 STATUS

2002-08-15 Thread stas
stas2002/08/15 08:22:02 Modified:.STATUS Log: add several from the many outstanding issues Revision ChangesPath 1.6 +24 -2 modperl-2.0/STATUS Index: STATUS === RCS file: /home

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 08:25:04 Modified:.Changes Log: document recent changes Revision ChangesPath 1.32 +7 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry TODO

2002-08-15 Thread stas
stas2002/08/15 09:16:24 Modified:ModPerl-Registry TODO Log: issues that have been taken care of Revision ChangesPath 1.8 +1 -9 modperl-2.0/ModPerl-Registry/TODO Index: TODO === RCS

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

2002-08-15 Thread stas
stas2002/08/15 09:17:53 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm ModPerl-Registry/t basic.t ModPerl-Registry/t/conf extra.conf.in Log: method handlers are now working

cvs commit: modperl-2.0/t/api .cvsignore

2002-08-15 Thread stas
stas2002/08/15 20:19:44 Modified:t/apache .cvsignore t/api.cvsignore Added: t/compat .cvsignore Log: .cvsignore updates Revision ChangesPath 1.1 modperl-2.0/t/compat/.cvsignore Index: .cvsignore

Re: regional mod_perl mailing lists?

2002-08-15 Thread Stas Bekman
us know. Thanks. Tatsuhiko Miyagawa wrote: Hi I'm running Japanese mod_perl mailing list. http://bulknews.net/lib/ml/ This list is working on a free mailing list service called freeml in Japan. At Tue, 12 Mar 2002 11:16:16 +0800, Stas Bekman wrote: I was thinking today about

Re: PerlResponseHandler ?

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

Re: Possible naming error when extracting mod_perl 2 tarball

2002-08-15 Thread Stas Bekman
. It'll become mod_perl-2.0.xx when the first production version is released. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: apache2, DBD/Oracle problem

2002-08-15 Thread Stas Bekman
most is to write a test that exposes this problem. I don't have Oracle, so if you could help me reproduce the problem, I'd know what to fix. Thanks! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: SOLVED: How to access base environment from Perl sections

2002-08-15 Thread Stas Bekman
environment variables that began with EWINGZ_ Perl for ( grep { /^EWINGZ_/ } `env` ) { my ($key) = /^([^=]+)/; push @PerlPassEnv,$key; } /Perl Stas: I asked this question almost exactly a year ago and nobody answered it. I asked it yesterday, and again nobody answered

Re: Another mod_perl-1.99_04 compile failure

2002-08-15 Thread Stas Bekman
Apache 2.0.40 or Apache cvs, you must either wait for 1.99_05 to be released, or use the mod_perl cvs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: mod_perl-1.99_04 compile failure

2002-08-15 Thread Stas Bekman
J. W. Ballantine wrote: Thanks, that solved the problem. which has been already solved in cvs. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: apache2, DBD/Oracle problem

2002-08-15 Thread Stas Bekman
has its own guide: http://perl.apache.org/docs/2.0/ __ 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

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