Re: [users@httpd] unable to achieve sticky session

2013-11-03 Thread Igor Cicimov
http://tomcat.apache.org/connectors-doc/reference/workers.html Did you read this? Did you do the tomcat part of config setting the jvmRoute? On 04/11/2013 3:13 PM, "Nagaraju Kurma" wrote: > > Hi all, > > I am new to httpd and using the tomcat hosts behind of httpd. --> > (Apache2.2 and Tomca

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-03 Thread Jasvir Singh
On Mon, Nov 4, 2013 at 6:05 AM, Make Myday wrote: > These are the errors I experience after I performed my upgdrade on Ubuntu > re-installed Apache and PHP all to no avail. Can anyone help? Same as that of my case. Still problem is unsolved. Help needed. -- Jasvir Singh Grewal Blog:http://ja

[users@httpd] unable to achieve sticky session

2013-11-03 Thread Nagaraju Kurma
Hi all, I am new to httpd and using the tomcat hosts behind of httpd. --> (Apache2.2 and Tomcat-7) i achieved the load balancing perfectly but unable to achieve session replication (sticky session behavior). Due to this i unable to login into application. I noticed like this, At the first re

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-03 Thread Make Myday
These are the errors I experience after I performed my upgdrade on Ubuntu from 13.4 to 13.10, which in effect upgraded my Apache from 2.2 to 2.4 - Apache no longer works: On the browser, I get the following: Error Not Found: vhost: localhost /mywebapplication/ On command line I get the foll

Re: [users@httpd] Understanding the concepts of

2013-11-03 Thread Eric Covener
On Sun, Nov 3, 2013 at 12:56 PM, Freek de Kruijf wrote: > I am trying to translate the following old syntax into the new concept with > but After several tries could not figure out how. > > The following old syntax is: > Require valid-user > Order Deny,Allow > Deny from All > Allow from

[users@httpd] Understanding the concepts of

2013-11-03 Thread Freek de Kruijf
I am trying to translate the following old syntax into the new concept with but After several tries could not figure out how. The following old syntax is: Require valid-user Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from .example.com Satisfy any I tried among others