I installed a Redmine of ALMinium.
git clone https://github.com/alminium/alminium.gitcd alminiumsudo bash ./smelt- And the ALMinium was successfully installed.
But while Apache2 is being started, the error message below appears and Apache2 fails to start.
Syntax error on line 2 of /etc/apache2/sites-enabled/vcs:
Invalid command 'PerlLoadModule', perhaps misspelled or defined by a module not included in the server configuration
Action 'start' failed.
In the 'vcs', the line below is defined.
PerlLoadModule Apache::Authn::Redmine
To workaround this issue, what should I do?