... Isn't mod_perl 2 an Apache 2.0 Module, so that even if the book doesn't talk about MP2 directly, an understanding of how MP2 fits with Apache2 might be ...
67314
Philip M. Gollucci
pgollucci@...
Oct 3, 2005 7:29 pm
... You could build the docs site locally and then take all the pdf files.. They make a book. -- END ... What doesn't kill us can only make us stronger. ...
67313
Perrin Harkins
perrin@...
Oct 3, 2005 6:10 pm
... Write an article or tutorial. See how it goes. Get them published somewhere. Then write a few more. Then talk to a book publisher. ... It's not clear if...
67312
Martin Moss
martin_moss@...
Oct 3, 2005 6:02 pm
this doesnt seem to work. Here's the code print STDERR "Username given = ". $investor3->name . "\n"; $r->connection->user($investor3->name); ...
67311
Boysenberry Payne
boysenberry@...
Oct 3, 2005 5:57 pm
... On that note, I would love any help or feedback on where to get started on writing a good tech book for MP2. I can't think of anything that would get me ...
67310
Geoffrey Young
geoff@...
Oct 3, 2005 4:49 pm
... well, if you're using a custom authentication handler then you need to set $r->user to whatever username you authenticated. there are other things you...
67309
Martin Moss
martin_moss@...
Oct 3, 2005 4:46 pm
All, I'm looking to ensure that an Authenticated user's username is logged in our logfiles, along with a cookie string.. I've had a quick look through google ...
67308
Geoffrey Young
geoff@...
Oct 3, 2005 4:20 pm
... it's worth mentioning as well that "the big picture" is practically the same for mod_perl 2.0 as it is for mod_perl 1.0, so any/all of the mp1 books out...
67307
Perrin Harkins
perrin@...
Oct 3, 2005 4:04 pm
... That's completely untrue. No mod_perl development is waiting for Perl6 in any way. ... Alison Randal recently mentioned in a use.perl.org post that sales...
67306
Gerald Richter
richter@...
Oct 3, 2005 5:27 am
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0.1.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0.1.tar.gz size: 656442...
67305
Foo Ji-Haw
jhfoo@...
Oct 3, 2005 4:17 am
I know what you mean. I have this feeling that Perl is generally 'frozen39; until Perl 6 comes out. Otherwise things must 'move along' quietly. Publishers (O'...
67304
Foo Ji-Haw
jhfoo@...
Oct 3, 2005 4:14 am
I would go with Frank's mod-redirect/ mod-rewrite alternative. It makes for cleaner code. The downside though is that if your code references images in the...
67303
Foo Ji-Haw
jhfoo@...
Oct 3, 2005 4:12 am
... I didn't know about DECLINED passing control back to normal flow. That's cool man. ... From: "Frank Wiles" <frank@...> To: "Octavian Rasnita"...
67302
Christopher H. Laco
claco@...
Oct 3, 2005 3:43 am
... Oh geez. I think I found the most obscure bug ever. :-/ I'm working on narrowing down the code to a test case. In a nutshell of ... There is some variance...
67301
Saurabh Soni
Saurabh.Soni@...
Oct 3, 2005 12:26 am
I am upgrading my previous Apache 1.3.27 to 2.0.(54) (latest) for a perl application, both SSL enabled and on Win32. I have just setup Apache 2.0 with...
67300
Christopher H. Laco
claco@...
Oct 2, 2005 10:35 pm
... Commenting out the eval line lets the server run fine and dandy. :-( -=Chris...
67299
Christopher H. Laco
claco@...
Oct 2, 2005 6:58 pm
Geoffrey Young wrote: [snip] ... That'll do the trick. I was just to do it the hard way (by checking if we're starting) rather than just letting eval handle...
67298
Geoffrey Young
geoff@...
Oct 2, 2005 6:51 pm
... all your other questions aside for the moment, I don't understand from where you might be trying to do that. My::Package; # this code executes on server...
67297
Christopher H. Laco
claco@...
Oct 2, 2005 6:32 pm
I'm somewhat confused on how to write perl module code that DTRT when it's loaded under MP2 when using PerlModule/PerlLoadModule. ... Of course, this failed...
67296
___cliff rayman___
cliff@...
Oct 2, 2005 5:43 pm
... make sure 'to-URI39; is absolute and not relative as per the RFC's. I have had some problems with relative URI's since Apache tends to want to optimize the...
67295
Boysenberry Payne
boysenberry@...
Oct 2, 2005 4:59 pm
I practically live there at times. What I'm looking for actually is something that will be up to date more when it comes to using perl modules with mod_perl....
67294
Michael Hall
michaeldhall@...
Oct 2, 2005 6:30 am
Try simply: $r->headers_out->set(Location => 'to-URI39;); return Apache2::Const::REDIRECT; The status of 302 is set automatically and my browsers reflect the new...
67293
Frank Wiles
frank@...
Oct 1, 2005 11:31 pm
On Sun, 2 Oct 2005 02:20:22 +0200 ... Well the easiest way to handle this is to put your modules on something other than slash. Have a redirect for / to...
67292
Octavian Rasnita
orasnita@...
Oct 1, 2005 11:21 pm
Hi, Is it possible to configure httpd.conf in such a way that when the users request the / directory, that module will handle it, but if the users request for...
67291
Alexander Charbonnet
alexander@...
Oct 1, 2005 6:33 pm
... mod_deflate doesn't support partial decompression, though, so rflushes stop working. That's the only disadvantage I can think of....
67290
Fred Moyer
fred@...
Oct 1, 2005 5:58 pm
... http://perl.apache.org/docs/2.0/index.html is free....
67289
Boysenberry Payne
boysenberry@...
Oct 1, 2005 5:41 pm
Anyone know of some good apache2 mp2 related reading material that I could purchase for more up to date info than the stuff I'm getting from my old O' Reilly...
67288
Geoffrey Young
geoff@...
Oct 1, 2005 3:05 pm
... that's information from something like 1998. for apache 1.3 it's probably better to use Apache::Filter + Apache::Compress or some other options like ...
67287
Octavian Rasnita
orasnita@...
Oct 1, 2005 2:38 pm
Hi, I have read the following in O'Reilly39;s "Practical mod_perl": To compress only outgoing static files, you can look at the mod_gzip and mod_deflate modules...
67286
Jonathan Steffan
jon@...
Oct 1, 2005 9:00 am
The rewrite rule is different. Something like: RewriteRule ^(*.)/(*.)/(*.) http://localhost:8080/perl-bb/script.pl?a=$1&b=$2&c=$3 [P] However, I worked around...