You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image provides Apache configured for use as a Subversion server. The docker file has been copied from [docker-library/httpd](https://github.com/docker-library/httpd)
4
-
and modified to build Subversion as well as Apache. It was a bit messy to use the official image as a base and compile Subversion afterwards as the two builds share
5
-
many build dependencies; otherwise that would have been nicer.
1
+
# Apache httpd with Subversion
2
+
3
+
This image provides Apache configured for use as a Subversion server. The docker file has been copied from [docker-library/httpd](https://github.com/docker-library/httpd)
4
+
and modified to build Subversion as well as Apache.
5
+
6
+
## Usage
7
+
8
+
9
+
## Notes
10
+
11
+
* It is important to set the ServerName option to the real external host name, as Subversion (or rather DAV) needs it for the copy command.
12
+
Set HTTPD_SERVER_NAME when using the default configuration or be sure to set it manually. If not defined the container's host name will
13
+
be used and that is probably wrong.
14
+
* It is a very good idea to require SSL/TLS or alternatively to use a web front with SSL. The default configuration assumes a web front.
0 commit comments