Re: Prototype mismatch

2014-11-20 Thread Perrin Harkins
Hi Worik, This happens when you reload code that uses prototypes. In this case, those constants are using prototypes. It's similar to this: http://perl.apache.org/docs/1.0/guide/troubleshooting.html#Constant_subroutine_XXX_redefined Not really a problem, but it will not happen if you stop and

Re: Errors in the wrong place and wrong format

2014-11-20 Thread Perrin Harkins
I think that only redirects errors logged with Apche2::Log, not all of STDERR. There might be a workaround for capturing STDERR. I'd try searching the mailing list archives. - Perrin On Mon, Nov 17, 2014 at 6:28 PM, worik worik.stan...@gmail.com wrote: My virtual host has errors redirected to:

Apache2::Connection::remote_ip

2014-11-20 Thread worik
Can't locate object method remote_ip via package Apache2::Connection Turns out I should have used $r-useragent_ip What is going on? Why is the documentation at odds with the code? W -- Why is the legal status of chardonnay different to that of cannabis? worik.stan...@gmail.com

Re: Apache2::Connection::remote_ip

2014-11-20 Thread John Dunlap
Could you give us a link to the documentation you are using? On Thu, Nov 20, 2014 at 5:38 PM, worik worik.stan...@gmail.com wrote: Can't locate object method remote_ip via package Apache2::Connection Turns out I should have used $r-useragent_ip What is going on? Why is the documentation

Re: Apache2::Connection::remote_ip

2014-11-20 Thread Dr James Smith
On 20/11/2014 22:39, John Dunlap wrote: Could you give us a link to the documentation you are using? On Thu, Nov 20, 2014 at 5:38 PM, worik worik.stan...@gmail.com mailto:worik.stan...@gmail.com wrote: Can't locate object method remote_ip via package Apache2::Connection You are

SAML proxy examples?

2014-11-20 Thread OCNS - Gmail
Does anyone have examples of an Apache/modperl/SAML (single sign-on) proxy? Thanks, RB