Show More
@@ -23,11 +23,13 b' Using Ubuntu Distribution as an example ' | |||
|
23 | 23 | |
|
24 | 24 | $ sudo apt-get install apache2 libapache2-mod-svn |
|
25 | 25 | |
|
26 | Once installed you need to enable ``dav_svn``: | |
|
26 | Once installed you need to enable ``dav_svn`` and ``anon``: | |
|
27 | 27 | |
|
28 | 28 | .. code-block:: bash |
|
29 | 29 | |
|
30 | 30 | $ sudo a2enmod dav_svn |
|
31 | $ sudo a2enmod authn_anon | |
|
32 | ||
|
31 | 33 | |
|
32 | 34 | Configuring Apache Setup |
|
33 | 35 | ^^^^^^^^^^^^^^^^^^^^^^^^ |
@@ -64,8 +66,8 b' 1. To configure Apache, create and edit ' | |||
|
64 | 66 | <VirtualHost *:8080> |
|
65 | 67 | ServerAdmin rhodecode-admin@localhost |
|
66 | 68 | DocumentRoot /var/www/html |
|
67 |
ErrorLog |
|
|
68 |
CustomLog |
|
|
69 | ErrorLog ${APACHE_LOG_DIR}/error.log | |
|
70 | CustomLog ${APACHE_LOG_DIR}/access.log combined | |
|
69 | 71 | Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf |
|
70 | 72 | </VirtualHost> |
|
71 | 73 |
General Comments 0
You need to be logged in to leave comments.
Login now