]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove quotes from apache conf.
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 5 Jul 2011 23:48:00 +0000 (16:48 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 5 Jul 2011 23:48:00 +0000 (16:48 -0700)
teuthology/task/apache.conf

index f9ac5cb96d86d07e7b4f9525b3209d19d4ece8e8..d431fd50150f756984faf271dfb8fd7f80f05bdb 100644 (file)
@@ -18,11 +18,10 @@ RewriteEngine On
 
 RewriteRule ^/([a-zA-Z0-9-_.]*)([/]?.*) /rgw.fcgi?page=$1&params=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
 
-SetEnv LD_LIBRARY_PATH "/tmp/cephtest/binary/usr/local/lib"
+SetEnv LD_LIBRARY_PATH /tmp/cephtest/binary/usr/local/lib
 SetEnv RGW_LOG_LEVEL 20
-SetEnv RGW_PRINT_CONTINUE "yes"
-SetEnv CEPH_ARGS "-c /tmp/cephtest/ceph.conf"
-SetEnv RGW_SHOULD_LOG "yes"
+SetEnv RGW_PRINT_CONTINUE yes
+SetEnv RGW_SHOULD_LOG yes
 
 <Directory /tmp/cephtest/apache/htdocs>
   Options +ExecCGI