On Thu, Jun 6, 2013 at 5:03 AM, Guenter Knauf <[email protected]> wrote: > On 06.06.2013 02:34, Eric Covener wrote: >> >> This is a bug in the example and/or the code. If you don't return a >> HTTP status code, or apache2.OK, the request is declined and handled >> by the core. >> >> I am split between returning 500 or assuming no return value = apache2.OK. > > thanks Eric! > After I added a 'return pache2.OK' to the script it started working on all > platforms with absolute path; > now only the relative path messing remains ...
What's the expectation on a relative path? ServerRoot?
