On Sun, Aug 26, 2001 at 10:24:30PM -0700, Jason Hunter wrote:
> So what does the Apache Web Server do for PATH_INFO on a request to
> http://foo.com/cgi-bin/somecgi/http://extra.com?

Ask for /index.html/http://extra.com with httpd-2.0, it strips out the
second /.

(gdb) print r->path_info
$5 = 0x813debc "/http:/extra.com"

HTH.  -- justin

Reply via email to