/etc/fusionforge/httpd.conf.d/plugin-scmsvn.inc is in fusionforge-plugin-scmsvn 6.0.5-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # Redirect URLs from FF < 6.0 (web_host -> scm_host)
<IfModule mod_authz_svn.c>
Alias /svn ${FF__core__source_path}/www/plugins/scmsvn/redirect-to-itk.php
</IfModule>
<IfModule !mod_authz_svn.c>
Redirect permanent /svn https://${FF__core__scm_host}/anonscm/svn/
</IfModule>
|