[EMAIL PROTECTED] Invalid Requests in Apache 1.3.28

2007-02-19 Thread Srikanth S
Hi We are running Apache 1.3.28 on Solaris 8. Very often, we are getting some invalid requests on apache web server like below GET / HTTP/1.1 301 254 - - - from different IP address. Even though it is not forwarding this request to application layer, it is increasing HTTPD count on web

[EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread AFrieze
Hi everyone I am using Apache to serve static content and to act as a Load Balancer to some Tomcat Nodes. I am interested in encrypting the data flowing between apache and tomcat. Apache is using mod_jk to connect tomcat on some port, say, 8009. I would like to use SSH port forwarding to

Re: [EMAIL PROTECTED] Invalid Requests in Apache 1.3.28

2007-02-19 Thread Joshua Slive
On 2/19/07, Srikanth S [EMAIL PROTECTED] wrote: Hi We are running Apache 1.3.28 on Solaris 8. Very often, we are getting some invalid requests on apache web server like below GET / HTTP/1.1 301 254 - - - from different IP address. Even though it is not forwarding this request to application

Re: [EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread AFrieze
AFrieze wrote: Hi everyone I am using Apache to serve static content and to act as a Load Balancer to some Tomcat Nodes. I am interested in encrypting the data flowing between apache and tomcat. Apache is using mod_jk to connect tomcat on some port, say, 8009. I would like to use SSH port

Re: [EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread Serge Dubrouski
May be you shouldn't use mod_jk at all? I'd configure HTTPS connector in Tomcat and use mod_proxy between Apache and Tomcat. In this case the channel will be encrypte with standard SSL. On 2/19/07, AFrieze [EMAIL PROTECTED] wrote: Hi everyone I am using Apache to serve static content and to

[EMAIL PROTECTED] mod_jk showstopper problem

2007-02-19 Thread pranjal deka
hi to all We are facing a problem.We want to do load balancing in apache2 and jboss4.0.4 in suse linux10.For the load balancing we have downloaded mod_jk.so from the apache and put it in the apache server.then we configured httpd.conf by putting INCLUDE ---/mod_jk.conf.But when we tried to