Re: [mp1]: different output under perlrun and CGI

2004-08-03 Thread Gunnar Koppel
Philippe M. Chiasson kirjutas: That's very simple ;-) When running under Apache::PerlRun (or Apache:Registry), your script is wrapped in a subroutine, that gets a few arguments passed in. Thank you and all of you! Simple it was. -- With best regards, Kõike hääd, Gunnar Koppel -- Report problems: ht

Re: Using DBI and Apache::DBI together

2004-08-03 Thread Tom Schindl
Ask has already stated that he's going to include it in his next release, I have already filed a doc-patch at rt.cpan.org Tom Stas Bekman wrote: Boris Zentner wrote: Hi, Am Mittwoch 28 Juli 2004 12:20 schrieb Tom Schindl: Boris Zentner wrote: [...] # bypass Apache::DBI $dbh = DBI->connect($data

[RELEASE CANDIDATE] Apache-Test-1.13

2004-08-03 Thread Geoffrey Young
a release candidate for Apache-Test 1.13 is now available. http://perl.apache.org/~geoff/Apache-Test-1.13-dev.tar.gz please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. --Geoff Changes since 1.12:

Re: [RELEASE CANDIDATE] Apache-Test-1.13

2004-08-03 Thread Philippe M. Chiasson
Geoffrey Young wrote: a release candidate for Apache-Test 1.13 is now available. http://perl.apache.org/~geoff/Apache-Test-1.13-dev.tar.gz please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. All tests

Re: mod_perl2, HEAD request and Content-Length

2004-08-03 Thread Glenn Strauss
On Mon, Aug 02, 2004 at 11:55:56AM -0700, Stas Bekman wrote: [...] > Actually I the problem I saw was exactly what Boris was talking about: > The C-L header wasn't there. The test simply exercises 4 different > combinations of sending and not sending C-L header and content. > > >my point was tha

How to use a particular version of perl

2004-08-03 Thread Arnaud Blancher
Hi, I want try to use perl 5.8.5 with MP2, in my system (fedora core 1) i have perl 5.8.3 ( the last rpm package) In have compile the last perl in other directory ( usr/local/bin/perl ) How could i tell MP to use this version of perl ? (i havent found it in MP2' doc) thanks Arnaud -- Report proble

Re: How to use a particular version of perl

2004-08-03 Thread Perrin Harkins
On Tue, 2004-08-03 at 13:12, Arnaud Blancher wrote: > How could i tell MP to use this version of perl ? In the step where you run Makefile.PL, specify the perl binary you want to use: /full/path/to/perl Makefile.PL ... - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info:

Re: How to use a particular version of perl

2004-08-03 Thread Tom Schindl
Hi, Well now you need to recompile mod_perl using the new perl you compiled your own, I also recommend that you install your own apache. This way you can use the latest versions with the fewest bugs. If you are running into problems it is most likely that people will help you when running the la

Light image server in low-traffic conditions?

2004-08-03 Thread Nathan L. Kugland
Hi All, I'm curious as to whether anyone has experience running separate image servers in low-traffic environments. Is it worth it? Would I be better off spending time setting up a proxy server? My goal is to minimize the latency for a small number of concurrent users. Cheers, Nathan -- Nathan

Re: Using DBI and Apache::DBI together

2004-08-03 Thread Boris Zentner
Am Dienstag 03 August 2004 16:16 schrieb Tom Schindl: > Ask has already stated that he's going to include it in his next > release, I have already filed a doc-patch at rt.cpan.org > Good to know, Unfortunely I have started it also, currently I have no internet at work ;-) diff -Nur a/DBI.pm b/D

Re: Light image server in low-traffic conditions?

2004-08-03 Thread Philippe M. Chiasson
Nathan L. Kugland wrote: Hi All, I'm curious as to whether anyone has experience running separate image servers in low-traffic environments. Is it worth it? Would I be better off spending time setting up a proxy server? My goal is to minimize the latency for a small number of concurrent users.

Re: Light image server in low-traffic conditions?

2004-08-03 Thread Larry Leszczynski
On Tue, 3 Aug 2004, Philippe M. Chiasson wrote: > I've had lots of success with a light reverse proxy (httpd or squid) in > front of my mod_perl servers. I would recommend it, as it's simpler than > 2 completely separate servers for dynamic content and static stuff. > > I like squid for this, as

Error message, leads me to think mod_perl doesn't like me

2004-08-03 Thread Nick Gerakines
Hey folks, I'm new to the list and have a question right off of the bat. I've downloaded apache 2.0.50 and mod_perl 1.99_14. Built both and installed both. Didn't run into any issues until I modified the httpd.conf file to use mod_perl. This is the error message that I'm getting: [Tue Aug 03 20:

Re: Error message, leads me to think mod_perl doesn't like me

2004-08-03 Thread Perrin Harkins
On Tue, 2004-08-03 at 21:13, Nick Gerakines wrote: > [Tue Aug 03 20:48:42 2004] [error] Can't load Perl module > HTML::Mason::ApacheHandler for server ns.eblocs.com:0, exiting... [...] > mod_perl-1.99_14 > HTML-Mason 1.26 You're trying to run Mason::ApacheHandler which is for mod_perl 1 on mod_per