Thread Parameter bei SSI und CGI - oder warum funktioniert GET, POST aber nicht? (33 answers)
Opened by Draussenduscher at 2012-11-08 08:42

GwenDragon
 2012-11-08 12:18
#163164 #163164
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
JAIN. Vielleicht in Apache 2.4 könnte der HTTP-Body "gerettet" werden?
Wenn ich das lese:
Quote
virtual

The value is a (%-encoded) URL-path. The URL cannot contain a scheme or hostname, only a path and an optional query string. If it does not begin with a slash (/) then it is taken to be relative to the current document.

A URL is constructed from the attribute, and the output the server would return if the URL were accessed by the client is included in the parsed output. Thus included files can be nested.

If the specified URL is a CGI program, the program will be executed and its output inserted in place of the directive in the parsed file. You may include a query string in a CGI url:

<!--#include virtual="/cgi-bin/example.cgi?argument=value" -->

include virtual should be used in preference to exec cgi to include the output of CGI programs into an HTML document.

If the KeptBodySize directive is correctly configured and valid for this included file, attempts to POST requests to the enclosing HTML document will be passed through to subrequests as POST requests as well. Without the directive, all subrequests are processed as GET requests.

http://httpd.apache.org/docs/current/mod/mod_inclu...

und das
http://httpd.apache.org/docs/current/mod/mod_reque...

Aber mangels Apache 2.4 kann ich nix dazu sagen.
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Parameter bei SSI und CGI - oder warum funktioniert GET, POST aber nicht?