Content compression FAQ

2003-06-17 Thread Slava Bizyayev
Hello everyone again, This thread is supposed to improve Content Compression FAQ at http://perl.apache.org/docs/tutorials/client/compression/compression.html in order to assist Practical mod_perl as Stas suggested. Any of your questions, suggestions, concerns, and/or criticisms of FAQ would be

Re: How practical is that Practical mod_perl?

2003-06-17 Thread Slava Bizyayev
From this point the discussion is switched to the thread Content compressed FAQ. See you there! Thanks, Slava - Original Message - From: Perrin Harkins [EMAIL PROTECTED] To: Slava Bizyayev [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 13, 2003 10:20 AM Subject: Re: How

Re: How practical is that Practical mod_perl?

2003-06-17 Thread Slava Bizyayev
From this point the discussion is switched to the thread Content compressed FAQ. See you there! Thanks, Slava - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Slava Bizyayev [EMAIL PROTECTED] Cc: Perrin Harkins [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, June 14,

Re: How practical is that Practical mod_perl?

2003-06-17 Thread Slava Bizyayev
From this point the discussion is switched to the thread Content compressed FAQ. See you there! Thanks, Slava - Original Message - From: Carl Brewer [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED] Cc: Slava Bizyayev [EMAIL PROTECTED]; Perrin Harkins [EMAIL PROTECTED]; [EMAIL

Re: How practical is that Practical mod_perl?

2003-06-17 Thread Slava Bizyayev
From this point the discussion is switched to the thread Content compressed FAQ. See you there! Thanks, Slava - Original Message - From: David Dick [EMAIL PROTECTED] To: Slava Bizyayev [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 5:20 PM Subject: Re: How

Re: mod_perl slower than expected?

2003-06-17 Thread Trevor Phillips
On Friday 13 June 2003 23:00, you wrote: [ please keep it on the list ] Oops. Sorry. Used to mail lists auto-replying to the list. ^_^;; On Fri, 2003-06-13 at 03:23, Trevor Phillips wrote: I don't think so. Pretty standard Debian install, Perl 5.6.1... And you compiled both mod_perl and

Re: Current directory

2003-06-17 Thread Thomas Klausner
Hi! On Tue, Jun 17, 2003 at 02:19:49AM +0200, Oskar wrote: when I am executing perl script on Apache it seems that the current directory is not the directory where the script is located but the directory c:\program files\apache group\apache. I need current dir to be the script dir since i

mp2: right place to unescape HTML?

2003-06-17 Thread Carl Brewer
I'm using Stas's read_post() call from the test directory in mp1.99-10-dev, and am using it to grab POST data of the form of an email address .. this is giving me this : read_post returned : username=carl%40somewherepassword=foo Escaped the @ ... of course. I'm curios, where's the best place to

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

2003-06-17 Thread jaco.greyling
All Sorry if this question goes out to the wrong discussion group, but I've been told if anyone could answer this then it'll be someone on this forum :) Ok, here goes... We use Perl 5.6.x and Perl 5.8.0 with LFS. We also use mod_perl 1.27 with LFS and Apache 1.3.27 (with LFS). To make a long

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

2003-06-17 Thread jaco.greyling
All Sorry if this question goes out to the wrong discussion group, but I've been told if anyone could answer this then it'll be someone on this forum :) Ok, here goes... We use Perl 5.6.x and Perl 5.8.0 with LFS. We also use mod_perl 1.27 with LFS and Apache 1.3.27 (with LFS). To make a long

Re: Current directory

2003-06-17 Thread Oskar
I already read that article before posted the message here but it does not solve the problem: I am running more than one web so the adding of each particular directory seems to me little bit dumb. Also i dont see the reason why the current dir should be changed to the dir different from the script

new libapreq-1.2 release candidate 2 available

2003-06-17 Thread Joe Schaefer
A new release candidate #2 for libapreq-1.2 is available: http://httpd.apache.org/~joes/libapreq-1.2_rc2.tar.gz Please give it a try and report any problems to the apreq-dev@ list. I'd like to release this version to CPAN as soon as possible. Thanks. Changes since 1.1: July 13, 2003

Re: mod_perl slower than expected?

2003-06-17 Thread Ged Haywood
Hi there, On Tue, 17 Jun 2003, Trevor Phillips wrote: [snip] The speed problem is not a connect time problem - it's actual run-time of the Perl code. [snip] The only common thing between all the systems with the problem is they're using the i686 Debian package for mod_perl. Do you know

mod_perl PerlTransHandler weirdness

2003-06-17 Thread Joel Bernstein
Hi, I would not be surprised if this problem has arisen due to me expecting more from Apache+mod_perl than it's capable of. The server is running Apache 1.3.mumble with mod_perl and mod_php. The site has been entirely built in PHP, by somebody else. They want the facility for

RE: AuthenNTLM undefined value

2003-06-17 Thread Franks, David
-Original Message- From: Scandalz.net [mailto:[EMAIL PROTECTED] Subject: Re: AuthenNTLM undefined value what's on line 478 of AuthenNTLM? sub handler ($$) { my ($class, $r) = @_ ; my $type ; my $nonce = '' ; my $self ; my $conn = $r - connection ;

Re: mod_perl PerlTransHandler weirdness

2003-06-17 Thread Joel Bernstein
Alternatively, can anybody suggest a different way to offer this functionality? I don't think mod_rewrite applies, since the tests are too complicated, but would stand corrected if somebody knows different... I posted this to london.pm earlier and had no joy. /joel, getting a bit desperate.

Re: mod_perl PerlTransHandler weirdness

2003-06-17 Thread Aaron Trevena
On Tue, 2003-06-17 at 13:56, Joel Bernstein wrote: Alternatively, can anybody suggest a different way to offer this functionality? I don't think mod_rewrite applies, since the tests are too complicated, but would stand corrected if somebody knows different... Have you tried moving the

Re: mod_perl PerlTransHandler weirdness

2003-06-17 Thread Geoffrey Young
Joel Bernstein wrote: Hi, I would not be surprised if this problem has arisen due to me expecting more from Apache+mod_perl than it's capable of. The server is running Apache 1.3.mumble with mod_perl and mod_php. The site has been entirely built in PHP, by somebody else. They want the facility

puzzle of split() running under mod_perl

2003-06-17 Thread JY - June Young
Title: Message Hi, We arerunning CSWS1.2(based on Apache 1.3.6) on Open VMS V7.3-1 and CSWS_PERL V1.1 based on Mod_Perl V1.25. We have a function that changes the directory format from Unix to VMS, and this function is used in almost every script of our CGIs. Whenever the CGI that

Can't call method is_initial_req without a package or object reference at .........

2003-06-17 Thread Martin Moss
All, I'm having some problems with Apache giving me grief, or most probably me getting my knickers in a complete twist. I get the following error:- Can't call method is_initial_req without a package or object reference at . It seems to happen when my URL ends like this:- /somepath/16

Mod Image Magick

2003-06-17 Thread Augusto Flavio
Hi, I have some problems when i try install the mod Image Magick. #perl -MCPAN -e 'install Image::Magick' CPAN.pm: Going to build J/JC/JCRISTY/PerlMagick-5.56.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Image::Magick cp Magick.pm blib/lib/Image/Magick.pm

Re: Can't call method is_initial_req without a package or objectreference at .........

2003-06-17 Thread Geoffrey Young
Martin Moss wrote: All, I'm having some problems with Apache giving me grief, or most probably me getting my knickers in a complete twist. I get the following error:- Can't call method is_initial_req without a package or object reference at . It seems to happen when my URL ends like

RE: new libapreq-1.2 release candidate 2 available

2003-06-17 Thread Alejandro Galue
Hello, I'm using RedHat 8.0 (httpd-2.0.40-11.5, mod_perl-1.99-05-3). I want to know how can I compile this module, because when I try to run perl Makefile.PL, it returns: mod_perl 1.x ( 1.99) is required at Makefile.PL line 31. So, is this module compatible with mod_perl 2 ? My real interent

Re: Can't call method is_initial_req without a package or object reference at .........

2003-06-17 Thread Martin Moss
Ok, that makes sense, thank you:-) But 'What' should I return, is $r-main the right thing to return? unless ($r-is_main ) { print STDERR Apache::Request is not Main, Getting Main\n; print STDERR Dumper($r); $r=$r-main; print STDERR Main Apache::Request is:-\n;

Re: temporal directory used by apache/mod-perl?

2003-06-17 Thread Hector Pizarro
Apache::Request has a bug, it doesn't throw an error code when the file is partially uploaded. That's why I'm using Apache read() instead. Any idea how tosetup the temporal directory for mod-perl without Apache::Request? What's wrong with TEMP_DIR ? my $apr = Apache::Request-new($r, TEMP_DIR

Re: Can't call method is_initial_req without a package or object reference at .........

2003-06-17 Thread Martin Moss
Thanks Geoffrey. Marty - Original Message - From: Geoffrey Young [EMAIL PROTECTED] To: Martin Moss [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 4:23 PM Subject: Re: Can't call method is_initial_req without a package or object reference at . Martin

Re: Mod Image Magick

2003-06-17 Thread Beau E. Cox
- Original Message - From: Augusto Flavio [EMAIL PROTECTED] To: modPerl List [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 4:51 AM Subject: Mod Image Magick Hi, I have some problems when i try install the mod Image Magick. [snipped] Hi Augusto - I, for one, have NEVER

Re: list of ported modules?

2003-06-17 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: Hi! Is there a list of CPAN modules that have already been ported to work with mod_perl2? Not at the moment, but it's a great idea. Where should we add it? I suppose that this should be a short-life document and eventually it will be removed.

ANNOUNCE: Gestinanna::POF::Repository 0.01

2003-06-17 Thread James G Smith
Gestinanna::POF::Repository manages a revision controlled data store based on Gestinanna::POF::Alzabo, allowing revision-controlled documents without requiring direct filesystem access. This package uses CVS as its model but with some differences: o Objects may not be deleted o If a revision

Apache::Auth*LDAP modules going bye-bye...?

2003-06-17 Thread Shannon Eric Peevey
Hi! I have installed Apache::AuthenLDAP into my apache 1.3 test machine, and found that version 0.61 does not work with perl-ldap 0.28 (aka Net::LDAP) Since there has not been an update to this module since July 12, 2001, I think that it is safe to say that there is no interest in continuing

Re: Current directory

2003-06-17 Thread Randy Kobes
On Tue, 17 Jun 2003, Oskar wrote: - Original Message - From: Thomas Klausner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:41 AM Subject: Re: Current directory Hi! On Tue, Jun 17, 2003 at 02:19:49AM +0200, Oskar wrote: when I am executing perl

Re: problem building libapreq on Solaris

2003-06-17 Thread Jordan Ward
Can someone please direct me to where I can unsubscribe from this list. Thanks, Jordan Ward PMO Marketing Director Dzinehaus.info Xavier Noria wrote: On Saturday 14 June 2003 20:54, Ged Haywood wrote: On Fri, 13 Jun 2003, Xavier Noria wrote: Hello, I've just compiled Apache 1.3.27

mp2: Re: Can't call method method on an undefined value at Apache-Test/lib/Apache/TestRequest.pm

2003-06-17 Thread Carl Brewer
Brent, I think Stas was having a bit of a look at it, I just ignored the error messages and installed it anyway :) Carl Brent Jensen wrote: Carl, I'm getting the same error on the make test w/ Mod Perl. Did you resolve this issue? I'm using FreeBSD 5.1. Is it really an issue or is it just a

Re: Error Handling/Reporting

2003-06-17 Thread Dale Lancaster
Yeah, CGI::Carp will do exactly what you want. I trap all system errors (DBI, die, etc) using Carp and format the results into a nice webpage for the user and further, I email myself the error along with the environment variables in use at the time as well as a stack dump of where it occured.

mp2: Session method not seeming to set extra records?

2003-06-17 Thread Carl Brewer
mp1.99.10-dev apache 2.0.46 Session-0.01 (by Olivier Poitrey) I've got a subroutine as follows : sub login { # checks supplied username passwd against users table in db # if ok, creates a session returns session_id username # otherwise, returns 0 my ($supplied_username,

Re: how to unsubscribe from this list

2003-06-17 Thread Stas Bekman
Jordan Ward wrote: Can someone please direct me to where I can unsubscribe from this list. it's in the mail headers: list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] --

Re: Mod Image Magick

2003-06-17 Thread Stas Bekman
Augusto Flavio wrote: I have some problems when i try install the mod Image Magick. #perl -MCPAN -e 'install Image::Magick' [...] /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force [...] and now? what i do? don't have idea. I fail

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

2003-06-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Guys, anyone with experience on the below problem??? why reposting the same question 3 times? Please give people some time to respond to your questions, you can't expect an immediate reply. Please advice, I would really appreciate the help. [...] Sorry if this

Re: [port to mp2] Apache::MP3

2003-06-17 Thread Stas Bekman
[CC'ing Clemens Schrimpe] This is great news. Enclosed is my current version, which is slightly different from 3.03. It is also called 3.04, unfortunately. Thanks Lincoln, I'm not sure when I'll be able to merge this, as I'm leaving on vacation shortly. However Clemens Schrimpe has been

Re: mp2: right place to unescape HTML?

2003-06-17 Thread Stas Bekman
Carl Brewer wrote: I'm using Stas's read_post() call from the test directory in mp1.99-10-dev, and am using it to grab POST data of the form of an email address .. this is giving me this : read_post returned : username=carl%40somewherepassword=foo Escaped the @ ... of course. I'm curios,

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 is not

Re: mod_perl slower than expected? - Test Code!

2003-06-17 Thread Trevor Phillips
On Tuesday 17 June 2003 18:18, Ged Haywood wrote: Do you know for sure that the Per was compiled for i686? Maybe it was compiled for i386, so it would run on just about anything but it can't use a lot of the faster features found in later processors. Whether it's i686 or i386 - both

Re: mod_perl slower than expected? - Test Code!

2003-06-17 Thread Trevor Phillips
On Wednesday 18 June 2003 11:30, Trevor Phillips wrote: On my main dev box, ab gives an average of 8.8secs for the mod_perl run, and 7.2secs for the FastCGI run. The internal timer and printed output reflects these results too. Oops! The internal timer wasn't accurate: Swap lines 35 36 of

[SEMI-OT] perl_tie_hash valid reference?

2003-06-17 Thread dorian
greetings all, i was wondering if anyone could tell me if the function perl_tie_hash in perl_util.c in the mod_perl 1.27 source could be considered usual reference material for binding a table-like object to a hash(ref) in XS? if not, perchance someone could point me at some literature (or

Re: problem building libapreq on Solaris

2003-06-17 Thread Xavier Noria
On Saturday 14 June 2003 20:54, Ged Haywood wrote: On Fri, 13 Jun 2003, Xavier Noria wrote: Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. The installation of libapreq with cpan(1) stops here: [snip]