DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42624>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42624

           Summary: Error when when sending GET query to CGI script included
                    via SSI
           Product: Apache httpd-2
           Version: 2.2-HEAD
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P3
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


1) I have CGI script written on PERL ex. test.cgi
2) I have html file ex. index.html
with 1 string: 
<!--#include virtual="/cgi-bin/test.cgi?${QUERY_STRING}"-->
3) When I try to open http://localhost/index.html?search=%EF%EE%E8%F1%EA 
('search' in russian)
i get 

[an error occurred while processing this directive]

In error.log I have:

(22)Invalid argument: utf8 to ucs2 conversion failed on this string: 
QUERY_STRING_UNESCAPED=search=\xef\xee\xe8\xf1\xea
[Sat Jun 09 10:04:12 2007] [error] [client 127.0.0.25] (22)Invalid argument: 
couldn't create child process: 22: test.cgi, referer: 
http://localhost/index.html
[Sat Jun 09 10:04:12 2007] [error] [client 127.0.0.25] (22)Invalid argument: 
couldn't spawn child process: C:/localhost/cgi-bin/test.cgi, referer: 
http://localhost/index.html
[Sat Jun 09 10:04:12 2007] [error] [client 127.0.0.25] unable to include "/cgi-
bin/test.cgi?${QUERY_STRING}" in parsed file C:/localhost/index.html, referer: 
http://localhost/index.html

This problem begins in version 2.0.X
In Apache 1.3.X everything works OK

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to