mod_perl2 and Attribute::Handlers?

2005-07-20 Thread Stephen Quinney
ullet and rewrite the code? Thanks in advance, Stephen Quinney

Apache2::Request handling errors

2005-07-07 Thread Stephen Quinney
anything larger than this. This is probably documented somewhere so pointers to the right place in the FM would be gratefully received. Thanks in advance, Stephen Quinney

Apache2::Cookie confusing path and domain

2005-06-29 Thread Stephen Quinney
oing wrong or workarounds if this is a bug would be appreciated. Thanks in advance, Stephen Quinney

Re: [mp2] Problems with Apache::Request

2005-04-29 Thread Stephen Quinney
On Fri, Apr 29, 2005 at 01:56:20PM -0400, Geoffrey Young wrote: > > > [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello': > > Apache::Request: httpd must load mod_apreq.so first > > try adding > > LoadModule apreq_module modules/mod_apreq.so > > in your httpd.conf. Ah, b

[mp2] Problems with Apache::Request

2005-04-29 Thread Stephen Quinney
> 1.99) { die __PACKAGE__ . ": httpd must load mod_apreq.so first" if $env ne "Apache::RequestRec"; } For the record $env contains 'APR::Pool', not sure if this is what should be there or not. Any help would be much appreciated, thanks in advance, Stephen Quinney

Re: Apache::Registry HEAD request also return document body

2004-06-06 Thread Stephen Quinney
if the user does a right-mouse-click menu "Save Link Target As..." or does a "Save Page As...". This recently caused me headaches with some of my mod_perl scripts that were returning broken responses to the HEAD request. Stephen Quinney -- Report problems: http://perl.ap

Re: AuthenNTLM, MSIE and POST ( CONTENT_LENGTH = 0)

2004-03-22 Thread Stephen Quinney
or getting your password sent to you, please have a look at this update from Microsoft; chances are it will solve your problem." The link to the update from MS is: http://support.microsoft.com/default.aspx?kbid=831167 I hope that is of some help to you, Stephen Quinney -- Report prob