You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrus <ee...@online.ee> on 2003/04/04 16:30:10 UTC

[users@httpd] CGI non-parsed header reading

According to a CGI specification, it should be possible to get a
non-parsed header by a CGI application.

I have'nt found any directive in Apache for Windows which allows this.

How to get unparsed header to my Windows CGI app ?


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] CGI non-parsed header reading

Posted by André Malo <nd...@perlig.de>.
* Andrus wrote:

> According to a CGI specification, it should be possible to get a
> non-parsed header by a CGI application.
> 
> I have'nt found any directive in Apache for Windows which allows this.
> 
> How to get unparsed header to my Windows CGI app ?

Just prefix your script name with "nph-" (without quotes).

nd
-- 
print "Just Another Perl Hacker";

# André Malo, <http://pub.perlig.de/> #

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org