HI All,
i have the Web Portal on Linux docker image that does not start.
I have an error with Apache reading MONO config file.
root@ip-10-74-14-169:/var/www/html# apache2ctl -S
AH00526: Syntax error on line 5 of /etc/apache2/sites-enabled/001-mono.conf:
Invalid command 'MonoServerPath', perhaps misspelled or defined by a module not included in the server configuration
Action '-S' failed.
The Apache error log may have more information.
The configuration file is the following.
<VirtualHost *:80>
DocumentRoot /var/www
KeepAlive On
KeepAliveTimeout 2
MonoServerPath default "/usr/bin/mod-mono-server4"
MonoSetEnv MONO_THREADS_PER_CPU=100
CustomLog /proc/self/fd/1 combined
ErrorLog /proc/self/fd/2
MonoApplications default "/:/var/www"
MonoDebug true
<Location "/">
Allow from all
Order allow,deny
MonoSetServerAlias default
SetHandler mono
</Location>
</VirtualHost>
Any help is appreciated.
Thanks
Alessandro