RE: mod_jk - ajp hangs indefinitely on some requests

2008-12-04 Thread Doctor Khumalo
How can i be removed from this awful blog? Date: Thu, 4 Dec 2008 15:50:30 -0500 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: mod_jk - ajp hangs indefinitely on some requests Mark Thomas wrote: Roy McMorran wrote: libtcnative: 1.10 Sorry, should

SSL/Apache and Proxy

2008-12-04 Thread Doctor Khumalo
How do I configure server.xml on Tomcat? I have configured SSL through Apache and the proxy part works, however, I get this error in the ssl log [Thu Dec 04 15:06:12 2008] [error] (111)Connection refused: proxy: HTTPS: attempt to connect to 165.112.28.126:8443 (localhost) failed [Thu Dec 04

RE: SSL/Apache and Proxy

2008-12-05 Thread Doctor Khumalo
Here is my server.xml config. I can see the main localhost but whenever I try to type https://local3, it gives me a 503 Error ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
Anyone know anything about this or will my post be ignored? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: SSL/Apache and Proxy Date: Fri, 5 Dec 2008 14:18:12 + Here is my server.xml config. I can see the main localhost but whenever I try to type

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
So is being a d-bag. Date: Mon, 8 Dec 2008 17:23:10 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy Doctor Khumalo: Anyone know anything about this or will my post be ignored? Hijacking unrelated threads is a good way to get ignored. Regards

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
?On Mon, Dec 8, 2008 at 15:38, Doctor Khumalo [EMAIL PROTECTED] wrote: Anyone know anything about this or will my post be ignored? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: SSL/Apache and Proxy Date: Fri, 5 Dec 2008 14:18:12 +Here is my server.xml config

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
, but your Apache error looks like you configured httpd to proxy to an HTTPS port. So either enable HTTPS on Tomcat 8443 or tell Apache to talk HTTP to the backend. See also http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html Regards, Rainer Doctor Khumalo schrieb: Anyone know anything

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
Connector port=8443 minSpareThreads=5 maxSpareThreads=75 proxyName=local3 enableLookups=true disableUploadTimeout=true acceptCount=100 maxThreads=200 scheme=https secure=true SSLEnabled=true SSLCertificateFile=/usr/local/apache2/conf/ssl.key/local3.crt

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
How would I do that? Date: Mon, 8 Dec 2008 18:01:16 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy You can just use proxy_pass_ajp instead just proxy_pass. This way you don't need tomcat ssl listener. Rainer Jung wrote: Doctor Khumalo

Tomcat Web Application Manager

2008-07-30 Thread Doctor Khumalo
I just set up Apache-Tomcat 6.0.16 and have two domain names to be used as virtual hosts on the same machine. I have set this up in $CATALINA_HOME/conf/server.xml and can now see them both show up on the server. After editing the tomcat-users.xml, I can now look at the main Tomcat Web