Hello everyone,
I'm trying to use mod_proxy as a dechunker (ie. something that will
buffer the chunks of chunk-encoded messages and then return them as
one) for my Django application.
I don't know how to configure my apache server though, so I'd really
appreciate any help.
My configuration regarding the mod_proxy looks like that:
SetEnv proxy-sendcl 1
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPassReverse http://localhost:80/mbsync/test
http://localhost:8000/mbsync/test
I was hoping that this would make all the requests coming to
http://localhost:80/mbsync/test to be dechunked and redirected to
http://localhost:8000/mbsync/test (where my Django server is running).
But the Django server doesn't get any hit, so it apparently does not
work...
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]