Moderators: ScalixSupport, admin
Code: Select all
<VirtualHost *:80>
Include /etc/opt/scalix-tomcat/connector/ajp/app-XXX.*.conf
</VirtualHost>
Code: Select all
<VirtualHost *:80>
Include /etc/opt/scalix-tomcat/connector/ajp/app-<server-hostname>.*.conf
<LocationMatch "^/sac/*">
RewriteEngine on
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
</LocationMatch>
<LocationMatch "^/webmail/*">
RewriteEngine on
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
</LocationMatch>
</VirtualHost>
Code: Select all
http://www.scalix.com/wiki/index.php?title=HowTos/ScalixSecurity
Code: Select all
/etc/opt/scalix-tomcat/connector/ajp
Code: Select all
# block to the fully qualified domain name (see /etc/HOSTNAME).
#
# * if your server certificate is protected by a passphrase you should increase the
# APACHE_START_TIMEOUT (see above)
#
# * modules listed here will be ignored if they are not installed
#
#
# EXAMPLES:
#
# fairly minimal
# APACHE_MODULES="authz_host alias auth dir log_config mime setenvif"
#
# apache's default installation
# APACHE_MODULES="authz_host actions alias asis auth autoindex cgi dir imap include log_config mime negotiatio\
n setenvif status userdir"
# your settings
# Added by Scalix installer: proxy proxy_ajp deflate
APACHE_MODULES="authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir in\
clude log_config mime negotiation setenvif status userdir asis imagemap ssl php5 authz_default proxy proxy_ajp\
deflate"
Users browsing this forum: No registered users and 1 guest