diff options
-rw-r--r-- | etc/httpd.conf | 1 | ||||
-rw-r--r-- | etc/repository-details.conf | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/httpd.conf b/etc/httpd.conf index 348db67..2570a5b 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -73,6 +73,7 @@ LoadModule repository_details_srv ${AP_MODULE_DIR}/libbrep-apache.so repository-details-root "${AP_ROOT}" repository-details-db-host ${AP_DB_HOST} repository-details-db-port ${AP_DB_PORT} + repository-details-conf ${AP_CONFIG_DIR}/repository-details.conf </IfModule> <LocationMatch ^${AP_ROOT}/?$> diff --git a/etc/repository-details.conf b/etc/repository-details.conf new file mode 100644 index 0000000..e173cfb --- /dev/null +++ b/etc/repository-details.conf @@ -0,0 +1,7 @@ +# file : etc/repository-details.conf +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file +# +# brep::module options +# +verb 1 |