"Beau E. Cox" <beau@...> writes: [...] ... No, your change is fine. AFAICT that comment pertains to an esoteric problem with object cleanup in...
57083
Beau E. Cox
beau@...
Feb 2, 2004 9:48 pm
... 1. Problem Description: I've got my Mason w/mod_perl2 and libapreq2 system up and running OK, but... Using a simple script that totals ALL httpd processes'...
57082
Beau E. Cox
beau@...
Feb 2, 2004 9:46 pm
... [snipped] ... [snipped] OK! Moved to perl 5.8.3, recompiled ALL my site-perl CPAN modules, and rebuild mod_perl. The problem went away! Many thanks. Aloha...
57081
Stas Bekman
stas@...
Feb 2, 2004 9:33 pm
Jie, please always submit a complete bug report, as explained here: http://perl.apache.org/bugs/ ... these are warnings from Apache-Test, not errors. Does it...
57080
Jie Gao
J.Gao@...
Feb 2, 2004 9:20 pm
Hi All, Using 5.8.3 with the latest CVS, running /usr/local/perl-5.8.3_threaded/bin/perl Makefile.PL MP_USE_DSO=1...
57079
Ged Haywood
ged@...
Feb 2, 2004 6:08 pm
Hello again, ... Have you done everything in .../mod_perl-1.29/t/README and do the configuration files in there differ between your two machines? 73, Ged. -- ...
57078
Mark Round
mark@...
Feb 2, 2004 5:18 pm
The saga continues... Further information - I don't know if this is of any use. I have definitely narrowed it down to making a HHTP request to ...
57077
Mark Round
mark@...
Feb 2, 2004 4:51 pm
... Yes - they are identical. Even ran them through 'diff' to make sure... -Mark -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info:...
57076
Ged Haywood
ged@...
Feb 2, 2004 4:19 pm
Hello again, ... Have you compared the output of 'perl -V' from the two machines in excruciatingly fine detail? 73, Ged. -- Reporting bugs:...
57075
Geoffrey Young
geoff@...
Feb 2, 2004 3:56 pm
... there's a separate ap_send_http_options method for handling the OPTIONS method (as well as ap_send_http_trace for handling TRACE). what...
57074
Mark Round
mark@...
Feb 2, 2004 3:31 pm
Hi, thanks for the feedback... ... Unfortunately, this is a last-case resort - we have standardised on that particular Perl version, in the documented and...
57073
Shannon Eric Peevey
speeves@...
Feb 2, 2004 3:11 pm
Hi! Am forwarding this to the modperl list. Unfortunately, I don't have a mac to test this on :( speeves cws ... -- Reporting bugs:...
57072
Ged Haywood
ged@...
Feb 2, 2004 3:02 pm
Hello there, ... I think you should build that yourself. I notice that 'useperlio39; is 'undef39; in your perl -V output and I think I saw something a little ...
57071
Round, Mark
Mark_Round@...
Feb 2, 2004 2:03 pm
Hi All, I have a problem with building mod_perl on Solaris 8. Firstly, a quick overview of my setup (more detailed output from everything at the end) :- OS:...
57070
Mark Round
mark@...
Feb 2, 2004 1:29 pm
Hi All, I have a problem with building mod_perl on Solaris 8. Firstly, a quick overview of my setup (more detailed output from everything at the end) :- OS:...
57069
Stas Bekman
stas@...
Feb 2, 2004 7:10 am
... I've updated the patch for the current cvs source (the original one won't apply as is), I've attached it as ipv6.patch. To apply it run: cd modperl-2.0 ...
57068
konsu
konsu@...
Feb 2, 2004 6:02 am
thanks for the quick response. ... the ... i did not try to apply the patch (i do not know of any tool to do it), i changed the files manually to output a...
57067
Stas Bekman
stas@...
Feb 2, 2004 5:49 am
... Great. Not mp2, but Apache-Test (which is included in the mp2 distro). So the patch does solve the problem? ... If not, please post the output of: rm...
57066
Stas Bekman
stas@...
Feb 2, 2004 5:46 am
... LWP has nothing to do with mod_perl, as it doesn't interact with the Apache server via its API, but via the HTTP protocol. It should work just fine with ...
57065
Stas Bekman
stas@...
Feb 2, 2004 5:43 am
stingray@... wrote: [...] ... Not if you use Apache::Filter::HTTPHeadersFixup and mod_proxy I believe. But it shouldn't take too long to figure out...
57064
konsu
konsu@...
Feb 2, 2004 5:32 am
hello, the cause of the problem was the "Listen" directive in autogenerated httpd.conf that is incompatible with IPv6. the Apache-Test/ToDo file mentions this...
57063
Ged Haywood
ged@...
Feb 2, 2004 4:09 am
Hi Perrin, ... I always say if you can't solve a problem, go around it. :) 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info:...
57062
Perrin Harkins
perrin@...
Feb 2, 2004 4:06 am
... It is. ... As far as I can tell from httpd -V, that option was not used during the compile. (I didn't compile this mod_perl.) I may end up just writing...
57061
Perrin Harkins
perrin@...
Feb 2, 2004 4:02 am
... It's not MLDBM::Sync. I get the exact same results when using SDBM_File. Also, the error is thrown when MLDBM makes the first call to SDBM_File to read...
57060
Perrin Harkins
perrin@...
Feb 2, 2004 3:58 am
... You'll find a lot more information and help for using a database than you will for using LDAP, but either one should work fine. ... Apache::DBI provides...
57059
suburbanantihero@...
Feb 1, 2004 11:33 pm
Thanks guys, the $r->env->status(Apache::HTTP_MULTI_STATUS); works great. I've got this other thing I'm hung up on. A response to an OPTIONS method should not...
57058
Geoffrey Young
geoff@...
Feb 1, 2004 8:19 pm
... besides the answer that joe gave, it looks like mod_dav itself follows this logic $r->status(Apache::HTTP_MULTI_STATUS); $r->content_type('text/xml39;); ... ...
57057
Aeden Jameson
garoses@...
Feb 1, 2004 7:50 pm
Hi: Can the current libwww-perl 5.76 module be used with apache 2.0? It wasn't in the ported list provided by the mod-perl 2.0 documentation at apache.org. ...
57056
Joe Schaefer
joe+gmane@...
Feb 1, 2004 4:12 pm
<suburbanantihero@...> writes: [...] ... $r->status is read-only for Apache::Request objects; you either want $r->env->status(207); # env() yields...
57055
stingray@...
Feb 1, 2004 1:14 pm
Hi! Thanks for your answer but I have additional question: 1. I have two possibilities to get XXX value: - from database via SQL query - from Radius system via...