##// END OF EJS Templates
docs: updated svn configuration to prevent 400 errors on certain Apache versions.
marcink -
r2018:2eaa3326 stable
parent child Browse files
Show More
@@ -15,7 +15,21 b' Prerequisites'
15 15 ``Apache HTTP Server`` and ``mod_dav_svn``.
16 16
17 17
18 Using Ubuntu 14.04 Distribution as an example execute the following:
18 .. tip::
19
20 We recommend using Wandisco repositories which provide latest SVN versions
21 for most platforms. Below is example how to add the wandisco repositories
22 for Ubuntu.
23
24 .. code-block:: bash
25
26 $ sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu `lsb_release -cs` svn19" >> /etc/apt/sources.list.d/subversion19.list'
27 $ sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add -
28 $ sudo apt-get update
29
30
31 Using Ubuntu 14.04/16.04 Distribution as an example execute the following to
32 install required components:
19 33
20 34 .. code-block:: bash
21 35
@@ -67,6 +81,9 b' 1. To configure Apache, create and edit '
67 81 DocumentRoot /var/www/html
68 82 ErrorLog ${'${APACHE_LOG_DIR}'}/error.log
69 83 CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined
84 LogLevel info
85 # allows custom host names, prevents 400 errors on checkout
86 HttpProtocolOptions Unsafe
70 87 Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf
71 88 </VirtualHost>
72 89
@@ -21,6 +21,9 b''
21 21 # DocumentRoot /var/www/html
22 22 # ErrorLog ${'${APACHE_LOG_DIR}'}/error.log
23 23 # CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined
24 # LogLevel info
25 # # allows custom host names, prevents 400 errors on checkout
26 # HttpProtocolOptions Unsafe
24 27 # Include /path/to/generated/mod_dav_svn.conf
25 28 # </VirtualHost>
26 29 #
General Comments 0
You need to be logged in to leave comments. Login now