Re: [SOGo] Nightly built broken web interface

2012-10-10 Thread Didier Belhomme
Hi,

The packages just downloaded (Version 2.0.0 (root@shiva 201210100033))
seems to solve the problem.

Thanks a lot, you're doing a great job at Inverse !

Didier.

Le 09/10/2012 23:27, Wolfgang Sourdeau a écrit :
 Please try again with  sogo-2.0_20121009-1.centos6.x86_64 when it's
 built. Thanks!
 
 
 Wolfgang
 


-- 
Didier Belhomme
FUNDP - SIU
Gestionnaire Systemes Unix/GNU/Linux
E-mail: didier.belho...@fundp.ac.be
Tel : +32 81 72 50 25
Fax : +32 81 72 50 23
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Nightly built broken web interface

2012-10-10 Thread Wolfgang Sourdeau

Le 12-10-10 04:18, Didier Belhomme a écrit :

Hi,

The packages just downloaded (Version 2.0.0 (root@shiva 201210100033))
seems to solve the problem.

Thanks a lot, you're doing a great job at Inverse !


Thank you very much!


Wolfgang


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


Re: [SOGo] Nightly built broken web interface

2012-10-09 Thread Wolfgang Sourdeau
Please try again with  sogo-2.0_20121009-1.centos6.x86_64 when it's 
built. Thanks!



Wolfgang

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


Re: [SOGo] Nightly built broken web interface

2012-10-08 Thread Didier Belhomme
Le 06/10/2012 12:07, Christian Rößner a écrit :
 Hi,
 
 this morning I upgraded the nightly-built to 2.0.0.20121006-1

I've just upgraded to the sogo-2.0_20121008-1.centos6.x86_64 package on
my test system. It seems to me that this build is severely broken : lots
of missing files, css, etc... leading to a non-functional installation.
Even the login page is not displayed correctly, and in the HTML source
of it the css reference are missing.

I don't think that changing the paths would correct anything in that
case. Or maybe a missing dependency is hiding somewhere in the packages ?

Regards,

Didier.

 
 It seems that paths have changes for WebServices. There is a new folder 
 ckeditor. I tried modifying my Alias statements, but not sure what to do 
 there. Does someone know, how to get SOGo running again?
 
 I guess the location and alias lines need updates for me. Changing to what?
 
 Thanks in advance :)
 
 -Christian Rößner
 
 ---
 Bachelor of Science Informatik
 Erlenwiese 14, 36304 Alsfeld
 T: +49 6631 78823400, F: +49 6631 78823409, M: +49 176 93118939
 USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com
 


-- 
Didier Belhomme
FUNDP - SIU
Gestionnaire Systemes Unix/GNU/Linux
E-mail: didier.belho...@fundp.ac.be
Tel : +32 81 72 50 25
Fax : +32 81 72 50 23
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Nightly built broken web interface

2012-10-08 Thread Miles Lott

Same problem here as well.

On 10/08/2012 08:55 AM, Didier Belhomme wrote:

Le 06/10/2012 12:07, Christian Rößner a écrit :

Hi,

this morning I upgraded the nightly-built to 2.0.0.20121006-1

I've just upgraded to the sogo-2.0_20121008-1.centos6.x86_64 package on
my test system. It seems to me that this build is severely broken : lots
of missing files, css, etc... leading to a non-functional installation.





Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments. 


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


[SOGo] Nightly built broken web interface

2012-10-06 Thread Christian Rößner
Hi,

this morning I upgraded the nightly-built to 2.0.0.20121006-1

It seems that paths have changes for WebServices. There is a new folder 
ckeditor. I tried modifying my Alias statements, but not sure what to do there. 
Does someone know, how to get SOGo running again?

Here is my nginx config part:

server {
listen 443;
server_name sogo.roessner-net.de;

root /usr/share/nginx/www;
index index.html index.htm;

ssl on;
ssl_certificate /etc/ssl/certs/sogo.roessner-net.de.crt;
ssl_certificate_key /etc/ssl/private/sogo.roessner-net.de.key;
ssl_session_timeout 5m;
ssl_session_cache shared:SSL:5m;

ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;

rewrite ^/$ https://$host/SOGo permanent;

location /favicon.ico {
alias /var/www/favicon.ico;
}

location ^~ /SOGo {
proxy_pass  http://127.0.0.1:2;
proxy_set_headerX-Real-IP   
$remote_addr;
proxy_set_headerX-Forwarded-For 
$proxy_add_x_forwarded_for;
proxy_set_headerHost
$host;
proxy_set_headerx-webobjects-server-protocol
HTTP/1.0;
proxy_set_headerx-webobjects-remote-host
$remote_addr;
proxy_set_headerx-webobjects-server-port
443;
proxy_set_headerx-webobjects-server-name
$server_name;
proxy_set_headerx-webobjects-server-url 
$scheme://$host;
proxy_connect_timeout   600;
proxy_send_timeout  90;
proxy_read_timeout  600;
proxy_buffer_size   4k;
proxy_buffers   4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size  64k;
client_max_body_size50m;
client_body_buffer_size 128k;
break;
}

location /SOGo.woa/WebServerResources/ {
alias   /usr/lib/GNUstep/SOGo/WebServerResources/;
expires 1y;
}
location /SOGo/WebServerResources/ {
alias   /usr/lib/GNUstep/SOGo/WebServerResources/;
expires 1y;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
alias   /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
expires 1y;
}
}

I guess the location and alias lines need updates for me. Changing to what?

Thanks in advance :)

-Christian Rößner

---
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 176 93118939
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com

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