On 8/3/05, Stas Bekman <stas@...> wrote:> ... Thanks for the quick response :) A new question about Apache::Request. In according to the documentation: ...
66213
Stas Bekman
stas@...
Aug 4, 2005 6:18 pm
... As it seem that the bug is in libapr you should make sure to use the latest. It's possible that you are still using the old library. Try ldd httpd and see...
In according to the documentation: "The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either...
66216
Javier Alonso Sán...
javiandalso@...
Aug 4, 2005 11:26 pm
Hi again. I'd like to use Proxy Reserve configuration for certain POSTs, so trans handler seems a good way to change the header before Proxy phase. Any POSTs...
66217
Thom Hehl
thom@...
Aug 4, 2005 11:26 pm
OK, just to help out others with the pain I have suffered over this issue. Both Apache and Java take pains to support internationalization. This is the root of...
66218
Plymouth Rock
Triangular@...
Aug 5, 2005 4:45 am
... Here is a simplest ithread-based perl-script I'd testing. At first, run it just with Perl (or, it's desirable, on win32-platform with ActivePerl), look at ...
66219
Tom Schindl
tomAtLinux@...
Aug 5, 2005 7:38 am
... Hash: SHA1 ... I don't know of any other body types at least a browser can send? To get header information you use Apache::RequestRec: ...
66220
Philip M. Gollucci
pgollucci@...
Aug 5, 2005 2:21 pm
... You might look at Apache2::DebugFilter to look at the buckets of the bridgades being sent....
66221
Thomas Hilbig
thilbig@...
Aug 5, 2005 2:50 pm
I have many CGI scripts running under mp2 using ModPerl::Registry, that I want to re-architect to use more Apache API's (for speed) and handlers (i.e. ...
66222
Philip M. Gollucci
pgollucci@...
Aug 5, 2005 3:06 pm
... use APR::Request::* Its faster as its in XS glue code. ... shouldn't you be using templates :) Though to implement the template engine, I use CGI.pm for ...
66223
tony@...
Aug 5, 2005 6:43 pm
I have been getting some strange error on my system lately, so I took the time to completely upgrade my server last night to see of I could fix the problem...
66224
Thomas Klausner
domm@...
Aug 6, 2005 12:05 pm
Hi! Is it possible and advisable to write the complex part of an application (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or View) ? ...
66225
JupiterHost.Net
mlists@...
Aug 6, 2005 1:55 pm
... Hello, ... That is a bummer ;) ... So Perl does all the real work while eveyone else see's PHP and thinks "wow look at how great PHP is"? boo for that!! :)...
66226
Fred Moyer
fred@...
Aug 6, 2005 4:39 pm
... Here's an excellent thread on how to do just that if you are using mod_perl 2: http://marc.theaimsgroup.com/?l=apache-modperl&m=111073516415824&w=2 ... PHP...
66227
Jim Martinez
jjm@...
Aug 6, 2005 4:48 pm
Hi, While compiling mod perl 2.0.1 on a box that did not have HTML::HeadParser installed, several tests failed. The tests, located in 8 files all in the...
66228
Tony Clayton
tony-mod_perl@...
Aug 6, 2005 5:08 pm
... It should be possible, perhaps by calling php from apache subrequests in the mod_perl code, but it won't be efficient, and doesn't sound very pratical. As...
66229
jonathan vanasco
jvanasco@...
Aug 6, 2005 5:24 pm
i'm not a fan of php and mod_perl running in the same apache instance my setup right now uses lighttpd as a frontend proxy + static file server on port 80. ...
66230
Arne Skjaerholt
arnsholt@...
Aug 7, 2005 2:43 am
Hello all, I'm running mod_perl-2.0.1 on apache-2.0.54 and OS X 10.4. Trying to get a custom apache config directive to work I run into what appears to be a...
66231
Gerald Richter
richter@...
Aug 7, 2005 5:13 pm
... All issues I am aware of are solved, so hopefully this will be the final release. Please give it a try, let me know if anything isn't working. In case no...
66232
Eric
ef@...
Aug 7, 2005 5:23 pm
... I don't agree. Ok, sure there is some loss in performance(I choose XML-RPC because it is lightweight next to SOAP IMHO), but I did something very much like...
66233
Torsten Foertsch
torsten.foertsch@...
Aug 7, 2005 6:38 pm
Hi, the attached patch allows Apache2::SizeLimit to use the new /proc/PID/smaps instead of /proc/PID/statm. This takes into account copy-on-write pages when ...
66234
Thomas Hilbig
thilbig@...
Aug 7, 2005 8:07 pm
... That does look like it will do it just as simply as CGI.pm. APR::Request (libapreq) wasn't part of the httpd or mp2 binary (ppm) so I hadn't noticed it ...
66235
Philip M. Gollucci
pgollucci@...
Aug 7, 2005 11:18 pm
... What modules did you have installed ? ... I'll look at formulating and commiting a patch Monday/Tuesday night, if I can duplicate it and nobody beats me to...
66236
Philip M. Gollucci
pgollucci@...
Aug 7, 2005 11:20 pm
... 20:58:44.000000000 +0200 ... It looks sane to me, but I don't have a Linux comp to test on yet. I might in a week or so; but I wouldn't be able to commit...
66237
Stas Bekman
stas@...
Aug 7, 2005 11:25 pm
... I think I've already committed that skip rule but the rename branch merge has wiped it away. Philip, if you work on that, just wipe off HTML::HeadParser...
66238
Philip M. Gollucci
pgollucci@...
Aug 7, 2005 11:30 pm
... From CGI.pm::new(): .... if (ref($initializer[0]) && (UNIVERSAL::isa($initializer[0],'Apache') ... UNIVERSAL::isa($initializer[0],'Apache2::RequestRec39;) ))...
66239
Stas Bekman
stas@...
Aug 7, 2005 11:30 pm
... Torsten++! Could you please submit a doc patch for Apache2/SizeLimit.pod ...
66240
Stas Bekman
stas@...
Aug 7, 2005 11:36 pm
... Actually this is no longer true. in mp2 you can't pass a reference to a scalar. Still $r->print is faster :) ... Right. When you pass $r as an argument you...
66241
Foo Ji-Haw
jhfoo@...
Aug 8, 2005 2:25 am
I agree with Eric. I love SOAP for the same reasons. You can argue until the cow comes home and there will still be PHP lovers and Perl lovers (and some...