in reply to Dancer2 getting a wrong request uri
Set up a second handler (eg. 'dispatch-test.fcgi') which just simply echoes $ENV{REQUEST_URI} to the output. That will show you whether the problem is in your Apache/mod_fcgid set-up or something else internal to dispatch.fcgi. If it turns out to be the latter then you'll need to start digging into the code.
🦛
|
|---|