Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread rahul gundecha
thanks Joshua for helping, I really appreciate your instantaneous and correct solution. Just to point out confusion in the thread - first time you replied - "check for mod_cache, mod_file_cache, and similar modules. If they are turned off, then you don't likely have any caching going on." my

Re: [EMAIL PROTECTED] Syntax error on line 1 of http.conf: invalid command \xff\xfe#

2007-09-09 Thread Mark A. Craig
Tom: Something like that occurred to me, too, but it doesn't seem to be the case. I use Metapad as a Notepad replacement, and when I checked default file format in its configuration, it is set to "DOS text (CR+LF)", not either of the Unicode options. I also tried saving it in Notepad with ANSI

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Vincent Bray
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote: > This must be a UA problem - none of IE/FF/Opera decodes the name, they > must've forgotten to read rfc2617. :) Or quite possibly an apache problem, given that this string must be shoehorned in to the WWW-Authenticate header along with the o

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Martin Strand
On Mon, 10 Sep 2007 02:49:04 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote: On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote: I'm using non-ascii characters for AuthName but they show up as garbage in firefox. Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the probl

Re: [EMAIL PROTECTED] Apache 2.2.3 with mod_authn_dbd and pgsql

2007-09-09 Thread Vincent Bray
On 10/09/2007, Dustin Schuemann <[EMAIL PROTECTED]> wrote: > Im trying to use mod_authn_dbd with pgsql my table structure is 3 > columns username,password,group. When I try to login into the > protected directory I get a 500 error. My apache conf is below. My > logs are [Sun Sep 09 20:04:05 2007] [

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Vincent Bray
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote: > I'm using non-ascii characters for AuthName but they show up as garbage in > firefox. > Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the > problem but I'd like to support utf-8. It takes a bit of backtracing through a

[EMAIL PROTECTED] Apache 2.2.3 with mod_authn_dbd and pgsql

2007-09-09 Thread Dustin Schuemann
Im trying to use mod_authn_dbd with pgsql my table structure is 3 columns username,password,group. When I try to login into the protected directory I get a 500 error. My apache conf is below. My logs are [Sun Sep 09 20:04:05 2007] [error] [client 127.0.0.1] Error looking up blah in database

[EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Martin Strand
I'm using non-ascii characters for AuthName but they show up as garbage in firefox. Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the problem but I'd like to support utf-8. I'm running RHEL 5 and LC_CTYPE is en_US.UTF-8 so I guess utf-8 should be working fine. Perhaps

RE: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Tomas Larsson
> -Original Message- > From: Tommy Nordgren [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 09, 2007 5:07 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads > > > On 9 sep 2007, at 15.28, Tomas Larsson wrote: > > >> ... > > Well

Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread Joshua Slive
On 9/9/07, rahul gundecha <[EMAIL PROTECTED]> wrote: > > Joshua Slive <[EMAIL PROTECTED]> wrote: > On 9/9/07, rahul gundecha wrote: > > thanks Joshua for replying. > > As I was posting to Apache, I assumed implicit context is Apache. > > > > I seen apache documentation mod_cache, mod_file_cache an

Re: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Tommy Nordgren
On 9 sep 2007, at 15.28, Tomas Larsson wrote: ... Well, it's difficult to find out what information is usefull. But I doubt that it is on the client side, since I have reports from a number of users encountering this problem. It does not matter what browser is used nor the OS on the users boxe

Re: [EMAIL PROTECTED] Syntax error on line 1 of http.conf: invalid command \xff\xfe#

2007-09-09 Thread Tom Donovan
Mark A. Craig wrote: I have a rather bizarre httpd.conf error with Apache 2.2 on Windows 2000; I attempted to make some rather simple edits to the logfile portion of it, and now when I test, start,or restart the server I get the following error displayed in the console (DOS) window: Syntax er

[EMAIL PROTECTED] Syntax error on line 1 of http.conf: invalid command \xff\xfe#

2007-09-09 Thread Mark A. Craig
I have a rather bizarre httpd.conf error with Apache 2.2 on Windows 2000; I attempted to make some rather simple edits to the logfile portion of it, and now when I test, start,or restart the server I get the following error displayed in the console (DOS) window: Syntax error on line 1 of C:/Pr

RE: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Tomas Larsson
> -Original Message- > From: Tomas Larsson [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 09, 2007 3:28 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EM

RE: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Tomas Larsson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Sunday, September 09, 2007 2:59 PM > To: users@httpd.apache.org; [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads > > On 9/9/07, Tomas La

Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread rahul gundecha
Joshua Slive <[EMAIL PROTECTED]> wrote: On 9/9/07, rahul gundecha wrote: > thanks Joshua for replying. > As I was posting to Apache, I assumed implicit context is Apache. > > I seen apache documentation mod_cache, mod_file_cache and searched for those > entries in httpd.conf. There isn't any cach

Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread Joshua Slive
On 9/9/07, rahul gundecha <[EMAIL PROTECTED]> wrote: > thanks Joshua for replying. > As I was posting to Apache, I assumed implicit context is Apache. > > I seen apache documentation mod_cache, mod_file_cache and searched for those > entries in httpd.conf. There isn't any cache related entry in tha

Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread rahul gundecha
thanks Joshua for replying. As I was posting to Apache, I assumed implicit context is Apache. I seen apache documentation mod_cache, mod_file_cache and searched for those entries in httpd.conf. There isn't any cache related entry in that file. So what's the default setting of apache server ? An

Re: [EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread Joshua Slive
On 9/9/07, rahul gundecha <[EMAIL PROTECTED]> wrote: > Hi all, > How can I check whether caching is disabled on my machine or not? That's a pretty vague question. Caching can happen at many different levels for many different reasons. (Are you talking about your processors memory cache? Disk cache

Re: [EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Joshua Slive
On 9/9/07, Tomas Larsson <[EMAIL PROTECTED]> wrote: > Dear group. > Having problems with APACHE, Breaking both Downloads and Uploads randomly. > Any ideas what it could be and how to solve it. > > > During upload, apache sends a RST to the client, thus resetting the > connection. > During Download,

[EMAIL PROTECTED] how to check caching is disabled?

2007-09-09 Thread rahul gundecha
Hi all, How can I check whether caching is disabled on my machine or not? thanks, -Rahul - Why delete messages? Unlimited storage is just a click away.

[EMAIL PROTECTED] APACHE breaks both Downloads and Uploads

2007-09-09 Thread Tomas Larsson
Dear group. Having problems with APACHE, Breaking both Downloads and Uploads randomly. Any ideas what it could be and how to solve it. During upload, apache sends a RST to the client, thus resetting the connection. During Download, I receive a FIN, effectivly terminating the download. Files are q