These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Failed to start apache : on the new forum.
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