Moderators: ScalixSupport, admin
<IfModule mod_proxy_ajp.c>
ProxyPass /webmail ajp://localhost:8009/webmail
Code: Select all
<IfModule mod_proxy_ajp.c>
ProxyPass /webmail ajp://olomedia.eu:8009/webmail
Code: Select all
# Defines in Seconds how long a SOAP request will remain in the current, uncomplete
# readyState (= 1, 2, or 3) before we force a timeout
swa.soap.soapRequestTimeout=60
ScalixSupport wrote:Hi!
Basically, lsof -i:8009 should respond, that is why I wanted to you to edit the scalix-tomcat-connector.conf which after the last edit looks perfect, I see you don't haveCode: Select all
# Defines in Seconds how long a SOAP request will remain in the current, uncomplete
# readyState (= 1, 2, or 3) before we force a timeout
swa.soap.soapRequestTimeout=60
in your swa.properties, save and exit, restart scalix-tomcat and try again.
Code: Select all
# Defines in Seconds how long a SOAP request will remain in the current, uncomplete
# readyState (= 1, 2, or 3) before we force a timeout
swa.soap.soapRequestTimeout=60
<VirtualHost <hostname>:80>
Include /etc/opt/scalix-tomcat/connector/ajp/app-<hostname>.*.conf
</VirtualHost>
<VirtualHost <hostname>:443>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Include /etc/opt/scalix-tomcat/connector/ajp/app-<hostname>.*.conf
</VirtualHost>
<VirtualHost <hostname>:80>
Include /etc/opt/scalix-tomcat/connector/jk/app-<hostname>.*.conf
</VirtualHost>
<VirtualHost <hostname>:443>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Include /etc/opt/scalix-tomcat/connector/jk/app-<hostname>.*.conf
</VirtualHost>
JkWorkerProperty worker.<hostname>.type=ajp13
JkWorkerProperty worker.<hostname>.host=subir-rhel4.scalix.co.in
JkWorkerProperty worker.<hostname>.port=8009
JkWorkerProperty worker.<hostname>.lbfactor=50
JkWorkerProperty worker.<hostname>.cachesize=10
JkWorkerProperty worker.<hostname>.cache_timeout=600
JkWorkerProperty worker.<hostname>.socket_keepalive=1
JkWorkerProperty worker.<hostname>.recycle_timeout=300
Code: Select all
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009"
address="subir-rhel4.scalix.co.in"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
URIEncoding="UTF-8" />
Users browsing this forum: No registered users and 10 guests