You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by anne <an...@lea-linux.org> on 2004/09/23 12:39:45 UTC

[users@httpd] error 502 with mod_proxy

Hello

I'm using two httpd servers Apache 1.3.27.
first one is only acting as a reverse proxy. I've got some virtulahosts. Look 
like that :

<VirtualHost *>
        ServerName www.yyy.com
        ProxyPass / http://xxx.yyy.loc/
        ProxyPassReverse / http://xxx.yyy.loc/
</VirtualHost>

This one is to be acessed from Internet.

The other httpd server is on local network and run a groupware application.

Each time I try to use webmail with attached file whose size is more than 3 
Mo, I get this message :

Proxy Error
 The proxy server received an invalid response from an upstream server.
 The proxy server could not handle the request POST /index.php.
 Reason: Document contains no data
error 502

there's nearly nothing in los even with debug log level.

Any idea ?

-- 
Anne
-------------------------------
http://lea-linux.org

---------------------------------------------------------------------
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