Re: non-LFS Apache 1.3.27 w/ LFS Perl 5.8.0 (using mod_perl)

2003-06-17 Thread Stas Bekman
Makefile.PL \ INSTALLDIRS=perl PREFIX=$prefix \ USE_APXS=1 WITH_APXS=$apache_base/bin/apxs \ EVERYTHING=1 ... __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: [port to mp2] Apache::MP3

2003-06-17 Thread Stas Bekman
should be sent in nph- mode, and xmms seems to work just fine with it. Hopefully Clemens will provide a better port soonish. Lincoln On Monday 02 June 2003 07:37 am, Stas Bekman wrote: I've ported Apache::MP3 to mp2. I'm not submitting it as a patch yet, since I want to try to make the changes co

Re: mp2: right place to unescape HTML?

2003-06-17 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: Re: Can't call method method on an undefined value at Apache-Test/lib/Apache/TestRequest.pm

2003-06-17 Thread Stas Bekman
Carl Brewer wrote: Brent, I think Stas was having a bit of a look at it, I just ignored the error messages and installed it anyway :) That issue wasn't resolved so far. I can't reproduce it on my setup. From Carl's reports it seems that $have_lwp is true for some reason, even though LWP

Re: each considered harmful?

2003-06-16 Thread Stas Bekman
. we will add it to the coding chapter. Thanks. __ 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: each considered harmful?

2003-06-16 Thread Stas Bekman
this preferred solution in the possible solutions section (assuming that you are going to write it ;). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: each considered harmful?

2003-06-16 Thread Stas Bekman
to find in the docs, when you first discovered it? Of course digesting all the helpful comments from others in this thread. Good docs don't grow on the trees, someone has to put them together. __ Stas BekmanJAm_pH -- Just

Re: Sharing memory between children

2003-06-16 Thread Stas Bekman
and 13 in the Practical mod_perl book should give you a good idea on how to use them. There is also some info here: http://perl.apache.org/docs/1.0/guide/performance.html#Measuring_the_Memory_Usage_of_Subroutines __ Stas Bekman

Re: Current stable platform for mod_perl application ?

2003-06-16 Thread Stas Bekman
5.8.0/1 gives you a chance to try your applications on threaded mpms of Apache2/mod_perl 2.0 and they may scale much better. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: list of ported modules?

2003-06-16 Thread Stas Bekman
it anywhere. there is: http://perl.apache.org/products/apache-modules.html we could put a section there. What do we have now: Already ported: --- CGI CGI::Cookie Apache::Peek In the process: Module Porters Apache::MP3 Stas Bekman/Clemens

Re: IPC::Open3

2003-06-16 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: each considered harmful?

2003-06-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: problem building libapreq on Solaris

2003-06-15 Thread Stas Bekman
will then fail. Right on. __ 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: subroutine redefined

2003-06-15 Thread Stas Bekman
, you can say: no warnings 'redefine'; at the top of your script. Normally I start my code with: use strict; use warnings; no warnings 'redefine'; # to be remove in production __ Stas BekmanJAm_pH -- Just Another

Re: mod_perl on Solaris notes..

2003-06-15 Thread Stas Bekman
on the [src] icon on that page. __ 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: UTF-8 support [was : (Re: [mp2] make test fails with 1.99_10-devsources on redhat)]

2003-06-14 Thread Stas Bekman
. If you find something that would be of interest to other readers, please post a summary here. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: handler($$) unreliability

2003-06-14 Thread Stas Bekman
want to move to perl 5.6.1. __ 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: How practical is that Practical mod_perl?

2003-06-14 Thread Stas Bekman
think it's a time to start a new thread on how to improve: http://perl.apache.org/docs/tutorials/client/compression/compression.html __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: mod_perl slower than expected?

2003-06-13 Thread Stas Bekman
Trevor Phillips wrote: On Friday 13 June 2003 13:57, Stas Bekman wrote: Since your question is too broad to be able to easily pinpoint any problems without spending some time with it, I'd suggest reading: http://perl.apache.org/docs/1.0/guide/performance.html if you haven't done that yet. I

Re: mp2: really dumb q re getting values sent to a form

2003-06-12 Thread Stas Bekman
that (will) do that job. __ 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

an update on Apache::Request 2.0 progress

2003-06-12 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: really dumb q re getting values sent to a form

2003-06-12 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] make test fails with 1.99_10-dev sources on redhat

2003-06-12 Thread Stas Bekman
Haroon Rafique wrote: On Today at 9:46am, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB SB Actually it was Sunday (future!) and it's winter (past?) here in SB Melbourne ;) I figured we were a few continents away. SB SB Then, if it's indeed your globally installed Apache::Filter and not SB

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-12 Thread Stas Bekman
Stas Bekman wrote: Haroon Rafique wrote: On Today at 9:46am, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB SB Actually it was Sunday (future!) and it's winter (past?) here in SB Melbourne ;) I figured we were a few continents away. SB SB Then, if it's indeed your globally installed Apache::Filter

Re: [mp2] make test fails nearly all tests...

2003-06-12 Thread Stas Bekman
Tim Howell wrote: I figured this one out: CGI needed to be updated. =) Yes, the cvs version already handles this test gracefully. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

Re: [mp2] make test fails nearly all tests...

2003-06-12 Thread Stas Bekman
Tim Howell wrote: Stas (and others)-- Following your suggestion I built/tested as a normal user. This time only one test fails (one of the CGI tests). Below is the output from make test. Great. However if you don't mind to help others, I'd like you to help me to resolve your original problem

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-12 Thread Stas Bekman
Haroon Rafique wrote: On Today at 6:58pm, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB please try this patch against the current cvs. I did some testing and SB it seems to work. Test it on your old setup where you still have this SB problem. SB SB [...patch snipped...] SB SB I applied your

Re: Help needed !!

2003-06-12 Thread Stas Bekman
tell you everything you wanted to know and more. Please spend some time reading this document: http://perl.apache.org/docs/1.0/guide/debug.html#Warning_and_Errors_Explained __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: Apache::AuthenNTLM problems

2003-06-12 Thread Stas Bekman
' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT -- __ Stas Bekman

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-12 Thread Stas Bekman
this somewhere in the troubleshooting section? OS-specific issues? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-12 Thread Stas Bekman
Perrin Harkins wrote: On Thu, 2003-06-12 at 20:10, Stas Bekman wrote: Perrin, do you think it's worth documented this somewhere in the troubleshooting section? OS-specific issues? That's a good idea. I'm going on vacation for a couple of weeks and won't be able to look at it until I get back

Re: mod_perl slower than expected?

2003-06-12 Thread Stas Bekman
: http://perl.apache.org/docs/1.0/guide/performance.html __ 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: security with mod_perl

2003-06-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

Re: security with mod_perl

2003-06-11 Thread Stas Bekman
mentioned above by Aaron. __ 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] make test fails nearly all tests...

2003-06-11 Thread Stas Bekman
test', since it tells me when it chowns the files and to which uid/gid. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
Stas Bekman wrote: Last night I have done the mod_perl 1.0 to 2.0 porting presentation at the Melbourne mongers meeting, and I have raised the issue with Apache::compat, asking for input from my audience. Here is the problem that we have: Apache::compat provides mod_perl 1.0 backward

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
[...] From: Scott Penrose [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED] I have two solutions for your problem you presented yesterday. Both have side effects but I can work them at least in part (I don't know all the gotchas with ModPerl though). 1) Filter::Simple use Apache::compat

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
:-) ;) It aint perfect. The Filter::Simple would probably be more reliable. It also won't work in the case of APR::URI::unparse which has a different problem. It'd be nice to have a generic solution. __ Stas BekmanJAm_pH

Re: [mp2] win2000 + Apache::DBI + Oracle

2003-06-10 Thread Stas Bekman
Perrin Harkins wrote: On Tue, 2003-06-10 at 01:45, Stas Bekman wrote: mp2+winFU = winnt MPM = no forking, only threads = Apache::DBI is useless there. not only useless, but also wasteful, since it's going to do work that has no added value. But how is this any different from separate

Re: modules that work with both modperl1 and 2

2003-06-10 Thread Stas Bekman
Shannon Eric Peevey wrote: Stas Bekman wrote: This source code was the saving grace for me. If we could add the link to: http://search.cpan.org/src/STAS/Apache-Peek-1.01/t/response/TestApachePeek/basic.pm into the documentation, that would be great. No need to, I've already merged

Re: [mp2] win2000 + Apache::DBI + Oracle

2003-06-10 Thread Stas Bekman
Patrick Mulvany wrote: On Tue, Jun 10, 2003 at 04:27:17PM +1000, Stas Bekman wrote: connect_on_init() should probably be not used. connect_on_init() pushs to a list of connection strings to start on child creation. childinit should be called as a PerlChildInitHandler (not sure when MP2

Re: EXPAT?

2003-06-10 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: is anybody using mp2 in production?

2003-06-10 Thread Stas Bekman
Sreeji K Das wrote: That's cool is yet another example of the power of mod_perl. And you're right about the documentation. I was blown away by the amount of docs. available at perl.apache.org; thanks to all the hard work of Stas Beckman !! ;) We had been using mod_perl had been having a very

Re: undefined symbol: PL_stack_base

2003-06-10 Thread Stas Bekman
find out what fucks up? If I can't I'll try compiling by hand but I wanted to avoid this. I have: gcc 3.3 glibc 2.3.2-r1 apache-1.3.27-r4 -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: modules that work with both modperl1 and 2

2003-06-09 Thread Stas Bekman
::Constants-import('HTTP_UNAUTHORIZED'); } } See: http://search.cpan.org/src/STAS/Apache-Peek-1.01/t/response/TestApachePeek/basic.pm 117} 118 119unless ($mesg-count()) 120{ 121 $r-note_basic_auth_failure; 122 MP2 ? $r-log_error(user $user: user entry

Re: PerlOptions Clone/Parent in mp2

2003-06-09 Thread Stas Bekman
/VirtualHost VirtualHost ... PerlUseTiPool B /VirtualHost Of course we are talking about threaded mpms here. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-09 Thread Stas Bekman
Haroon Rafique wrote: On Saturday at 9:22am, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB I think the issue is very simple: @INC had system libraries dirs SB before the freshly build ones, so dumping @INC contents prior to libs SB loading should aid the debug. But please use the latest cvs, since

Re: PerlOptions Clone/Parent in mp2

2003-06-09 Thread Stas Bekman
for these. __ 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] win2000 + Apache::DBI + Oracle

2003-06-09 Thread Stas Bekman
check the docs. __ 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: modules that work with both modperl1 and 2

2003-06-09 Thread Stas Bekman
speeves wrote: Stas Bekman wrote: [...] http://search.cpan.org/src/STAS/Apache-Peek-1.01/t/response/TestApachePeek/basic.pm That did it!!! Thank you so much for your patience and help with all that I am working on here. After I test these changes on modperl 1 tomorrow, I should be able

testing your CPAN modules with Apache::Test and both mod_perl generations

2003-06-09 Thread Stas Bekman
:, - x 16, map { join(\n\t, $_, @{ $report{failed}{$_}||[] }),\n} @failed; } } __DATA__ # need to test all these combinations ### mp2 DSO ### make clean /usr/bin/env CCFLAGS=-g perl-5.6.1 Makefile.PL -httpd /home/stas/httpd/prefork/bin/httpd -libmodperl /home/stas/httpd/prefork

Re: [mp2] win2000 + Apache::DBI + Oracle

2003-06-09 Thread Stas Bekman
Perrin Harkins wrote: On Mon, 2003-06-09 at 21:02, Stas Bekman wrote: Paul Simon wrote: So, according to the docs, http://perl.apache.org/docs/2.0/user/performance/mpm.html#Work_with_DataBases_under_Threaded_MPM, using Apache::DBI doesn't do anything under mp2+windows2000 ... That's correct

Re: mod_perl2 rpm for Redhat 8

2003-06-06 Thread Stas Bekman
Or download the sources and install them. Egor, I think you can find the latest rpm in the redhat's rawhide repository, similar to the mandrake's cooker. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: Perl Run and Load Average

2003-06-06 Thread Stas Bekman
using Apache::DBI. it's all the document I've mentioned above. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Truncated POST at 8192 bytes

2003-06-06 Thread Stas Bekman
If the problem persists or in any future bug reporting please make sure to submit a complete bug report as explained here: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems Thanks. __ Stas BekmanJAm_pH

Re: [mp2] make test fails on redhat 8.0 with 1.99_09 and 1.99_10-devsources

2003-06-06 Thread Stas Bekman
Haroon Rafique wrote: On Yesterday at 11:17am, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB Is it possible that you have an old install and it gets loaded SB instead? Can you try nuking any preinstalled mod_perl libs? SB Hi Stas, This will be a long email (I think you're probably used to looking

Re: [mp2] make test fails with 1.99_10-dev sources

2003-06-06 Thread Stas Bekman
the exact problem by removing LWP/UserAgent.pm. I have now fixed both in cvs. Please 'cvs up' and test again. Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: [mp2] make test fails with 1.99_10-dev sources on redhat

2003-06-06 Thread Stas Bekman
Haroon Rafique wrote: On Today at 11:32am, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB SB Both failed due to the missing LWP. I was able to reproduce the exact SB problem by removing LWP/UserAgent.pm. I have now fixed both in cvs. SB Please 'cvs up' and test again. Thanks. SB after cvs up, make

Re: DirectoryIndex doesn't see SetHandler path

2003-06-06 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: Trouble with Apache::Request

2003-06-06 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 modules and mod_perl threads in same process?

2003-06-06 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: How tell what version of mod_perl is installed?

2003-06-05 Thread Stas Bekman
the version that comes with RH8, it's 1 year old! get 1.99_09 from here: http://perl.apache.org/download/index.html to check the version you can do: /home/stas perl-blead -Mmod_perl -le 'print mod_perl-VERSION' 1.2701 /home/stas perl-blead -MApache2 -Mmod_perl -le 'print mod_perl-VERSION

Re: Perl Run and Load Average

2003-06-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: [mp2] How do I find Documentation on . . .

2003-06-05 Thread Stas Bekman
Jack Nerad wrote: Thanks for your reply. I really appreciate your time, so I'll keep it brief. Stas Bekman wrote: Jack Nerad wrote: From December 2002. I saw no response to this message. Have things stabilized enough yet that there is documentation for these things? There is a dynamic

Re: DirectoryIndex doesn't see SetHandler path

2003-06-05 Thread Stas Bekman
something? Am I abusing the tool? mma -- __ 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: [mp2] How do I find Documentation on . . .

2003-06-05 Thread Stas Bekman
documentation is slowly being added. Someone has to do that and with no volunteers to help it'll take a long time to have it completed. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: [mp2] make test fails to start httpd

2003-06-05 Thread Stas Bekman
for that). __ 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] make test fails to start httpd

2003-06-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

Re: [mp2] make test fails to start httpd

2003-06-05 Thread Stas Bekman
Dave wrote: Stas Bekman wrote: You don't tell which version of OpenBSD you are on. sorry, openbsd 3.3 with perl 5.8.0 FWIW, Philippe reported having no problems running mod_perl 2.0 on OpenBSD 3.3 (though I think you need to use current cvs for that). thats good, I guess I'll try the code

Re: modperl 2.0: apache crashes when running modperl script

2003-06-04 Thread Stas Bekman
/start_fast.html#Configuration __ 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: Problem with a custom response handler and mod_perl 2

2003-06-04 Thread Stas Bekman
#C__r_E_gt_header_in_ __ 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: mod_perl and CGI.pm and version 1.x and hell

2003-06-04 Thread Stas Bekman
the problem. We can't possibly guess what setup you are using. In this case which CGI version are you using? CGI 2.93 works just fine with mp1 and mp2. CGI.pm does 'require Apache' only if it detects no mod_perl 2, but mod_perl 1. __ Stas

Re: [mp2] make test fails on redhat 8.0 with 1.99_09 and 1.99_10-devsources

2003-06-04 Thread Stas Bekman
Haroon Rafique wrote: On Today at 12:03pm, SB=Stas Bekman [EMAIL PROTECTED] wrote: SB SB In the case of 1.99_09, following happens after running make test SB SB [Mon Jun 02 15:55:16 2003] [error] Invalid CODE attribute: SB TestFilter::out_init_basic at SB /home/haroon/src/build/mod_perl

Re: USE_ENVIRON_ARRAY

2003-06-04 Thread Stas Bekman
/developer/diary.php%3Fdiary_id%3D1643%26diary_user%3D3660+USE_ENVIRON_ARRAYhl=enie=UTF-8 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: [ANNOUNCE] Practical mod_perl is out!

2003-06-04 Thread Stas Bekman
could simply find in the eagle book, and I had advance knowledge of what was in the new book, so I tried not to duplicate information available there either. Stas and Eric I'm sure did the same. I have very little to add to this perfect explanation, other than you really need to have all 3 books

Re: [ANNOUNCE] Practical mod_perl is out!

2003-06-04 Thread Stas Bekman
/chapter/ch06.pdf the book's official website is http://www.modperlbook.org/ where you will find links to ways to purchse the book. A few days later we will put more information on the site, including the source code. Eric is working on it as you read this. kudos Stas and Eric! Thanks Geoff

Re: [ANNOUNCE] Practical mod_perl is out!

2003-06-04 Thread Stas Bekman
have this page: http://perl.apache.org/docs/general/advocacy/advocacy.html#top But it certainly could be made much better. Patches are welcome. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: [mp2] make test fails to start httpd

2003-06-04 Thread Stas Bekman
patches which we gladly accept. __ 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: modperl 2.0: apache crashes when running modperl script

2003-06-03 Thread Stas Bekman
The problem with this trace is that it doesn't show the arguments. You need to build mod_perl with MP_DEBUG=1 and generate it again. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Apache::Status for 2.0 ?

2003-06-03 Thread Stas Bekman
it from here: http://perl.apache.org/download/index.html I am not real sure I want to install mod_perl1 over my mod_perl2 Apache2 server code... ;) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: Apache::Status for 2.0 ?

2003-06-03 Thread Stas Bekman
WC -Sx- Jones wrote: On Monday, June 2, 2003, at 08:29 PM, Stas Bekman wrote: WC -Sx- Jones wrote: I see Apache::Status listed under the mod_perl2 docs - http://perl.apache.org/docs/2.0/api/Apache/Status.html mod_perl-1.99_09 is not indexed by PAUSE, hence you can't see it. (because of _09

Re: Apache::Status for 2.0 ?

2003-06-03 Thread Stas Bekman
WC -Sx- Jones wrote: On Monday, June 2, 2003, at 09:19 PM, Stas Bekman wrote: Have you looked? http://perl.apache.org/dist/mod_perl-2.0-current/lib/Apache/Status.pm Yes, of course. :) My question: Was it not installed when I built mod_perl2 ? So, on my server I looked for Apache

Re: Apache::Status for 2.0 ?

2003-06-03 Thread Stas Bekman
WC -Sx- Jones wrote: On Monday, June 2, 2003, at 09:19 PM, Stas Bekman wrote: http://perl.apache.org/download/index.html Shouldn't there be a warning about mod_perl2 and CPAN then? CPAN definitely wants to download and install mod_perl1 -- even over a valid mod_perl2 installation

Re: Apache::Status for 2.0 ?

2003-06-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://ticketmaster.com

Re: [mp2] make test fails on redhat 8.0 with 1.99_09 and 1.99_10-devsources

2003-06-03 Thread Stas Bekman
='2.2.92' +libc=/lib/libc-2.2.5.so, so=so, useshrplib=true, libperl=libperl.so +gnulibc_version='2.2.5' but I doubt this has anything to do with it. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: Apache::Cookie

2003-06-03 Thread Stas Bekman
'}-value() : undef; - Perrin -- __ 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: modperl 2.0: apache crashes when running modperl script

2003-06-02 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: unsubscribe request

2003-06-02 Thread Stas Bekman
[EMAIL PROTECTED] wrote: unsubscribe modperl list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

[port to mp2] Apache::MP3

2003-06-02 Thread Stas Bekman
, can you please send them to me so I work with the latest version. Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: Apache Error of $r-read failed to read

2003-05-30 Thread Stas Bekman
[bouncing back to the list with additional info] Chris Faust wrote: Ouch, in other words its going to be a tough on to track down :).. Thanks Stas, I at least have some direction now. what you could do is to go to the httpd source and change it to log the error. Look in modules/http

Re: Apache::MP3

2003-05-30 Thread Stas Bekman
FARRINGTON, RYAN wrote: Has anyone gotten Apache::MP3 to run on Mod_perl 2? Hold on a bit, I'll post a ported version soonish. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: libapreq-1.1 SEGV's on AIX

2003-05-30 Thread Stas Bekman
: /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl . Thanks, Steven. -- __ Stas Bekman

Re: Handler called second time acts up.

2003-05-30 Thread Stas Bekman
is the link to what Ged has mentioned: http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Mod_Perl 2?

2003-05-30 Thread Stas Bekman
--compilation aborted at startup.pl line 13. http://perl.apache.org/docs/2.0/user/porting/compat.html#Code_Porting http://perl.apache.org/docs/2.0/api/ModPerl/MethodLookup.html#Command_Line_Lookups __ Stas BekmanJAm_pH -- Just

Re: Mod_Perl 2?

2003-05-30 Thread Stas Bekman
/compat.html#C__r_E_gt_server_root_relative_ Can't locate object method server_root_relative via package Apache __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: htaccess files

2003-05-30 Thread Stas Bekman
. Consider using quotes around argument: #/Files drop \ from the end of previous line since if you have it Apache reads it as: PerlAccessHandler 'sub {return Apache::Constants::FORBIDDEN;}' #/Files __ Stas BekmanJAm_pH

Re: Problem with make test and libapreq 1.1

2003-05-29 Thread Stas Bekman
. As Ged suggested, try to go ahead and install if for now. Even better try the cvs of 1.2-tobe which has several fixes in it. http://httpd.apache.org/apreq/ __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: ugh! mod_perl install problem

2003-05-29 Thread Stas Bekman
if this is not the correct forum for this, however, I am rather frustrated with this and appreciate any assistance. Please use the latest release: 1.99_09. http://perl.apache.org/download/index.html __ Stas BekmanJAm_pH -- Just

Re: Apache Error of $r-read failed to read

2003-05-29 Thread Stas Bekman
mod_cgi (which doesn't use ap_get_client_block) to reproduce the problem and ask at the httpd list. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: [mp1] .htaccess and mod_perl

2003-05-29 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

<    1   2   3   4   5   6   7   8   9   10   >