Hello,

Here's my configuration :


Sogo 5.5.1

Apache24

Mysql80



I have a problem with sogo and active sync, i can log with all users but when i go to "preferences" i have a proxy error :



The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request

Reason: *Error reading from remote server*

*
*

*Apache log :
*


[Sat Feb 12 15:36:31.251291 2022] [proxy_http:error] [pid 77047] (70007)The timeout specified has expired: [client 172.17.2.1:52447] AH01102: error reading status line from remote server 127.0.0.1:20000 [Sat Feb 12 15:36:31.251422 2022] [proxy:error] [pid 77047] [client 172.17.2.1:52447] AH00898: Error reading from remote server returned by /Microsoft-Server-ActiveSync [Sat Feb 12 15:42:31.981330 2022] [proxy_http:error] [pid 77047] (70007)The timeout specified has expired: [client 172.17.2.1:52447] AH01102: error reading status line from remote server 127.0.0.1:20000 [Sat Feb 12 15:42:31.981559 2022] [proxy:error] [pid 77047] [client 172.17.2.1:52447] AH00898: Error reading from remote server returned by /Microsoft-Server-ActiveSync


- telnet on port 20000 is ok

- Rewrite rule in APACHe is enable


*Configuration files *:


- *a bit of sogo-apache.conf :*


# Enable to use Microsoft ActiveSync support
# Note that you MUST have many sogod workers to use ActiveSync.
# See the SOGo Installation and Configuration guide for more details.
#
ProxyPass /Microsoft-Server-ActiveSync \
http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=360

ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 nocanon Keepalive=On

<Proxy http://127.0.0.1:20000/SOGo>
## Adjust the following to your configuration
## and make sure to enable the headers module
<IfModule headers_module>
  RequestHeader set "x-webobjects-server-port" "443"
  SetEnvIf Host (.*) HTTP_HOST=$1
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e"; env=HTTP_HOST

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
  RequestHeader unset "x-webobjects-remote-user"
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" env=REMOTE_USER

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
</IfModule>

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
</Proxy>


-------------------------------------------------------------------------------------------------------------------------------

- a bit of *Sogo.conf :*


WOWorkersCount = 120;
  SOGoMaximumPingInterval = 3540;
  SOGoMaximumSyncInterval = 3540;
  SOGoInternalSyncInterval = 60;


I don't understand ??

Thanks by advance
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to