Failed to start apache :

After creating a subserver, I get this error:

Starting web server: apache2Syntax error on line 65 of /etc/apache2/sites-enabled/mf.streamonline.dk.conf:
Invalid command ‘AuthzSVNAccessFile’, perhaps misspelled or defined by a module not included in the server configuration
Action ‘start’ failed.
The Apache error log may have more information.
failed!

and Apache wont start

Can anybody help !!

regards
bison

Howdy,

It sounds like that domain is configured to use SVN, but one of the Apache SVN modules isn’t enabled.

Try running this command to enable the Apache module:

a2enmod authz_svn

And then restart Apache:

service apache2 restart

It worked ! - Thanks