hkcomori opened a new issue, #5177:
URL: https://github.com/apache/couchdb/issues/5177

   [NOTE]: # ( ^^ Provide a general summary of the request in the title above. 
^^ )
   
   ## Summary
   
   [NOTE]: # ( Provide a brief overview of what the new feature is all about. )
   
   I want to run CouchDB behind a reverse proxy by listening to the unix domain 
socket.
   
   ## Desired Behaviour
   
   [NOTE]: # ( Tell us how the new feature should work. Be specific. )
   [TIP]:  # ( Do NOT give us access or passwords to your actual CouchDB! )
   
   ```ini
   [chttpd]
   bind_address = /path/to/couchdb.sock
   ```
   
   or
   
   ```ini
   [chttpd]
   socket_path = /path/to/couchdb.sock
   ```
   
   Then CouchDB will accept requests from `/path/to/couchdb.sock`.
   
   ## Possible Solution
   
   [NOTE]: # ( Not required. Suggest how to implement the addition or change. )
   
   ## Additional context
   
   [TIP]:  # ( Why does this feature matter to you? What unique circumstances 
do you have? )
   
   This is because I want to run CouchDB on a shared host where I can't have 
exclusive access to any ports.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to