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

Apache2::AuthCookie - semantics of WhatEverPath parameter?

2015-07-27 Thread Jim Garrison
parameter affect the behavior of AuthCookie, and under what circumstances would its value not be "/"? Thanks -- Jim Garrison (j...@acm.org) PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88

Re: PerlSetVar inside 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

PerlSetVar inside doesn't seem to work

2015-07-15 Thread Jim Garrison
ives were outside the VirtualHost block. According to the documentation https://perl.apache.org/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

Apache2::Reload not included, cannot build?

2015-07-09 Thread Jim Garrison
-- NOT OK Failed during this command: SHAY/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

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

mod_perl cannot find startup.pl

2015-07-08 Thread Jim Garrison
3 '/usr/lib64/perl5/vendor_perl' 4 '/usr/share/perl5/vendor_perl' 5 '/usr/lib64/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