diff options
author | Noah Slater <nslater@apache.org> | 2008-04-14 22:29:39 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-04-14 22:29:39 +0000 |
commit | 659ad54026b10f8a87ec112d6a91a591c77b320a (patch) | |
tree | 2977ad2fe90443b158424f5958fdf7f55cc9cdd1 /etc/couchdb/couch_httpd.conf.tpl.in | |
parent | 89a403eb1d00a1a0733ec436544367f86aafe742 (diff) |
moved couchdb specific configuration to subdirectory
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb/couch_httpd.conf.tpl.in')
-rw-r--r-- | etc/couchdb/couch_httpd.conf.tpl.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/couchdb/couch_httpd.conf.tpl.in b/etc/couchdb/couch_httpd.conf.tpl.in new file mode 100644 index 00000000..e4d27493 --- /dev/null +++ b/etc/couchdb/couch_httpd.conf.tpl.in @@ -0,0 +1,11 @@ +# @configure_input@ + +Port 5984 +#BindAddress 127.0.0.1 +ServerName localhost +SocketType ip_comm +Modules mod_couch mod_get mod_log +ServerRoot %pkgconfdir% +DocumentRoot %pkgdatadir%/www +ErrorLog %pkgstatelogdir%/http_error.log +TransferLog %pkgstatelogdir%/http_access.log |