I went through configuration step by step and found out, that cron jobs were commented, what caused, that sessions in sql table were not expiring (table had 300 rows). After I enabled cron jobs, problem disappeared.
Jan On Fri, Aug 9, 2019 at 3:18 PM Jan Laufik <[email protected]> wrote: > Hello Christian, > > thanks for the answer. Well, I'm using same virtual host configuration > on different servers with slightly older package versions, and I haven't > experienced such problem. I've changed virtual host configuration to bare > minimum and I'm using SOGo.conf configuration file provided by the nightly > build rpm package for the CentOS with one modification - RedirectMatch is > uncommented. Everything works fine for one or two days, and then this > starts to happen for all of the new connection, while existing sessions > continue to work fine, restarting Apache doesn't solve the problem, but > restarting sogod does. > > Thanks. > > Jan > > On Wed, Aug 7, 2019 at 3:00 PM Christian Mack <[email protected]> wrote: > >> Hello >> >> There seems to be a problem in your webservers reverse proxy >> configuration. >> >> Kind regards, >> Christian Mack >> >> Am 07.08.19 um 12:04 schrieb Ja Anno ([email protected]): >> > Hello, >> > >> > I have several identical SOGo installations (in terms of >> configuration) >> > and I'm trying to solve problem that appears from time to time at one of >> > the customers running version 4.0.8 (201907310126), while others runs >> just >> > fine. It looks like there is some problem with URL generation as "GET >> > /SOGo?locale=cz&cd=0" should by requested alone, while it gets mixed >> with >> > SOGo.woa request resulting in invalid URL. Only way, how to fix this >> > problem, is to restart sogod process. >> > >> > This is excerpt from the log file when problem is present: >> > >> > Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri >> '/SOGo/' >> > Aug 07 07:56:56 sogod [20077]: |SOGo| constructed root-url: /SOGo/ >> > Aug 07 07:56:56 sogod [20077]: |SOGo| setting root-url in context: >> /SOGo/ >> > Aug 07 07:56:56 sogod [20077]: |SOGo| ROOT baseURL(no container, >> > name=(null)): >> > own: /SOGo/ >> > Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.015647 seconds to >> > execute >> > Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET /SOGo/ HTTP/1.1" 200 >> > 22642/0 0.017 - - 0 >> > Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri >> > '/SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg' >> > Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000390 seconds to >> > execute >> > Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET >> > /SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg HTTP/1.1" >> 404 >> > 141/0 0.001 - - 0 >> > Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri >> > '/SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415' >> > Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000364 seconds to >> > execute >> > Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET >> > /SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415 >> > HTTP/1.1" 404 133/0 0.001 - - 0 >> > Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri >> > '/SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg' >> > Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000350 seconds to >> > execute >> > Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET >> > /SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg HTTP/1.1" >> 404 >> > 141/0 0.001 - - 0 >> > Aug 07 07:56:57 sogod [20077]: |SOGo| starting method 'GET' on uri >> > '/SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415' >> > Aug 07 07:56:57 sogod [20077]: |SOGo| request took 0.000397 seconds to >> > execute >> > Aug 07 07:56:57 sogod [20077]: 192.168.10.17 "GET >> > /SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415 >> > HTTP/1.1" 404 133/0 0.001 - - 0 >> > Aug 07 07:57:02 sogod [20077]: |SOGo| starting method 'POST' on uri >> > '/SOGo/so/[email protected]/Mail/0/folderINBOX/view' >> > Aug 07 07:57:02 sogod [20077]: |SOGo| request took 0.415790 seconds to >> > execute >> > >> > I found similar problem reported here, unfortunately, reporting user >> just >> > reinstalled everything. >> > >> > https://sogo.nu/bugs/view.php?id=4166 >> > >> > Anyone experienced similar problem? >> > >> > Thanks, >> > >> > Jan >> > >> >> >> -- >> Christian Mack >> Universität Konstanz >> Kommunikations-, Informations-, Medienzentrum (KIM) >> Abteilung Basisdienste >> 78457 Konstanz >> +49 7531 88-4416 >> >> -- [email protected] https://inverse.ca/sogo/lists
