Hola tengo un problema muy raro, estoy usando el modulo proxy en apache2 para que muestre el contenido de un servidor remoto sobre una maquina x, esta maquina x aparenta hacer bien el trabajo, pero cuando hago consultas desde firefox que atravieza un proxy cache aparece el siguiente mensaje:
While trying to process the request: POST /url/fichero.php?llamada=0001 HTTP/1.1 Host: dominio.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: es-es,es;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Proxy-Connection: keep-alive Method: POST http://dominio.com/url/fichero.php?llamada=0001 HTTP/1.1 Content-Type: application/x-www-form-urlencoded Cookie: JSESSIONID=U78wpJbWR6mK4CQqKoRDOQ**.catb2b Pragma: no-cache Cache-Control: no-cache The following error was encountered: * Invalid Request Some aspect of the HTTP Request is invalid. Possible problems: * Missing or unknown request method * Missing URL * Missing HTTP Identifier (HTTP/1.0) * Request is too large * Content-Length missing for POST or PUT requests * Illegal character in hostname; underscores are not allowed Your cache administrator is root. ¿cual será el problema? Con internet explorer bajo el mismo esquema funciona.

