Proxy Error

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /qx3d/qxds3d/index.php.

Reason: Error reading from remote server


<VirtualHost *:80>

ServerName test1.n.com

ProxyRequests Off

<Proxy http://test1.n.com>

 Order allow,deny

 Allow from all

</Proxy>

ProxyPass /qx3d http://192.168.0.69:9091/qx3d

ProxyPassReverse / http://192.168.0.69:9091/qx3d

SetEnv force-proxy-request-1.0 
SetEnv proxy-nokeepalive 1

</VirtualHost>


你可能感兴趣的:(request,server,Invalid,reading,received)