Hello!
I would like to add the SEARCH method to the allowed request methods - with
the SCRIPT directive it should be no problem:
http://httpd.apache.org/docs/mod/mod_actions.html#script
"Prior to Apache 1.3.10, method can only be one of GET, POST, PUT, or
DELETE. As of 1.3.10, any arbitrary method name may be used. Method names
are case-sensitive, so Script PUT and Script put have two entirely
different effects."
So I added the following line to my apache config to make a proof of
concept:
"Script SEARCH /cgi-bin/printenv.pl"
But running the configuration test tool shows the following error:
"Syntax error on line 941 of C:/Programme/Apache
Group/Apache2/conf/httpd.conf:
Unknown method type for Script"
How can I resolve this?
Best regards,
Hansjoerg Posch
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]