Re: failing on 0.67.1 radosgw install

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

 



On Thu, Aug 22, 2013 at 12:36 AM, Fuchs, Andreas (SwissTXT)
<Andreas.Fuchs@xxxxxxxxxxx> wrote:
> My apache conf is as follows
>
> cat /etc/apache2/httpd.conf
> ServerName radosgw01.swisstxt.ch
>
> cat /etc/apache2/sites-enabled/000_radosgw
> <VirtualHost *:80>
>
>         ServerName *.radosgw01.swisstxt.ch
>         # ServerAdmin {email.address}
>         ServerAdmin servicedesk@xxxxxxxxxxx
>         DocumentRoot /var/www
>         RewriteEngine On
>         RewriteRule ^/([a-zA-Z0-9-_.]*)([/]?.*) /s3gw.fcgi?page=$1&params=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
>
>         <IfModule mod_fastcgi.c>
>         <Directory /var/www>
>                         Options +ExecCGI
>                         AllowOverride All
>                         SetHandler fastcgi-script
>                         Order allow,deny
>                         Allow from all
>                         AuthBasicAuthoritative Off
>                 </Directory>
>         </IfModule>
>
>         AllowEncodedSlashes On
>         ErrorLog /var/log/apache2/error.log
>         CustomLog /var/log/apache2/access.log combined
>         ServerSignature Off
>
> </VirtualHost>
>
> Default site is disabled
>
> cat /var/www/s3gw.fcgi
> #!/bin/sh
> exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
>
>
> There are NO dns entries at the moment
> radosgw01.swisstxt.ch is entered in hosts file


You're not setting up your gateway as an external fcgi server. Look at
the instructions in here:

http://ceph.com/docs/master/radosgw/config/

Specifically, you're missing the FastCgiExternalServer entry.


Yehuda
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




[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