Subversion module breaks per default

Hi guys,

On a cleanly installed Debian Wheezy box with Virtualmin, the Subversion module breaks per default. When enabling the module for a certain Virtual Server, it goes wrong:

Syntax error on line 60 of /etc/apache2/sites-enabled/osbc.nl.conf: Invalid command 'AuthzSVNAccessFile', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. The Apache error log may have more information.

The fix is quite obvious:

root@srv01:/etc/apache2# a2enmod authz_svn Considering dependency dav_svn for authz_svn: Considering dependency dav for dav_svn: Module dav already enabled Module dav_svn already enabled Enabling module authz_svn. To activate the new configuration, you need to run: service apache2 restart root@srv01:/etc/apache2# service apache2 restart [ ok ] Restarting web server: apache2 ... waiting .

Now it runs fine.

Status: 
Closed (fixed)

Comments

That is unusual, as the Virtualmin install script is supposed to enable that Apache module.

Did you install it using our install.sh script?

Yes, I did. On a clean Wheezy installation.

Ok, I see the bug now - the authz_svn module doesn't get enabled, only the dav_svn module. I will fix this in the next release of the installer.

Automatically closed -- issue fixed for 2 weeks with no activity.