Re: [EMAIL PROTECTED] htdigest

2008-04-28 Thread Marta Gros Marín
Hi, thanks for answering. Can you please tell me why it is better to manipulate the password file directly rather than calling htdigest or htpasswd? thanks. Marta De: "Joshua Slive" <[EMAIL PROTECTED]> Enviado: lunes, 28 de abril de 2008 17:46 Para: users

Re: [EMAIL PROTECTED] Invalid Content-Length on upload of >2GB files

2008-04-28 Thread Richard Hubbell
Sounds like a browser problem. Although I thought this was fixed in newer firefox. Search this list or the net: http://marc.info/?l=apache-httpd-users&w=2&r=1&s=&q=b Be a better friend, newshound, and kn

[EMAIL PROTECTED] Invalid Content-Length on upload of >2GB files

2008-04-28 Thread Ramdas . Hegde
I am attempting to upload large files using a http multi-part form post request sent to an Apache 2.2.4 instance running on Linux. I find that when the size of the total upload exceeds 2GB(could be two files 1GB+1.5GB), Apache reports an error indicating "Invalid Content-Length". When i check

RE: [EMAIL PROTECTED] How to pass a Client Certificate through a Reverse Proxy

2008-04-28 Thread Alexiuc, Daniel
Hi all, Well it's been over a year since I asked this question, and I am still getting emails from people running into the same problem who are unable to find a solution or any information on the subject. So, for posterity, here is what I know... :) As far as I know, it cannot be achieved. I

Re: [EMAIL PROTECTED] creating own program for piped logs

2008-04-28 Thread Richard Hubbell
You want to un-buffer your writes. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ---

Re: [EMAIL PROTECTED] rejecting non GET/POST methods

2008-04-28 Thread Robert Montgomery
Thanks for the feedback Joshua. I would still see any attacks by the number of connections in netstat (which I do monitor). But as you point out, there is still certainly some justification to continue logging rejected requests. If I can use the conditional logging to write rejected requests to a

[EMAIL PROTECTED] Placing the disk cache on a shared, distributed filesystem

2008-04-28 Thread Richard Hubbell
Has anyone placed a disk cache on a shared, distributed fs? >From what I understand of the scheme used to store entries it would not work. A cache on one host could step on files in use by another host. I'm not using a memory cache.

[EMAIL PROTECTED] htcacheclean assist

2008-04-28 Thread Richard Hubbell
At a high level is this how htcacheclean operates? (assume it's run from cron once/day) 1. htcacheclean starts 2. reads all cache entries into an index 3. once all entries are read in it removes cache file pairs based on oldest mtime first until the size of the cache is below the value specified

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
Dragon, all, I must be missing something regarding the cache. The files written into CacheRoot directory are temporary. Any file in the CacheRoot directory ( and not in the actual cache directories that are created under CacheRoot ) should come and go while the cache is in use. 1. request for fil

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Dragon
Richard Hubbell wrote: The server was shutdown via apachectl stop. ~50,000 of those files remain in CacheRoot. Server restart and still those files remain. Seems like a bug. Unless there's some other mechanism that's supposed to take them out of their "temporary" state. End

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread William A. Rowe, Jr.
Richard Hubbell wrote: The server was shutdown via apachectl stop. ~50,000 of those files remain in CacheRoot. Server restart and still those files remain. Seems like a bug. Unless there's some other mechanism that's supposed to take them out of their "temporary" state. How temporary? You n

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
The server was shutdown via apachectl stop. ~50,000 of those files remain in CacheRoot. Server restart and still those files remain. Seems like a bug. Unless there's some other mechanism that's supposed to take them out of their "temporary" state. --- Dragon <[EMAIL PROTECTED]> wrote: > Richa

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Dragon
Richard Hubbell wrote: Seeing thousands of files in CacheRoot that look like this: aptmpZbGOTJ This clearly seems like a bug. Could this somehow be a feature? I just can't imagine what purpose it would serve. End original message. - Why do you think this

[EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
Seeing thousands of files in CacheRoot that look like this: aptmpZbGOTJ This clearly seems like a bug. Could this somehow be a feature? I just can't imagine what purpose it would serve. Be a better fri

Re: [EMAIL PROTECTED] measuring cache hit ratio in mod_cache

2008-04-28 Thread Richard Hubbell
Great, Thanks. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ---

[EMAIL PROTECTED] HTTP “Location” header responds question

2008-04-28 Thread Daniel Aleksandersen
2008-04-28 17:48 skreiv Joshua Slive: > On Sun, Apr 27, 2008 at 9:22 PM, Daniel Aleksandersen wrote: > > Really a question about the HTTP standard, but I had nowhere else to ask > > it. > > > > May I include the HTTP "Location" header when not redirecting using a > > 3## redirect status? I am consi

Re: [EMAIL PROTECTED] HTTP “Location” header responds question

2008-04-28 Thread Joshua Slive
On Sun, Apr 27, 2008 at 9:22 PM, Daniel Aleksandersen <[EMAIL PROTECTED]> wrote: > Hi list, > > Really a question about the HTTP standard, but I had nowhere else to ask it. > > May I include the HTTP "Location" header when not redirecting using a 3## > redirect status? I am considering including

Re: [EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-04-28 Thread David Bylsma
On Sat, Apr 26 at 11:49 AM, Josua Silve <[EMAIL PROTECTED]> wrote: > I would probably avoid the program rewrite map (which is a potential bottleneck). Agreed, unfortunately, neither of your suggestions can be implemented in my environment: > One very simple one would be to make your RewriteRule

Re: [EMAIL PROTECTED] connecting to another port via port 80

2008-04-28 Thread Joshua Slive
On Mon, Apr 28, 2008 at 12:37 AM, Nishantha Pradeep <[EMAIL PROTECTED]> wrote: > Hi all > I am running an apache server on my computer and I am also running chat > server on the same computer. The chat server's http-polling is at port 5280 > . what I want to do is, I have a web chat client and tha

Re: [EMAIL PROTECTED] htdigest

2008-04-28 Thread Joshua Slive
On Mon, Apr 28, 2008 at 3:28 AM, Marta Gros Marín <[EMAIL PROTECTED]> wrote: > > Hi, > > I need my web server to be secure, so I have activated SSL and also have > different users with password, depending on the files they can see. > For those users I'm using auth method Digest, and want to manage

[EMAIL PROTECTED] htdigest

2008-04-28 Thread Marta Gros Marín
Hi, I need my web server to be secure, so I have activated SSL and also have different users with password, depending on the files they can see. For those users I'm using auth method Digest, and want to manage them from the web server (add/modify and delete them). But I can't find how to delete