https://bz.apache.org/bugzilla/show_bug.cgi?id=69525
Bug ID: 69525
Summary: Please add PUT (etc) support
Product: Apache httpd-2
Version: 2.4.62
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_cgi
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Please add support for PUT (and similar) methods to mod_cgi.
Normally, CGI scripts are executed for GET/HEAD and POST requests. As a
workaround to handle PUT and other requests, I can use mod_actions with
<Location /var/www/cgi-bin/myscript>
Script PUT /var/www/cgi-bin/myscript
</Location>
but that seems needed for each script separately.
Maybe some option should be added to select the methods accepted; or
maybe the bug is in file server/core.c where comments say:
4950 Note: based on logic further above, the only possible non-GET
4951 method at this point is POST. In the future, we should enable
4952 script delivery for all methods.
Thanks, Paul
--
Paul Szabo [email protected] www.maths.usyd.edu.au/u/psz
School of Mathematics and Statistics University of Sydney Australia
--
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]