<div dir="ltr"><div>Good afternoon,</div>On a Debian 11 virtual server, apache and qgis server are installed and working. <div>I also installed the "qgis-lizmap-server-plugin" plugin and the "qgis plugin manager". I 'm trying now to install lizmap web client thanks to the official doc.<a href="https://docs.lizmap.com/3.6/fr/install/linux.html"> https://docs.lizmap.com/3.6/fr/install/linux.html</a><br>I have a question regarding the Web Configuration section.<br>I installed the necessary packages: curl, openssl, libssl1.1, nginx-full, nginx nginx-common, php7.4-fpm php7.4-cli php7.4-bz2 php7.4-curl php7.4-gd php7.4-intl php7.4-json php7.4-mbstring php7.4-pgsql php7.4-sqlite3 php7.4-xml php7.4-ldap php7.4-redis</div><div>As requested by the doc, I created a lizmap.conf file under /etc/apache2/sites-available/ I replaced in this file the value localhost by the name of the server <a href="http://XXX.XXXX.fr">XXX.XXXX.fr</a><br>This is the only modification made in this file.<br>It is written in the doc:<br><i>"You should declare the lizmap.local domain name somewhere (in your /etc/hosts, or into your DNS..), or replace it by your own domain name."</i><br>I did not declare a lizmap.local domain under /etc/hosts. Is it mandatory? Or is it optional? Because i have already done a similar action for qgis server installation.<br>Can someone explain this step? Are there any examples showing how to do this?<br></div><div><br></div><div>I tried anyway to activate the virtual host<br></div><div><br></div><div><i>"ln -s /etc/apache2/sites-available/lizmap.conf /etc/apache2/sites-enabled/lizmap.conf"</i><br></div><div><br></div><div>But when I try to restart apache, I can't. With these error messages:<br></div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)">root@XXXXXXXXXXXX:/etc/apache2/sites-enabled# systemctl status apache2
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2023-04-24 15:21:31 CEST; 1min 32s ago
       Docs: <a href="https://httpd.apache.org/docs/2.4/">https://httpd.apache.org/docs/2.4/</a>
    Process: 657246 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
        CPU: 30ms

avril 24 15:21:31 XXXXXXXXXXXX systemd[1]: Starting The Apache HTTP Server...
avril 24 15:21:31 XXXXXXXXXXXX apachectl[657249]: apache2: Syntax error on line 240 of /etc/apache2/apache2.conf: Syntax error on line 24 of /etc/apache2/sites-enabled/lizmap.conf: Could not open configuration file /etc/apache2/fastc>
avril 24 15:21:31 XXXXXXXXXXXX apachectl[657246]: Action 'start' failed.
avril 24 15:21:31 XXXXXXXXXXXX apachectl[657246]: The Apache error log may have more information.
avril 24 15:21:31 XXXXXXXXXXXX systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
avril 24 15:21:31 XXXXXXXXXXXX systemd[1]: apache2.service: Failed with result 'exit-code'.
avril 24 15:21:31 XXXXXXXXXXXX systemd[1]: Failed to start The Apache HTTP Server.
 ESCOC
yntax error on line 24 of /etc/apache2/sites-enabled/lizmap.conf: Could not open configuration file /etc/apache2/fastcgi_params;: No such file or directory</pre></div><div><br></div><div><br></div><div>The error message seems to refer to line 24 of the lizmap.conf file. This line is:<br></div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)">include fastcgi_params;</pre></div><div><br></div><div><br></div><div>In advance, thanks a lot for your help.</div></div>