You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/21 21:04:42 UTC

[Couchdb Wiki] Update of "Apache As a Reverse Proxy" by PatrickAntivackis

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by PatrickAntivackis:
http://wiki.apache.org/couchdb/Apache_As_a_Reverse_Proxy

------------------------------------------------------------------------------
  By Patrick Antivackis:
+ 
+ This is a Virtual Host config to use Apache as a reverse Proxy for CouchDB.
+ You need at least to configure apache with the --enable-proxy --enable-proxy-http options and use a version higher than Apache 2.2.7
+ in order to use the nocanon option in the ProxyPass directive.
  
  {{{
  <VirtualHost *:80>
@@ -12, +16 @@

     <Proxy *>
        Order deny,allow
        Deny from all
-       Allow from 88.164.1.48
        Allow from 127.0.0.1
     </Proxy>
     ProxyPass / http://localhost:5984/ nocanon