Re: [users@httpd] Load balancer worker status

2011-04-11 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello cgogineni, On 04/11/2011 07:58 PM, cgogineni wrote: I am using apache + mod_jk + jboss for load balancing. Everything is configured and working properly. Glad to hear that. :) mod_jk ping's JBOSS server to check the status of the

[users@httpd] mod_jk2 Shutting down

2011-04-11 Thread Dharamshila Khandelwal
I apache2 connected to tomcat 5.0.19 using mod_jk2. In apache error logs, I get the following messages: [Mon Apr 11 13:47:01 2011] [notice] workerEnv.init() create slot epStat.46 [Mon Apr 11 13:47:01 2011] [warn] (128)Network is unreachable: connect to listener [Mon Apr 11 13:47:02 2011] [warn]

Re: [users@httpd] mod_jk2 Shutting down

2011-04-11 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dharamshila, On 04/11/2011 08:31 PM, Dharamshila Khandelwal wrote: I apache2 connected to tomcat 5.0.19 using mod_jk2. Tomcat 5.0.19 is a really antique (from 2004-08-28 and unsupported) version of Tomcat (current is 6.0.32), you really should

RE: [users@httpd] Apache 2.2.3 mod_disk_cache not caching if a DirectoryIndex is used

2011-04-11 Thread Geoff Millikan
This issue impacts all index.html, index.php, index.shtml, etc files even the homepage. For example: This is cached: http://www.mycompany.com/index.php This *is not* cached: http://www.mycompany.com/ - The official

[users@httpd] internal redirect

2011-04-11 Thread Anthony.Brown
I have a web server which provides web services at the url http://someplace:port/SERVICES/ There is client software which I don't have source code to which allow you me to specify http://someplace:port. However, this client will always send its web service posts to http://someplace:port/SERVICES

Re: [users@httpd] internal redirect

2011-04-11 Thread Nick Kew
On Mon, 11 Apr 2011 14:26:49 -0700 anthony.br...@gdc4s.com wrote: I have a web server which provides web services at the url http://someplace:port/SERVICES/ If that's apache, you can provide services at your choice of URL, with or without the slash. There is client software which [...] Are