Processed: Re: Bug#242543: apache: PATH_INFO not set for

2004-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 242543 + help Bug#242543: apache: PATH_INFO not set for There were no tags set. Tags added: help > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debia

Re: Bug#242543: apache: PATH_INFO not set for

2004-04-16 Thread Fabio Massimo Di Nitto
tags 242543 + help stop hi guys, On Wed, 7 Apr 2004, Carl Johnstone wrote: > That's the main request. #include is supposed to perform an internal > sub-request for the new URL, with the environment setup accordingly. > > If I wanted the *original* query string and path_info I would be using > #e

Bug#242543: apache: PATH_INFO not set for

2004-04-07 Thread Carl Johnstone
> No, they shouldn't! PATH_INFO '... holds the additional path > information > that remains after the URI has been translated into a file path.' [1] > So, if your URI is 'http://site/test2.html' > > 1) URI to file translation: > > http://site/test2.html => {DOCUMENT ROOT}/test2.html >

Bug#242543: apache: PATH_INFO not set for

2004-04-07 Thread rm
On Wed, Apr 07, 2004 at 10:56:27AM +0100, Carl Johnstone wrote: > Package: apache > Version: 1.3.29.0.2-4 > Severity: normal > > test.html > > > --- > > test2.html - > > - > > Requesting http://site/test.html/path?query gives me: > >

Bug#242543: apache: PATH_INFO not set for

2004-04-07 Thread Carl Johnstone
Package: apache Version: 1.3.29.0.2-4 Severity: normal test.html --- test2.html - - Requesting http://site/test.html/path?query gives me: path query Requesting http://site/test2.html gives me: (none) query They should ma