[us...@httpd] Re: mem_cache monitoring

2009-05-29 Thread Dan Poirier
Chuck Stein writes: > Are there any tools that will allow me to monitor what is in the > mem_cache? How can I tell if it is working? Set LogLevel to debug temporarily and you'll be able to see pages being cached in the error log. (Plus lots of other things, so turn it back off when you've seen

[us...@httpd] mem_cache monitoring

2009-05-29 Thread Chuck Stein
Are there any tools that will allow me to monitor what is in the mem_cache? How can I tell if it is working? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

Re: [us...@httpd] IPv4 -> IPv6 name based proxy?

2009-05-29 Thread Tom Evans
On Fri, 2009-05-29 at 14:46 -0500, Brian Kroth wrote: > Hello all, > > I'm working on a project to redesign our web hosting infrastructure. > For various reasons our basic plan is to have a fleet of VMs that do > virtual hosting from an IPv6 only VLAN. Since most of the world is > still IPv4 we'l

[us...@httpd] IPv4 -> IPv6 name based proxy?

2009-05-29 Thread Brian Kroth
Hello all, I'm working on a project to redesign our web hosting infrastructure. For various reasons our basic plan is to have a fleet of VMs that do virtual hosting from an IPv6 only VLAN. Since most of the world is still IPv4 we'll need some service to allow IPv4 only clients to talk to our IPv6

Re: [us...@httpd] How does Prefork work?

2009-05-29 Thread CrystalCracker
Ok, now given that I have the following settings for prefork: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients250 MaxRequestsPerChild 1 Is the following setting for Tomcat AJP Connector appropriate? What I wanna know is how the apache processes work

Re: [us...@httpd] Apache Http server move from Solaris V8 to Solaris V10

2009-05-29 Thread Nick Kew
On 29 May 2009, at 11:22, Challa, Chandra R (SATYAM COMPUTER SERVICES LTD.) wrote: Hi, We are using Apache HTTP server V2.0.43 and it is installed on Solaris Version 8. Now we are migrating from Solaris V8 to V10. Will the Apache V2.0.43 is compatible on Solaris V10? What steps I have t

Re: [us...@httpd] Apache Http server move from Solaris V8 to Solaris V10

2009-05-29 Thread Davide Bianchi
Challa, Chandra R (SATYAM COMPUTER SERVICES LTD.) wrote: > We are using Apache HTTP server V2.0.43 and it is installed on > Solaris Version 8. Now we are migrating from Solaris V8 to V10. > Will the Apache V2.0.43 is compatible on Solaris V10? What steps I have to take while migration. Given that

[us...@httpd] Apache Http server move from Solaris V8 to Solaris V10

2009-05-29 Thread Challa, Chandra R (SATYAM COMPUTER SERVICES LTD.)
Hi, We are using Apache HTTP server V2.0.43 and it is installed on Solaris Version 8. Now we are migrating from Solaris V8 to V10. Will the Apache V2.0.43 is compatible on Solaris V10? What steps I have to take while migration. Regards, Chandra.

RE: [us...@httpd] Use of NoProxy without a DNS lookup

2009-05-29 Thread Kristof Zelechovski
Hi Dave, Requiring local applications to use raw IP numbers is rather extreme. You should have a DNS running on the LAN; local hosts can be referred to by name, DNS or no DNS, and your proxy would send these request to nowhere. IMHO, Chris -Original Message- From: David Vaughan [mailto:da

Re: [us...@httpd] sharing data between two different apache modules

2009-05-29 Thread Atanu
Hmm. ProxyPass do not let one append a query string and what I want will not be achievable with mod_proxy. The other way round is using mod_rewrite, but somehow I am not able to get the translation happening The below configuration is giving me error. Forum please advice AuthType ECOERP::EcoErpAu