You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/07 19:45:17 UTC

svn commit: r592850 - /lenya/trunk/tools/proxytest/apache_vhosts.conf

Author: nettings
Date: Wed Nov  7 10:45:16 2007
New Revision: 592850

URL: http://svn.apache.org/viewvc?rev=592850&view=rev
Log:
simplify proxy test setup (no forced ssl for authoring)

Modified:
    lenya/trunk/tools/proxytest/apache_vhosts.conf

Modified: lenya/trunk/tools/proxytest/apache_vhosts.conf
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/proxytest/apache_vhosts.conf?rev=592850&r1=592849&r2=592850&view=diff
==============================================================================
--- lenya/trunk/tools/proxytest/apache_vhosts.conf (original)
+++ lenya/trunk/tools/proxytest/apache_vhosts.conf Wed Nov  7 10:45:16 2007
@@ -21,7 +21,8 @@
   ProxyRequests Off
 
   # force SSL protection for authoring:
-  RewriteRule ^/lenya/(.*)/authoring/(.*) https://www.example.com/lenya/$1/authoring/$2 [R]
+  # better to disable this during testing as it can create confusion wrt Lenya's own redirects.
+#  RewriteRule ^/lenya/(.*)/authoring/(.*) https://www.example.com/lenya/$1/authoring/$2 [R]
 
   # map "customer" to the publication id "default":
   RewriteRule ^/lenya/customer/(.*) ajp://localhost:8009/webapp/default/$1 [P]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org