You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/14 13:01:04 UTC

svn commit: r547217 - /lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml

Author: andreas
Date: Thu Jun 14 04:01:04 2007
New Revision: 547217

URL: http://svn.apache.org/viewvc?view=rev&rev=547217
Log:
Fixed proxy URLs in tutorial

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml?view=diff&rev=547217&r1=547216&r2=547217
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml Thu Jun 14 04:01:04 2007
@@ -93,8 +93,8 @@
     RewriteLog /Users/john/src/www/logs/www.example.com-rewrite_log
     RewriteLogLevel 4
     RewriteRule ^/([^/\.]+)$ $1/ [R]
-    RewriteRule ^/(.*) http://www.example.com:8888/$1 [P,L]
-    ProxyPassReverse / http://www.example.com:8888/
+    RewriteRule ^/(.*) http://www.example.com:8888/default/live/$1 [P,L]
+    ProxyPassReverse / http://www.example.com:8888/default/live/
     ErrorLog /Users/john/src/www/logs/www.example.com-error_log
     CustomLog /Users/john/src/www/logs/www.example.com-access_log common
 </VirtualHost>



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