Hello folks!<br><br>I keep doing my tests with LibreOffice Online. At the moment, I&#39;m starting LibreOffice Online by running, on the server:<br>  # GDK_BACKEND=broadway ./soffice.bin<br><br>And opening the 8080 port with:<br>
  # iptables -I INPUT -p tcp –dport 8080 -j ACCEPT<br><br>After this, I get LibreOffice Online in other computers of my local network typing: <br>  <a href="http://10.244.53.25:8080/">http://10.244.53.25:8080/</a><br><br>
LibreOffice Online works fine with the most common functions. However, just opening 8080 port with iptables, the <a href="http://10.244.53.25:8080/">http://10.244.53.25:8080/</a> address accepts only one connection per time. <br>
<br>The Broadway backend allows rendering LibreOffice but, is there some “LibreOffice intelligence” to manage several connections? Or...Is there a different way to configure LibreOffice (with a HTTP Server, for example) to accept multiple connections at same time? Do I need to configure something else? <br>
<br>Thanks for any help! :)<br><br>Best regards,<br>Gustavo Pacheco.<br>