https://issues.apache.org/bugzilla/show_bug.cgi?id=49285
Summary: Relative (local to current directory) URLs do not work
with action
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_actions
AssignedTo: [email protected]
ReportedBy: [email protected]
I'd like to define an Action to generate an ISO image:
Action application/x-iso9660-image geniso.cgi virtual
... where the geniso.cgi script is in the same directory as the ISO to be
generated.
However, this doesn't work, and I get:
Your browser sent a request that this server could not understand.
Instead, I have to use:
Action application/x-iso9660-image /full/web/path/to/geniso.cgi virtual
This is fine for one-off configs, but unusable if I want to make a web
application that is supposed to work anywhere in the tree.
Why isn't it possible to use fully relative URLs with Action?
Thanks,
Alain
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]