Category: debian

  • Setting up subversion over ssl and nginx on debian

    Subversion supports DAV protocol access only with Apache server. To get it running with nginx, apache has to be installed on the same system. To start, install apache and svn support apt-get install apache2 libapache2-svn For apache and nginx web servers to coexist on the same computer and running at the same time, they would […]