View Issue Details

IDProjectCategoryView StatusLast Update
0003913SOGoBackend Generalpublic2016-11-25 00:12
Reporterroms Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.2.2 
Summary0003913: ApplicationBaseURL incorrectly set if suburl is other than /SOGo
Description

ApplicationBaseURL is always set like '/SubPath/SOGo' like in this example :
var ApplicationBaseURL = '/SOGo3/SOGo';

This was generated because I want SOGo to be accessible throw http://www.mydomain.com/SOGo3 and not http://www.mydomain.com/SOGo

Steps To Reproduce

In Apache, configs are like :

SOGo3

Alias /SOGo3.woa/WebServerResources/ /usr/GNUstep/Local/Library/SOGo/WebServerResources/
Alias /SOGo3/WebServerResources/ /usr/GNUstep/Local/Library/SOGo/WebServerResources/
AliasMatch /SOGo3/so/ControlPanel/Products/(.)/Resources/(.) /usr/GNUstep/Local/Library/SOGo/$1.SOGo/Resources/$2

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

ProxyPass /SOGo3 http://127.0.0.1:30000/SOGo3 retry=0

<Proxy http://127.0.0.1:30000/SOGo3>
....
</Proxy>

RewriteRule ^/SOGo3/(.*)$ /SOGo3/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

Additional Information

Expected result :
var ApplicationBaseURL = '/SOGo3';

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-11-25 00:12 roms New Issue