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 d

[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

[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

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 installed

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 Keep-Al

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 idea

[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 been

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 If I rebuilt with disable u

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 867833375.

[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 co

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. > A

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 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, e

[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 fo

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

2008-06-14 Thread André Warnier
Bo Berglund wrote: 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

[EMAIL PROTECTED] mod_rewrite difference Apache 2.0 and 2.2 ?

2008-06-14 Thread Jan
Hi! I have just noticed yesterday that one of my mod_rewrite rules which works fine in Apache 2.0 doesn't seem to work in Apache 2.2. Here is the rule: RewriteRule ^portfolio/([0-9]+)(/)?$ portfolio.php?serie=$1 So a request to portfolio/ID is supposed to be send to portfolio.php?serie=ID. Th

[EMAIL PROTECTED] [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 f

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

2008-06-14 Thread Eric Covener
On Sat, Jun 14, 2008 at 4:39 AM, Nick Knack <[EMAIL PROTECTED]> wrote: > 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

[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 >> C

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 a

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 yo

[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] 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: applicat