Re: PerlTransHanlder and path_info() question

2002-06-29 Thread Lyle Brooks
Does your handler use Apache::Registry or Apache::PerlRun by any chance? I did find this code snippet from the ap_add_cgi_vars() within, the Apache core... if (r->path_info && r->path_info[0]) { /* * To get PATH_TRANSLATED, treat PATH_INFO as a URI path. * Need to r

Re: PerlTransHanlder and path_info() question

2002-06-29 Thread giorgos zervas
Hi, I followed Lyle's advice and moved my module down to the PerlFixupHandler phase and also added the extra logging info. However I still get, as predicted, one initial request for the correct URI and another subrequest for a URI which corresponds to the value I set the path_info to. If I do