I can't longer access to the sogo.mydomain I get the message :

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later."

tail /var/log/apache2/sogo_error.log say :
ap_proxy_connect_backend disabling worker for (127.0.0.1)

I run :  service sogo start  
I get  : Starting SOGo: sogo
I run : service sogo status
I get sogo is not running ... failed!

I don't understand why the sogod daemon didn't longer start. What on earth
could be wrong.

My config apache is as below :

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

<VirtualHost *:443>
   Servername sogo.domain.fr
   SSLEngine On
   SSLCertificateFile /etc/apache2/ssl.fac/wildcard.ias.u-psud.fr.crt
   SSLCertificateKeyFile /etc/apache2/ssl.fac/wildcard.ias.u-psud.fr.key
   DocumentRoot /usr/lib/GNUstep/SOGo/WebServerResources/
   ErrorLog /var/log/apache2/sogo-error.log
   Customlog /var/log/apache2/sogo-access.log combined
   ServerSignature Off
   <IfModule mpm_itk_module>
       AssignUserId sogo-a sogo-a
  </IfModule>

   Alias /SOGo.woa/WebServerResources/
/usr/lib/GNUstep/SOGo/WebServerResources/
   Alias /SOGo/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/
   AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*)
/usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

   <Directory /usr/lib/GNUstep/SOGo/>
      AllowOverride None
      Order deny,allow
      Allow from all
   </Directory>

   <LocationMatch
"^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)">
     SetHandler default-handler
   </LocationMatch>

   ProxyRequests off
   SetEnv proxy-nokeepalive 1
#   SetEnv proxy-initial-not-pooled 1
   ProxyPreserveHost On
   ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
#  ProxyPass /SOGo https://sogo.ias.u-psud.fr:20000/SOGo retry=0

   <Proxy http://129.175.64.232:20000/SOGo>
     RequestHeader set "x-webobjects-server-port" "443"
     RequestHeader set "x-webobjects-server-name" "sogo.ias.u-psud.fr"
     RequestHeader set "x-webobjects-server-url" "https://sogo.domain.fr";
     RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
     RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e
env=REMOTE_HOST
     AddDefaultCharset UTF-8
     Order allow,deny
     Allow from all
   </Proxy>
## We use mod_rewrite to pass remote address to the SOGo proxy.
   # The remote address will appear in SOGo's log files and in the X-Forward
   # header of emails.
   RewriteEngine On
   RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

   Redirect permanent /index.html https://sogo.ias.u-psud.fr/SOGo

</Virtualhost>

Thanks in advance.

Best regards

Gerard
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to