<html><head></head><body><div dir="auto">Thanks for the prompt response.<br><br>With these changes it indeed works again.<br></div><br><br><div class="gmail_quote"><div dir="auto">On February 19, 2025 9:29:33 AM GMT+01:00, Yavor Doganov <yavor@gnu.org> wrote:</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><div dir="auto">Yavor Doganov wrote:<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"><div dir="auto">Include /usr/share/doc/sogo/apache.conf<br></div></blockquote><div dir="auto"><br>Yes, it's due to the switch to the multiarch layout. Does it work if<br>you change<br><br>Alias /SOGo.woa/WebServerResources/ \<br> /usr/lib/GNUstep/SOGo/WebServerResources/<br>Alias /SOGo/WebServerResources/ \<br> /usr/lib/GNUstep/SOGo/WebServerResources/<br><br>to<br><br>Alias /SOGo.woa/WebServerResources/ \<br> /usr/share/GNUstep/SOGo/WebServerResources/<br>Alias /SOGo/WebServerResources/ \<br> /usr/share/GNUstep/SOGo/WebServerResources/<br></div></blockquote><div dir="auto"><br>Oh, I forgot that<br><br><Directory /usr/lib/GNUstep/SOGo/><br><br>must also be changed to<br><br><Directory /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/><br><br>for your architecture.<br></div></pre></blockquote></div></body></html>