diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 20:02:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-25 20:35:10 +0200 |
commit | 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 (patch) | |
tree | a54ffc979dde42e609bc9877120fa010887c6b66 /etc/apachectl | |
parent | 48a3c47d34c2acc0a39e2db5acfd437dace499c1 (diff) |
Implement new URL path schema for the web interface
Diffstat (limited to 'etc/apachectl')
-rwxr-xr-x | etc/apachectl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/apachectl b/etc/apachectl index 895d580..4c67c1f 100755 --- a/etc/apachectl +++ b/etc/apachectl @@ -37,6 +37,7 @@ export AP_MODULE_DIR export AP_WWW_DIR export AP_CONFIG_DIR export AP_WORKSPACE_DIR +export AP_REPOSITORY_DIR if test -n "$AP_LIB_DIRS"; then export LD_LIBRARY_PATH=$AP_LIB_DIRS:$LD_LIBRARY_PATH @@ -44,6 +45,7 @@ fi mkdir -p "$AP_WORKSPACE_DIR" mkdir -p "$AP_LOG_DIR" +mkdir -p "$AP_REPOSITORY_DIR" # the path to your httpd binary, including options if necessary |