Re: setHandler question

2012-12-17 Thread André Warnier
Rafael Caceres wrote: ... What you want works for me when reverse proxying to Tomcat or another Apache by adding a require valid-user inside the LocationMatch Thanks for your interest. That would indeed work if my authentication sub returned an auth required when the request is not

Re: How best to get my mod_perl programs to run under CGI for non-mod_perl users?

2012-12-17 Thread Perrin Harkins
Hi Chris, One approach would be to modify your applications so they use some kind of abstraction layer, like Plack, that runs on top of both CGI and mod_perl. There's more on Plack here: http://plackperl.org/ Another option, since you used Registry, would be to change your use of