[email protected] a écrit :
Hello,

SOGo nightly build is installed and works fine so far but it can't be reached
from the internet because it is on a private ip class. I have another server
which is gateway and of course which can be reached from internet.

Say the gateway is the A machine with ip 192.168.8.1 and B machine containing
SOGo is 192.168.2.32

I configured vhost and added properly proxypass and proxyreverse on the A
machine to forward requests to the B machine and to get results from B to A. 

I also modified the httpd/mod.d/proxy.conf to allow requests from all so i'm
sure the A apache's proxy is not clogging something.

It seems to work and from the A machine i can reach the B machine. 
When i ask for simple html page like the default one from the apache,
everything is ok. 

When i make a request to reach B/SOGo i have the SOGO's login page displayed
but all CSS are missing and i can't login when i enter user name and password.
Is looks like the displayed page is not able to interact with B server.

Is SOGo able to work in this kind of context or must it be directly accessible
from the internet ?
Didn't found any example about this kind of configuration.

Thank you 
  
After a spreaded useless search in every way, it appears that the right configuration for apache machine A is

<VirtualHost *:80>
ServerName toto.eu
ProxyRequests off
ProxyPass /funambol/ http://192.168.2.32:8080/funambol/
ProxyPassReverse /funambol/ http://192.168.2.32:8080/funambol/

ProxyPass /SOGo/ http://192.168.2.32/SOGo/
ProxyPassReverse /SOGo/ http://192.168.2.32/SOGo/
ProxyPass /SOGo.woa/ http://192.168.2.32/SOGo.woa/
ProxyPassReverse /SOGo.woa/ http://192.168.2.32/SOGo.woa/
</VirtualHost>


The missing part was in my case the .woa an also a bad redirectURL in the GNUstep configuration, i simply deleted it.

Hope this helps community.

Regards to all and thanks a lot for the unvaluable work and efforts done for this project, SOGo and associated with funambol it becomes a masterpiece in a company !




-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to