From bd6cb41c1386fa2f1fe38948cb3185da806c418d Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 17 Jul 2008 21:28:04 -0400 Subject: Splitting the cloudmasterd into 3 RPMS - The separate RPMs will allow the cloudmasterd functionality to be separated from the httpd configuration and redirects. This should ease setting up a combined cloud / Genome machine in the future. --- cloudmasterd/extra/cloudmasterd.apache | 3 --- 1 file changed, 3 deletions(-) (limited to 'cloudmasterd/extra/cloudmasterd.apache') diff --git a/cloudmasterd/extra/cloudmasterd.apache b/cloudmasterd/extra/cloudmasterd.apache index eee8b37..a8160fd 100644 --- a/cloudmasterd/extra/cloudmasterd.apache +++ b/cloudmasterd/extra/cloudmasterd.apache @@ -1,5 +1,2 @@ -RewriteEngine On -RewriteRule ^/$ http://%{SERVER_NAME}/cloud/status.html [NE] - ProxyPass /cloud http://localhost:8107 ProxyPassReverse /cloud http://localhost:8107 -- cgit