From 671e87ecdb121a4a9179237a3751eec320177433 2024-03-21 14:12:09 From: Marcin Kuźmiński Date: 2024-03-21 14:12:09 Subject: [PATCH] fix(svn): fixed default apache config --- diff --git a/service/svn/virtualhost.conf b/service/svn/virtualhost.conf index 43a760e..8d9fbd9 100644 --- a/service/svn/virtualhost.conf +++ b/service/svn/virtualhost.conf @@ -10,9 +10,11 @@ ErrorLog /proc/self/fd/2 CustomLog /proc/self/fd/1 combined LogLevel ${MOD_DAV_SVN_LOG_LEVEL} + + SetEnv MY_VAR value ServerAdmin admin@localhost - DocumentRoot /var/opt/www + DocumentRoot /home/rhodecode/apache2/htdocs ErrorLogFormat "{ \"time\":\"%{%Y-%m-%d}tT%{%T}t.%{msec_frac}tZ\", \"function\" : \"[%-m:%l]\" , \"process\" : \"[pid %P:tid %T]\" , \"message\" : \"%M\" ,\ \"referer\"\ : \"%{Referer}i\" }" LogFormat "{ \"time\":\"%{%Y-%m-%d}tT%{%T}t.%{msec_frac}tZ\", \"process\":\"%D\", \"filename\":\"%f\", \"remoteIP\":\"%a\", \"host\":\"%V\", \"request\":\"%U\", \"query\":\"%q\", \"method\":\"%m\", \"status\":\"%>s\", \"userAgent\":\"%{User-agent}i\", \"referer\":\"%{Referer}i\" }" combined @@ -27,4 +29,4 @@ LogLevel ${MOD_DAV_SVN_LOG_LEVEL} HttpProtocolOptions Unsafe Include ${MOD_DAV_SVN_CONF_FILE} - \ No newline at end of file +