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¶ms=$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