Ceph RADOS Gateway setup with Apache 2.4.3 and FastCGI 2.4.6 vesions

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

 



Hi All,

I would like to share the info regarding, how to setup RADOS with latest
Apache 2.4.x versions.

Please find below additional steps to setup, which are kind of updates to
ceph documentation.

Steps:

1) If you are planning to use Apache 2.4 versions, You cannot build FastCGI
module against it.
    Because FastCGI is not updated according to new changes in Apache code.

    So Please use attached patch to build mod_fastcgi 2.4.6 version against
Apache 2.4.3

2) Tool "apxs", generated by apache build is used for building
mod_fastcgi.so module.
    Here make sure, this tool script should use apache 2.4.3 headers.

    For that, build apache 2.4.3 on host machine and give its headers path
in "apxs" script utility.

3) Command to build mod_fastcgi code

     #cd mod_fastcgi-2.4.6
     #<Path to apxs>/apxs -o mod_fastcgi.so -c *.c

     You can find mod_fastcgi.so in .libs directory, which you can load in
to apache 2.4.3 without any issues

3) Once you configure configurations as mentioned in Ceph documentation .
Now please replace
    authorization flags as below in rgw.conf

    *Order* Allow,deny
    *Allow* from All                 --------->>>    *Require* all granted

Best of Luck.
Srinivas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140505/304f1f2b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: apache-2.4.3.compatible.patch
Type: text/x-patch
Size: 10985 bytes
Desc: not available
URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140505/304f1f2b/attachment.bin>


[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux