RE: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-04-12 Thread Axel-Stéphane SMORGRAV
I believe the clue is here: [Thu Mar 30 21:36:38 2006] [info] mem_cache: Cached url: http://_default_:80/img/operalogo.gif? This is a known issue. See http://issues.apache.org/bugzilla/show_bug.cgi?id=38017 You can either wait until it has been included in a new release of 2.2.x, or patch

RE: [EMAIL PROTECTED] i'm lost with this ...

2006-04-12 Thread Axel-Stéphane SMORGRAV
You need two virtual hosts instead of one: _default_:80 and _default_:443. Put the proxy stuff supposed to be handled on :80 inside the former VH, and leave the latter VH as it is. -ascs -Original Message- From: Paul Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006

RE: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread Axel-Stéphane SMORGRAV
It may be because at the time the attempt at starting the server is made, the previous process has not yet completely shut down. You should see a message in the error log saying that Apache is unable to bind the address/port. This is frequent on busy servers. Take a look at your logs to verify

RE: [EMAIL PROTECTED] Restricting the number of times a file canbedownloaded.

2006-04-12 Thread Boyle Owen
-Original Message- From: david0005 [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 12. April 2006 06:00 I am actually well aware of all of the technical meanings of the word bandwidth. However, I was using the word in the colloquial sense -- that is bandwidth as a limited commodity

Re: [EMAIL PROTECTED] HTTP response Header from Apache

2006-04-12 Thread Nick Kew
On Wednesday 12 April 2006 11:05, [EMAIL PROTECTED] wrote: Hi, If the Apache server receives the HTTP request from a client and while sending the response it always sends the HTTP header Connection : Close. Nope. It sometimes sends that, but by no means always. I have written the PHP

[EMAIL PROTECTED] Maurizio Salviato/PAM/IT è in ferie.

2006-04-12 Thread Maurizio_Salviato
Sarò assente dall'ufficio a partire da Mar 04/04/2006 fino a Gio 20/04/2006. Risponderò al messaggio al mio ritorno. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT � in ferie.

2006-04-12 Thread Richard de Vries
If you want a timely and/or meaningful reply, you should really consider writing your messages in english. --- [EMAIL PROTECTED] wrote: Sarò assente dall'ufficio a partire da Mar 04/04/2006 fino a Gio 20/04/2006. Risponderò al messaggio al mio ritorno.

Re: [EMAIL PROTECTED] webdav for FreeBSD

2006-04-12 Thread Joshua Slive
On 4/11/06, Noah [EMAIL PROTECTED] wrote: On Thu, 6 Apr 2006 10:44:40 -0400, Joshua Slive wrote On 4/6/06, Noah [EMAIL PROTECTED] wrote: I am attempting to figure out more about setting up webdav on FreeBSD. I am finding that the http://www.webdav.org website is not answering. Any

RE: [EMAIL PROTECTED] HTTP response Header from Apache

2006-04-12 Thread Axel-Stéphane SMORGRAV
Have you by any chance set the nokeepalive environment variable somewhere in your configuration ? -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:05 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] HTTP response

Re: [EMAIL PROTECTED] Question about graphic-only servers....

2006-04-12 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What you need more of depends on what you are about to run out of. If you always have plenty of free memory, adding more RAM won't help. If the load average is always low, adding more CPUs won't help. You also need to look at how hard your network

Re: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread David Wolever
Although I can't re-create the problem now (even under a relatively heavy load), I checked the logs and could not find any extraordinary problems. Neither of the pages are high traffic (my home web server and my school's web server), so I'm not sure if that is even the problem? Thanks for the

RE: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT è in feri e.

2006-04-12 Thread Boyle Owen
-Original Message- From: Richard de Vries [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 12. April 2006 15:01 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT è in ferie. If you want a timely and/or meaningful reply, you should really consider writing

RE: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread Axel-Stéphane SMORGRAV
There is no other reason I can see why Apache would start intermittently. What you could try in order to test this hypothesis, is to open a TCP connection to the server (telnet localhost 80) and keep it open while you try stopping the server. I think you will see that the server does not

[EMAIL PROTECTED] Redirect Question

2006-04-12 Thread Stuart, Ed
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten the URL our clients have to use to connect to an application. We have three environments; development, test, and production. Our approach is to create a DNS entry in the format of environment.appname.domain and have it

RE: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT � in ferie.

2006-04-12 Thread Richard de Vries
hehe ... :-) --- Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Richard de Vries [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 12. April 2006 15:01 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT è in ferie. If you want a

Re: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread David Wolever
Thanks for the quick reply. This may be the way things _should_ work, but apparently it isn't the way they actually work... Using either the init scripts (which kill Apache with: kill -USR1 $(/var/run/apache.pid) Or `apachectl stop`, any open connection is closed right away (at least when I tested

[EMAIL PROTECTED] Odd intermittent mod_unique_id error on OS X 10.3.9 Apache 2.0.55

2006-04-12 Thread Boysenberry Payne
Hi All, I'm getting the following error: [Wed Apr 12 11:29:09 2006] [alert] (EAI 7)No address associated with nodename: mod_unique_id: unable to find IPv4 address of pod.local Configuration Failed If I reboot, it seems fine. Any ideas on what could be causing it. I guess I could remove

[EMAIL PROTECTED] Limit simultaneous cgi per virtual host?

2006-04-12 Thread David Hubbard
Hi all, I was wondering if there's an equivalent to RLimitNPROC that will limit the number of simultaneously running cgi scripts on a per-virtual host basis? Or even a mod. Thanks, David - The official User-To-User support

[EMAIL PROTECTED] Strange problem with mod_jk2

2006-04-12 Thread Praveen Alavilli
Hi, We are seeing a strange problem with Apache/2.0.53 + Tomcat 4.1.30 connected using mod_jk2. Occasionally all the threads in one of the Apache processes (using worker mpm) gets into *|W|* Sending Reply mode (as seen on the server-status page) forever taking up a lot of memory and cpu.

Re: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-04-12 Thread Nathan Seven
It seems you are correct- I have no idea how I missed this while searching through the existing bugs- Anyway- thanks! -SS On 4/11/06 11:51 PM, Axel-Stéphane SMORGRAV [EMAIL PROTECTED] wrote: I believe the clue is here: [Thu Mar 30 21:36:38 2006] [info] mem_cache: Cached url:

[EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Paul Constantine
I have an apache server running here: http://wilkinson.stanford.edu/ And there is a redirect somewhere (not on my system) that takes the following url: http://csquared.stanford.edu/ to the same apache server. I would like to take requests that look are for 'http://csquared.stanford.edu/'

Re: [EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Kishore Jalleda
I guess you need the Rewrite directive for what you are trying to acheive, as far as the syntax for Redirect goes Redirect [status] URL-path URLnotice that the second argument is a URL-path which is supposed to be PATH (absolute or relative), and not a URL like you defined. There are two walk

Re: [EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Paul Constantine
Perhaps you could give me some hints for doing this with mod_rewrite, if you have previous experience? It looks quite involved. Thanks again, Paul From: Kishore Jalleda [EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] redirect