##// END OF EJS Templates
svn: add example path for mod_dav_svn.conf include.
marcink -
r4243:b0aa1ce9 stable
parent child Browse files
Show More
@@ -124,6 +124,7 b' 1. To configure Apache, create and edit '
124 LogLevel info
124 LogLevel info
125 # allows custom host names, prevents 400 errors on checkout
125 # allows custom host names, prevents 400 errors on checkout
126 HttpProtocolOptions Unsafe
126 HttpProtocolOptions Unsafe
127 # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf
127 Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf
128 Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf
128 </VirtualHost>
129 </VirtualHost>
129
130
@@ -24,6 +24,7 b''
24 # LogLevel info
24 # LogLevel info
25 # # allows custom host names, prevents 400 errors on checkout
25 # # allows custom host names, prevents 400 errors on checkout
26 # HttpProtocolOptions Unsafe
26 # HttpProtocolOptions Unsafe
27 # # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf
27 # Include /path/to/generated/mod_dav_svn.conf
28 # Include /path/to/generated/mod_dav_svn.conf
28 # </VirtualHost>
29 # </VirtualHost>
29 #
30 #
General Comments 0
You need to be logged in to leave comments. Login now