Well, I have been able to use the web service of google but I cant generate a code sample with the witzard tool. I continue receiveing the same error message.
I've examined part of the "$proxy" var and I've obtained this information:
["request"]=> string(723) "POST /php/php.exe HTTP/1.0 User-Agent: NuSOAP/0.6.3 Host: inforalv Content-Type: text/xml; charset="ISO-8859-1" Content-Length: 541 SOAPAction: "http://inforalv/php/php.exe" Alvaro"
["response"]=> string(799) "HTTP/1.1 0 Date: Tue, 12 Aug 2003 14:54:41 GMT Server: Apache/1.3.28 (Win32) mod_ssl/2.8.15 OpenSSL/0.9.7b Connection: close Content-Type: text/html Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
For more information as to why this behaviour exists, see the manual page for CGI security.
For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page. |
I cant find the REDIRECT_STATUS CGI variable. I've found the "cgi.force_redirect = 1" var and the "cgi.redirect_status_env=;" var.