Re: Apache2::AuthCookie - semantics of WhatEverPath parameter?

2015-07-27 Thread Jim Garrison
On 7/27/2015 10:30 AM, Jim Garrison wrote: Every example for Apache2::AuthCookie shows ... WhatEverPath / ... That should of course be PerlSetVar WhatEverPath / -- Jim Garrison (j...@acm.org) PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88

PerlSetVar inside Location doesn't seem to work

2015-07-15 Thread Jim Garrison
/docs/2.0/user/config/config.html#mod_perl_Directives_Argument_Types_and_Allowed_Location PerlSetVar is scoped DIR meaning it can appear in Directory, Location or Files blocks. What am I doing wrong? -- Jim Garrison (j...@acm.org) PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88

Re: PerlSetVar inside Location doesn't seem to work

2015-07-15 Thread Jim Garrison
On 7/15/2015 5:07 PM, Jim Garrison wrote: I have the following config [snip] However it's getting empty strings for the values. This was working when the PerlSetVar directives were outside the VirtualHost block. It seems when you access dir_config through the ServerRec you only get

Apache2::Reload not included, cannot build?

2015-07-09 Thread Jim Garrison
/Apache-Reload-0.13.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 65280 Googling Undefined subroutine Symbol::gensym turns up only 4 hits, all of them from 2004. Any suggestions on how to troubleshoot? -- Jim Garrison (j...@acm.org) PGP Keys

Re: mod_perl cannot find startup.pl

2015-07-08 Thread Jim Garrison
On 7/8/2015 4:44 PM, Kevin A. McGrail wrote: Anything like selinux? If you put the startup.pl in the same dir as the config file and chown to the same user apache is using? Regards, KAM On 7/8/2015 7:38 PM, Jim Garrison wrote: Running Centos 6.6 with Apache 2.2.15 and mod_perl 2.0.4

mod_perl cannot find startup.pl

2015-07-08 Thread Jim Garrison
/perl5' 6 '/usr/share/perl5' 7 '.' The fact that element [0] in @INC has that value shows the script executed successfully. Any suggestions on further troubleshooting? -- Jim Garrison (j...@acm.org) PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88