|
|
@ -10,18 +10,15 @@ |
|
|
|
$OUT = ""; |
|
|
|
$OUT = ""; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ScriptAlias /SOGo/cgi-bin /usr/share/SOGo/cgi-bin |
|
|
|
ScriptAlias /sogo-cgi-bin /usr/share/SOGo/cgi-bin |
|
|
|
<Directory /usr/share/SOGo/cgi-bin> |
|
|
|
<Directory /usr/share/SOGo/cgi-bin> |
|
|
|
AllowOverride None |
|
|
|
AllowOverride None |
|
|
|
Options +ExecCGI |
|
|
|
Options +ExecCGI |
|
|
|
|
|
|
|
Order deny,allow |
|
|
|
|
|
|
|
Allow from 127.0.0.1 |
|
|
|
</Directory> |
|
|
|
</Directory> |
|
|
|
|
|
|
|
|
|
|
|
ProxyPass /SOGo/casProxy http://localhost/SOGo/cgi-bin/cas-proxy-validate |
|
|
|
ProxyPass /SOGo/casProxy http://localhost/sogo-cgi-bin/cas-proxy-validate |
|
|
|
|
|
|
|
|
|
|
|
<Proxy http://localhost/SOGo/cgi-bin/cas-proxy-validate> |
|
|
|
|
|
|
|
Order deny,allow |
|
|
|
|
|
|
|
Allow from 127.0.0.1 192.168.7.1 |
|
|
|
|
|
|
|
</Proxy> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ProxyPass /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo |
|
|
|
ProxyPass /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo |
|
|
|
ProxyPassReverse /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo |
|
|
|
ProxyPassReverse /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo |
|
|
@ -41,6 +38,12 @@ RedirectMatch ^/.well-known/(caldav|carddav)$ /SOGo/dav/ |
|
|
|
RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo" |
|
|
|
RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo" |
|
|
|
</Location> |
|
|
|
</Location> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Location /SOGo/casProxy> |
|
|
|
|
|
|
|
Order deny,allow |
|
|
|
|
|
|
|
Deny from All |
|
|
|
|
|
|
|
Allow from 127.0.0.1 {"$LocalIP";} |
|
|
|
|
|
|
|
</Location> |
|
|
|
|
|
|
|
|
|
|
|
Alias /.woa/WebServerResources/ {"$style";} |
|
|
|
Alias /.woa/WebServerResources/ {"$style";} |
|
|
|
Alias /SOGo.woa/WebServerResources/ {"$style";} |
|
|
|
Alias /SOGo.woa/WebServerResources/ {"$style";} |
|
|
|
Alias /SOGo/WebServerResources/ {"$style";} |
|
|
|
Alias /SOGo/WebServerResources/ {"$style";} |
|
|
|