Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FastCgiExternalServer /var/www/html/s3gw.fcgi -socket /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
- <VirtualHost *:80>
- ServerName pocfe1-ib.csc.fi
- ServerAlias *.pocfe1-ib.csc.fi
- ServerAdmin [email protected]
- DocumentRoot /var/www/html
- RewriteEngine On
- RewriteRule ^/(.*) /s3gw.fcgi?%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
- <IfModule mod_fastcgi.c>
- <Directory /var/www/html>
- Options +ExecCGI
- AllowOverride All
- SetHandler fastcgi-script
- Order allow,deny
- Allow from all
- AuthBasicAuthoritative Off
- </Directory>
- </IfModule>
- AllowEncodedSlashes On
- ErrorLog /var/log/httpd/error.log
- CustomLog /var/log/httpd/access.log combined
- ServerSignature Off
- </VirtualHost>
- [root@pocfe1-ib ~]# GET / 127.0.0.1:80
- <HTML>
- <HEAD>
- <TITLE>Directory /</TITLE>
- <BASE HREF="file:/">
- </HEAD>
- <BODY>
- <H1>Directory listing of /</H1>
- <UL>
- <LI><A HREF="./">./</A>
- <LI><A HREF="../">../</A>
- <LI><A HREF=".autofsck">.autofsck</A>
- <LI><A HREF=".autorelabel">.autorelabel</A>
- <LI><A HREF="bin/">bin/</A>
- <LI><A HREF="boot/">boot/</A>
- <LI><A HREF="ca.crt">ca.crt</A>
- <LI><A HREF="ca.csr">ca.csr</A>
- <LI><A HREF="ca.key">ca.key</A>
- <LI><A HREF="ceph/">ceph/</A>
- <LI><A HREF="ceph-playbook_karan_21_march_2014.tar">ceph-playbook_karan_21_march_2014.tar</A>
- <LI><A HREF="ceph.log">ceph.log</A>
- <LI><A HREF="cgroup/">cgroup/</A>
- <LI><A HREF="dev/">dev/</A>
- <LI><A HREF="epel-release-6-8.noarch.rpm">epel-release-6-8.noarch.rpm</A>
- <LI><A HREF="epel-release-6-8.noarch.rpm.1">epel-release-6-8.noarch.rpm.1</A>
- <LI><A HREF="etc/">etc/</A>
- <LI><A HREF="export/">export/</A>
- <LI><A HREF="home/">home/</A>
- <LI><A HREF="lib/">lib/</A>
- <LI><A HREF="lib64/">lib64/</A>
- <LI><A HREF="lost%2Bfound/">lost+found/</A>
- <LI><A HREF="media/">media/</A>
- <LI><A HREF="mnt/">mnt/</A>
- <LI><A HREF="mnt2/">mnt2/</A>
- <LI><A HREF="openstack-key.key">openstack-key.key</A>
- <LI><A HREF="openstack-key.key.pub">openstack-key.key.pub</A>
- <LI><A HREF="opt/">opt/</A>
- <LI><A HREF="proc/">proc/</A>
- <LI><A HREF="raid10/">raid10/</A>
- <LI><A HREF="raid5/">raid5/</A>
- <LI><A HREF="root/">root/</A>
- <LI><A HREF="sbin/">sbin/</A>
- <LI><A HREF="selinux/">selinux/</A>
- <LI><A HREF="srv/">srv/</A>
- <LI><A HREF="sys/">sys/</A>
- <LI><A HREF="tmp/">tmp/</A>
- <LI><A HREF="usr/">usr/</A>
- <LI><A HREF="var/">var/</A>
- <LI><A HREF="vm2/">vm2/</A>
- </UL>
- </BODY>
- </HTML>
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>500 Internal Server Error</title>
- </head><body>
- <h1>Internal Server Error</h1>
- <p>The server encountered an internal error or
- misconfiguration and was unable to complete
- your request.</p>
- <p>Please contact the server administrator,
- [email protected] and inform them of the time the error occurred,
- and anything you might have done that may have
- caused the error.</p>
- <p>More information about this error may be available
- in the server error log.</p>
- </body></html>
- [root@pocfe1-ib ~]#
Advertisement
Add Comment
Please, Sign In to add comment