##// END OF EJS Templates
fix(svn): fixed default apache config
marcink -
Show More
@@ -10,9 +10,11 b' ErrorLog /proc/self/fd/2'
10 CustomLog /proc/self/fd/1 combined
10 CustomLog /proc/self/fd/1 combined
11 LogLevel ${MOD_DAV_SVN_LOG_LEVEL}
11 LogLevel ${MOD_DAV_SVN_LOG_LEVEL}
12
12
13
13 <VirtualHost *:${MOD_DAV_SVN_PORT}>
14 <VirtualHost *:${MOD_DAV_SVN_PORT}>
15 SetEnv MY_VAR value
14 ServerAdmin admin@localhost
16 ServerAdmin admin@localhost
15 DocumentRoot /var/opt/www
17 DocumentRoot /home/rhodecode/apache2/htdocs
16
18
17 ErrorLogFormat "{ \"time\":\"%{%Y-%m-%d}tT%{%T}t.%{msec_frac}tZ\", \"function\" : \"[%-m:%l]\" , \"process\" : \"[pid %P:tid %T]\" , \"message\" : \"%M\" ,\ \"referer\"\ : \"%{Referer}i\" }"
19 ErrorLogFormat "{ \"time\":\"%{%Y-%m-%d}tT%{%T}t.%{msec_frac}tZ\", \"function\" : \"[%-m:%l]\" , \"process\" : \"[pid %P:tid %T]\" , \"message\" : \"%M\" ,\ \"referer\"\ : \"%{Referer}i\" }"
18 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
20 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 b' LogLevel ${MOD_DAV_SVN_LOG_LEVEL}'
27 HttpProtocolOptions Unsafe
29 HttpProtocolOptions Unsafe
28
30
29 Include ${MOD_DAV_SVN_CONF_FILE}
31 Include ${MOD_DAV_SVN_CONF_FILE}
30 </VirtualHost> No newline at end of file
32 </VirtualHost>
General Comments 0
You need to be logged in to leave comments. Login now