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.
Comments
Submitted by JamieCameron on Thu, 09/12/2013 - 18:50 Comment #1
That is unusual, as the Virtualmin install script is supposed to enable that Apache module.
Did you install it using our install.sh script?
Submitted by signet on Tue, 09/17/2013 - 06:36 Pro Licensee Comment #2
Yes, I did. On a clean Wheezy installation.
Submitted by JamieCameron on Tue, 09/17/2013 - 23:17 Comment #3
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.
Submitted by signet on Sat, 09/21/2013 - 11:13 Pro Licensee Comment #4
Thank you!
Submitted by Issues on Sat, 10/05/2013 - 14:31 Comment #5
Automatically closed -- issue fixed for 2 weeks with no activity.