Re: mod_perl and cgi-script handler

2017-06-11 Thread Jie Gao
arnier (tomcat)" > To: modperl@perl.apache.org > Subject: Re: mod_perl and cgi-script handler > User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 > Thunderbird/38.5.0 > > Addendum : > > This is independent of the other previous explanations. > > If you

Re: mod_perl and cgi-script handler

2017-06-11 Thread Jie Gao
2017 11:36:48 +0200 > From: "André Warnier (tomcat)" > To: modperl@perl.apache.org > Subject: Re: mod_perl and cgi-script handler > User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 > Thunderbird/38.5.0 > > Hi. > > Now that you mention t

Re: mod_perl and cgi-script handler

2017-06-11 Thread tomcat
etHandler" in the mod_perl section overwrote the settings for cgi-script. Adding the following to the directory stanza fixed the problem: SetHandler cgi-script .. Regards, Jie * Jie Gao wrote: Date: Fri, 9 Jun 2017 20:35:43 +1000 From: Jie Gao To: modperl@pe

Re: mod_perl and cgi-script handler

2017-06-11 Thread tomcat
2017 20:35:43 +1000 From: Jie Gao To: modperl@perl.apache.org Subject: mod_perl and cgi-script handler User-Agent: Mutt/1.5.24 (2015-08-30) Hi All I have run into a problem with CGI under mod_perl, and I can't get my head around it. I wanted to put a "cgi-bin" directory under my

Re: mod_perl and cgi-script handler

2017-06-10 Thread Jie Gao
m: Jie Gao > To: modperl@perl.apache.org > Subject: mod_perl and cgi-script handler > User-Agent: Mutt/1.5.24 (2015-08-30) > > Hi All > > I have run into a problem with CGI under mod_perl, and I can't get my head > around it. > > I wanted to put a "

Re: mod_perl and cgi-script handler

2017-06-09 Thread tomcat
Hi. I am using much the same kind of config (Apache 2.4, mod_perl, own AAA module, cgi-bin) in multiple places, and have not seen that issue yet. But let me gather some additional info, to make sure, and I'll get back here. On 09.06.2017 12:35, Jie Gao wrote: Hi All I have run into a probl

mod_perl and cgi-script handler

2017-06-09 Thread Jie Gao
Hi All I have run into a problem with CGI under mod_perl, and I can't get my head around it. I wanted to put a "cgi-bin" directory under my authentication/authorisation handlers, but while authen/authz works fine (debug showing access granted), the directory is in the end not handled by "cgi-s