[Openstack] Load Balancers for Swift with nginx and pound

Christian Schwede info at cschwede.de
Fri Jun 14 11:27:45 UTC 2013


 Hi,

> Because of the nginx problem ,so I change  to use pound ,but
> ...
> but can not execute  post  or  upload

 regarding pound: you have to enable the PUT method to upload objects. 
 Simply add "xHTTP 2" in the section below:
 
> User        "root"
> Group       "root"
> ListenHTTP
>    Address 172.18.56.194
>    Port    80
>    xHTTP 2
> End

 This will enable PUT and DELETE methods (see 
 http://linux.die.net/man/8/pound for further details).

 But POST should work out of the box?

 Cheers,

 Christian






More information about the Openstack mailing list