Hi folks, Maybe I'm just a complete newbie to this or I completely do not understand what we're talking about here... :) ...but we've written a home-grown ad...
65347
Joel Stevenson
joelstevenson@...
Jun 1, 2005 4:03 pm
Hi, I'm running into a problem with Apache::Request handling large POST values on a RedHat ES 3 system using libapreq-2.02-dev and the RH rpm package of apache...
65348
Arshavir Grigorian
ag@...
Jun 1, 2005 5:52 pm
... Maybe it has to do with this: http://perl.apache.org/docs/2.0/user/install/install.html#Apache -DAP_UNSAFE_ERROR_LOG_UNESCAPED -- Arshavir Grigorian ...
65349
Joe Schaefer
joe+gmane@...
Jun 1, 2005 6:01 pm
... Yes and yes; 2.02-dev is absolutely ancient history. Apache::Request is called Apache2::Request nowadays; if you can't upgrade to 2.05-dev or svn trunk,...
65350
Daniel B. Hemmerich
daniel@...
Jun 1, 2005 8:52 pm
That sounds more like the opposite... I do want Apache to be prefixing each error message with its data... Unless I misunderstood what that page was saying...
65351
Philippe M. Chiasson
gozer@...
Jun 1, 2005 10:47 pm
... This is clearly a bug. ... Yup, it's that simple and there is a slightly smarter version in XS that does check the source of the symbols from. ... Much...
65352
William McKee
william@...
Jun 2, 2005 10:41 am
Stas, It's been awhile, but I'm back to working on these tests under FreeBSD 5.3 with mp2. I'm using the current release (2.0.0) with Apache 2.0.54. The root...
65353
William McKee
william@...
Jun 2, 2005 3:05 pm
... 1. Problem Description: Following on the heels of my previous post to Stas regarding an old thread, I've another test failure report. This one is for ...
65354
Ken Simpson
ksimpson@...
Jun 2, 2005 4:38 pm
It _may_ (just because I have a gut feeling, not because of actual consideration) be a socket options issue that may be related to your platform. I had a very...
65355
William McKee
william@...
Jun 2, 2005 5:40 pm
... Yes, in all the tests that are failing for me, I see where it is checking for OpenBSD or Apache >2.0.52 which must have been when the bug was fixed. ... ...
65356
Ken Simpson
ksimpson@...
Jun 2, 2005 6:18 pm
... What I remember is this: Deep inside APR, the socket module attempts to cache socket option information (such as blocking flags) in order to reduce the...
65357
William McKee
william@...
Jun 2, 2005 9:40 pm
Ken, Thanks for the explanation. For better or worse, after a rebuild of mod_perl all of my tests are now working. I don't know what I changed but I've logged...
65358
William McKee
william@...
Jun 3, 2005 2:44 am
... 1. Problem Description: While trying to track down a segfault that is occurring with Image::Magick, I went to build a version of mod_perl with debugging ...
65359
Johannes Kilian
jok@...
Jun 3, 2005 7:04 am
Hi there, I try to migrate to mod_perl 2.0 from mod_perl 1.99 RC4 (WinXP, ActiveState Perl 5.8.6) Running my old scripts the following error occurs in Module...
65360
Vsevolod (Simon) Ilyu...
simonf@...
Jun 3, 2005 7:04 am
Hi, I'm probably missing something obvious, but how do I get the current URL scheme (HTTP or HTTPS) of a request? The full URI will work too. Everything that I...
65361
Rodger Castle
rodger@...
Jun 3, 2005 7:10 am
... I fought with this for a while, too. You can use the 'bucket brigade' technique. I'm a bit green, so someone with more experience could expound more....
65362
Vsevolod (Simon) Ilyu...
simonf@...
Jun 3, 2005 7:11 am
Hi, I'm probably missing something obvious, but how do I get the current URL scheme (or the full URI) of a request? Everything that I see in the ...
65363
Foo Ji-Haw
jhfoo@...
Jun 3, 2005 7:29 am
What do you mean by manipulating the core perl modules? There was an earlier discussion on how to migrate from the Apache to Apache2 namespace. Most of the...
65364
Torsten Foertsch
torsten.foertsch@...
Jun 3, 2005 7:31 am
... In the response phase you can check $r->subprocess_env('HTTPS'). For other phases Apache2::ModSSL adds a is_https method to Apache2::Connection or use ...
65365
William McKee
william@...
Jun 3, 2005 1:25 pm
... Did you read the Migrating to mod_perl 2.0 renaming doc[1]? Are you using the right version of CGI? A proper bug report using mp2bug would have let us...
65366
Malcolm J Harwood
mjhlist-modperl@...
Jun 3, 2005 4:04 pm
... Do you have the latest version of CGI? It's been updated to account for the changes in MP2....
65367
Sam Tregar
sam@...
Jun 3, 2005 5:24 pm
Hello all. Does anyone know why Apache (v1.3.33) is escaping newlines and tabs in my error logs? I'm seeing stuff like: [Thu Jun 2 18:54:18 2005] [error]...
65368
Michael Peters
mpeters@...
Jun 3, 2005 5:42 pm
... It's a fairly recent change to apache since some characters could cause problems for some text viewers thus creating a security hole (if your text reader...
65369
Sam Tregar
sam@...
Jun 3, 2005 7:04 pm
... Thanks, that worked perfectly. -sam...
65370
Malcolm J Harwood
mjhlist-modperl@...
Jun 3, 2005 10:10 pm
... Because often it can. It has no problem on either of the linux distributions I run on. ... Grab the tarball from CPAN and install by hand? ... Is that a...
65371
Somik Behera
sbehera@...
Jun 4, 2005 12:06 am
hey guys, I am having trouble installing Apache handlers, was wondering if anybody = has any suggestions. Platform: Win XP/Apache2.0/mod_perl 1.99 this is the...
65372
Randy Kobes
randy@...
Jun 4, 2005 4:15 am
... Those errors just mean that the files aren't on your system http://perl.apache.org/docs/2.0/os/win32/config.html has some examples along these lines. -- ...
65373
Anonymous Lion
anonymous.lion@...
Jun 4, 2005 6:22 am
Newbie I'm trying to set up the existing Apache 1.3 on my OS X 10.4 to run perl scripts. I believe I have made all of the necessary httpd.conf changes. When I...
... Most likely your config file is broken. Please refer to: http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Registry_Scripts Pay close attention to...