[ANNOUNCEMENT] Apache HTTP Server 2.2.9 Released

2008-06-14 Thread Jim Jagielski
Apache HTTP Server 2.2.9 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.9 of the Apache HTTP Server (Apache). This version of Apache is principally a bug and security fix release. The

Re: [EMAIL PROTECTED] 2.2.9 missing options, no sql

2008-06-14 Thread William A. Rowe, Jr.
Res wrote: If you want a static link you can use --disable-util-dso Ah this is the culprit, ldd on httpd now confirms mysql support :) However - with or without --disable-util-dso, if you've built --with-mysql the necessary linkages exist, and you should be able to use the various

Re: [EMAIL PROTECTED] 2.2.9 missing options, no sql

2008-06-14 Thread William A. Rowe, Jr.
Missed the last bit of your question... Res wrote: 2.2.9 gives the appearance its broken but is not when you have the extra information, was there any operational reason why it was changed to this? Simple. Build with five different dbd providers and you drag all that *crap* into every httpd

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
On Fri, 13 Jun 2008 23:53:13 +0100, Nick Kew [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008 19:17:32 +0200 Bo Berglund [EMAIL PROTECTED] wrote: I need to set up a test environment where I am running Apache locally with a number of xml data files as objects to serve. I am doing this to simulate

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
On Sat, 14 Jun 2008 00:47:03 +0200, André Warnier [EMAIL PROTECTED] wrote: The above (the response from the server) means that your browser will serve the object from it's cache, so it doesn't tell us much. Clear the browser cache, get the same URL from server1 again. (Or press SHIFT and click

Re: [EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread André Warnier
HTTP/1.x 200 OK Date: Sat, 14 Jun 2008 06:33:12 GMT Server: Apache/2.0.53 (Fedora) Last-Modified: Thu, 12 Jun 2008 14:10:29 GMT Etag: 14fc-b9387f40 Accept-Ranges: bytes Content-Length: 5372 Cache-Control: no-transform Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type:

[EMAIL PROTECTED] Apache 2.2.8 / Win2003 - Non Paged Pool blows up

2008-06-14 Thread Nick Knack
Hi, We've been trying to diagnose an issue showing up for the past several months on our Windows Server 2003 machines (both x32 and x64) running Apache 2.2.8 (with SSL). Just using it for PHP scripts - PHProxy and the like. 1. After some period of time (every 2 hours yesterday for example), the

Re: [EMAIL PROTECTED] Apache 2.2.8 / Win2003 - Non Paged Pool blows up

2008-06-14 Thread William A. Rowe, Jr.
Nick Knack wrote: Thanks for any responses/suggestions. We aim at getting sufficient info to file a bug report. First off you didn't mention which module you used to connect to httpd, would look there first. Also, pick up 2.2.9 and see if these patches that are in that release don't solve

Re: [EMAIL PROTECTED] Apache 2.2.8 / Win2003 - Non Paged Pool blows up

2008-06-14 Thread André Warnier
Nick Knack wrote: Hi, 1. After some period of time (every 2 hours yesterday for example), the Non Paged Pool usage of Apache surges to (on x64) 18TB or thereabouts - Maybe you'd like to try : Setting MaxRequestsPerThread to a non-zero limit has two beneficial effects: * it limits the

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
On Sat, 14 Jun 2008 09:32:26 +0200, André Warnier [EMAIL PROTECTED] wrote: HTTP/1.x 200 OK Date: Sat, 14 Jun 2008 06:33:12 GMT Server: Apache/2.0.53 (Fedora) Last-Modified: Thu, 12 Jun 2008 14:10:29 GMT Etag: 14fc-b9387f40 Accept-Ranges: bytes Content-Length: 5372 Cache-Control:

[EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread Octavian Rasnita
Hi, I've made a program that creates a .csv file and offer it for downloading. If a user uses Internet Explorer 6 to download the file and it chooses to right-click then Save as... from the context menu, the file is downloaded right. But if the user just clicks or hits enter on the link for

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread André Warnier
Hi. I suggest that you first make the following search in Google : ie +mime type and then read some. It will tell you what you are up against. In summary : The behaviour of various versions and sub-versions of Internet Explorer with respect to files received from a HTTP server, is variable,

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread André Warnier
Octavian Rasnita wrote: Hi, Content-Type: text/csv Content-Disposition: attachment;filename=REGS--2008-06-13.csv And, by the way, your HTTP headers above are absolutely correct as per the specs, if you want the file to be downloaded, and the suggested file name to be what you indicate.

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread Doug McNutt
At 14:55 +0200 6/14/08, André Warnier wrote: And, by the way, your HTTP headers above are absolutely correct as per the specs, if you want the file to be downloaded, and the suggested file name to be what you indicate. It's just that IE doesn't care, and has its own ideas about this. As a

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
On Sat, 14 Jun 2008 13:59:38 +0200, André Warnier [EMAIL PROTECTED] wrote: Add the following directive to the above section : AddEncoding x-gzip .gz and try again ... Probably now FireFox does not realize that the data are gzipped anymore and tries to parse the binary compressed

Re: [EMAIL PROTECTED] High load, low CPU and processes in state devfs

2008-06-14 Thread Stut
Thanks Mohit. Shortly after you sent this last night I enabled system accounting. There's now a fair amount of data in the output but I'm not really sure where to find the disk wait times... [EMAIL PROTECTED]:~# sa 4106544351.99re 428.71cp 11avio 823k 8678

Re: [EMAIL PROTECTED] 2.2.9 missing options, no sql

2008-06-14 Thread William A. Rowe, Jr.
Res wrote: Without it, it fails, hency my main reason for the post... [Sat Jun 14 16:06:10 2008] [error] (20014)Internal error: DBD: Can't connect to mysql [Sat Jun 14 16:06:10 2008] [error] [client 192.168.0.150] Failed to acquire database connection to look up snip If I rebuilt with

[EMAIL PROTECTED] error on install package apache_2.2.9-win32-x86-openssl-0.9.8h.msi

2008-06-14 Thread Mary Helen Walker
Downloaded file 06-14-08 - Tried on both MS Server 2003 and XP Service Pack 2. Received this error when tried to install - Internal Error 2715. apr_ldap-1.dll then: The Installation Wizard was interrupted before Apache HTTP Server 2.2.9 could be completely installed. Your system has not

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread André Warnier
Doug McNutt wrote: At 14:55 +0200 6/14/08, André Warnier wrote: And, by the way, your HTTP headers above are absolutely correct as per the specs, if you want the file to be downloaded, and the suggested file name to be what you indicate. It's just that IE doesn't care, and has its own ideas

Re: [EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread André Warnier
Bo Berglund wrote: And now the headers become this when I access a xml.gz link: HTTP/1.x 200 OK Date: Sat, 14 Jun 2008 16:55:40 GMT Server: Apache/2.0.54 (Win32) PHP/4.4.7 Last-Modified: Thu, 12 Jun 2008 22:18:16 GMT Etag: 5ac36-159b-89b5a184 Accept-Ranges: bytes Content-Length: 5531

Re: [EMAIL PROTECTED] error on install package apache_2.2.9-win32-x86-openssl-0.9.8h.msi

2008-06-14 Thread William A. Rowe, Jr.
Mary Helen Walker wrote: Downloaded file 06-14-08 - Tried on both MS Server 2003 and XP Service Pack 2. Received this error when tried to install - Internal Error 2715. apr_ldap-1.dll then: The Installation Wizard was interrupted before Apache HTTP Server 2.2.9 could be completely

[EMAIL PROTECTED] Re: [ANNOUNCEMENT] Apache HTTP Server 2.2.9 Released

2008-06-14 Thread Cauchy Song
2008/6/14 Jim Jagielski [EMAIL PROTECTED]: When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the threaded MPMs (other than the Prefork MPM), you must ensure that any modules you will be using (and the libraries they

[EMAIL PROTECTED] Re: [ANNOUNCEMENT] Apache HTTP Server 2.2.9 Released

2008-06-14 Thread Cauchy Song
oops, my brain dead. In OpenBSD, I can only use Prefork MPM any 2.2 modules. 2008/6/15 Cauchy Song [EMAIL PROTECTED]: 2008/6/14 Jim Jagielski [EMAIL PROTECTED]: When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the

Re: [EMAIL PROTECTED] Re: [ANNOUNCEMENT] Apache HTTP Server 2.2.9 Released

2008-06-14 Thread Sander Temme
On Jun 14, 2008, at 5:57 PM, Cauchy Song wrote: When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the threaded MPMs (other than the Prefork MPM), you must ensure that any modules you will be using (and the libraries they