I was going to answer you in IRC but you didn't stick around long enough to receive the response.
All you should have to do is add the alias do your hostfile and make sure couch is bound to that host. By default couch binds to localhost but you can also set the bind address to 0.0.0.0 and that will also work. Here is a screencast on vhosts http://vimeo.com/20773112. In the video it shows exactly how to do what you are asking. You might also find some answers in the CouchDB Archive: http://archive.couchdb.org Max On Thu, Aug 4, 2011 at 7:10 PM, Walter <[email protected]> wrote: > This works great: > > http://localhost:5984/_utils > > I'd like this to work the same way > > http://couchdb.dev:5984/_utils > > Or am I asking too much (again?) > > This is for local use only. And yes, this "domain" is in my HOSTS file. > > Thank you > > Walter >
