OT. What I found on a large site today

2004-09-30 Thread Brian Akins
Thought this may interest some people here: [EMAIL PROTECTED]:~/cvs/bakins/apache2/url_cache]$ curl -D - -o /dev/null -s http://www.cnn.com/ HTTP/1.1 200 OK Date: Thu, 30 Sep 2004 14:08:30 GMT Server: Apache Vary: Accept-Encoding,User-Agent Cache-Control: max-age=60, private Expires: Thu, 30 Sep

unlink return checking

2004-09-30 Thread Liam J. Foy
First hello to everyone, am new to this list! :) Second of all when browsing through the apache code branch 1.3 I have seen a few calls to unlink(2) without actually checking the return value. I believe that these should actually be checked. Do you all agree? or do you have a valid reason why we

Re: OT. What I found on a large site today

2004-09-30 Thread William A. Rowe, Jr.
At 09:10 AM 9/30/2004, Brian Akins wrote: >http://uptime.netcraft.com/up/graph/?host=www.cnn.com > >Not an endorsement, just an observation. While on the subject; http://www.securityspace.com/s_survey/data/man.200408/srvch.html?server=Apache&revision=Apache%2F2.0.50 I regularly sum up the stats,

Re: unlink return checking

2004-09-30 Thread Jeff Trawick
On Thu, 30 Sep 2004 17:12:01 +, Liam J. Foy <[EMAIL PROTECTED]> wrote: > First hello to everyone, am new to this list! :) > > Second of all when browsing through the apache code branch 1.3 I have seen a few > calls to unlink(2) without actually checking the return value. I believe that these

Re: unlink return checking

2004-09-30 Thread Liam J. Foy
> > First hello to everyone, am new to this list! :) > > > > Second of all when browsing through the apache code branch 1.3 I have seen a few \ > > calls to unlink(2) without actually checking the return value. I believe that > > these \ > > should actually be checked. Do you all agree? or do you

Apache and environment variables

2004-09-30 Thread Zhi Qing Wu
Hello, I let a C program calling a Java class by setting environment variable CLASSPATH, which is successful (using command line). If I change the C program to a Apache module and then call the same Java class without changing CLASSPATH, C program is not able to find the Java class (ClassNotFoundE

Re: Apache and environment variables

2004-09-30 Thread Dirk-Willem van Gulik
On Thu, 30 Sep 2004, Zhi Qing Wu wrote: > Question: How to set/verify environment variables in > Apache? This is a developer list. Please ask these questions on [EMAIL PROTECTED] In the meantime you propably want to look at SetEnv and PassEnv in the apache documentation. Dw.

Re: [PATCH 21492 30278 30419 31385] Several bugs in mod_cache / mod_disk_cache

2004-09-30 Thread Rüdiger Plüm
Justin Erenkrantz wrote: --On Wednesday, September 29, 2004 10:55 AM -0400 Bill Stoddard <[EMAIL PROTECTED]> wrote: [..cut..] Well the process is not quite so structured by design, but yes, I plan to propose we backport these into 2.0 (in time for 2.0.53) and I'll do the backport as I have time

mod_status page - stats for proxy balancer agents

2004-09-30 Thread NormW
Greetings All, Is there a 'definition' of the Wr and Rd fields for a proxy agent shown on the mod_status page? I have an ajp agent set up talking to a Tomcat server (NetWare platform) and the two fields went from (0,0) to (34,2.4k) on the first access to Tomcat, but remained at that value regardles