Using mod_proxy as a "dechunker"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux