... Thanks for the reference Jeff! Unfortunately it is missing the #1 bit we need to pull off a free build of httpd or apr, and that is nmake :( It looks like,...
From: "William A. Rowe, Jr." ... Lots of those. But what is a makefile? :) (read below) <quote> Starting with the Visual Studio 2005 release, the Microsoft...
Jeff White
jlwpc1@...
May 2, 2004 7:05 pm
48583
Hello, I am building a message protocol on top of TCP for which I modified the WSASend() and its sister functions to attach a header to every packet and ...
Prasad Venkata Boddup...
bprasad@...
May 3, 2004 7:32 am
48584
Dot
dot@...
May 3, 2004 10:09 am
48585
... EnableSendfile Off Joshua....
Joshua Slive
joshua@...
May 3, 2004 12:23 pm
48586
... EnableSendfile Off...
Jeff Trawick
trawick@...
May 3, 2004 12:40 pm
48587
I see startup crashes when using Win32DisableAcceptEx. Need to prevent the child main thread and multiple worker threads simultaneously allocating from the...
Allan Edwards
ake1@...
May 3, 2004 5:32 pm
48588
... I have been testing Igor's mod_accel and mod_deflate modules, and I have to say that they work extremely well. mod_accel does indeed fix the cookie problem...
Neil Gunton
neil@...
May 3, 2004 11:45 pm
48589
* mod_proxy distinguish cookies? * ERROR: Bad syntax or unknown instruction. SOLUTION: This is the Minimalist Mailing List Manager. Commands may be either in...
Minimalist Manager
minimalist@...
May 3, 2004 11:47 pm
48590
... This 'feature' would make doing on-the-fly virtual hosting much much easier. So, what is the next step? Anyone making up some plans? -Paul Querna...
Paul Querna
chip@...
May 4, 2004 1:28 am
48591
* Apache config * ERROR: Bad syntax or unknown instruction. SOLUTION: This is the Minimalist Mailing List Manager. Commands may be either in subject of message...
Minimalist Manager
minimalist@...
May 4, 2004 1:29 am
48592
... Rather just use URL parameters. As I recall RFC2616 does not consider a request with a different cookie a different variant, so even if you patch your...
Graham Leggett
minfrin@...
May 4, 2004 1:54 am
48593
... Well, that truly sucks. If you pass options around in params then whenever someone follows a link posted by someone else, they will inherit that person's...
Neil Gunton
neil@...
May 4, 2004 3:14 am
48594
one of the recurring issues we've seen is with people who want rotatelogs to do its thing at midnight *local* time. easily enough done with the offset argument...
Rodent of Unusual Size
Ken.Coar@...
May 4, 2004 10:20 am
48595
... See also http://issues.apache.org/bugzilla/show_bug.cgi?id=24417 (I haven't reviewed any of the patches at this point in time, but definitely +1 in concept...
Jeff Trawick
trawick@...
May 4, 2004 10:51 am
48596
... This is probably your best bet. ... I would disagree - if a proxy on the net cached every variant of every page simply based on a cookie header, there...
Graham Leggett
minfrin@...
May 4, 2004 11:48 am
48597
... Is this really such a special case? I can't believe nobody else has wanted to implement a server like this. If you want to have a setup where there is a...
Neil Gunton
neil@...
May 4, 2004 1:33 pm
48598
... It's a special case in the context of all of the servers, proxies, transparent proxies and browsers together out there on the net - it's useful to take off...
Graham Leggett
minfrin@...
May 4, 2004 1:59 pm
48599
... As I said previously, storing user options in the URL is "broken" because following someone else's link to the same website erases your options. I use this...
Neil Gunton
neil@...
May 4, 2004 2:32 pm
48600
Hi all, I have just installed the latest published version of httpd (v2.0.49), and the problem where httpd refuses to start unless the file ssl_gcache_data is...
Graham Leggett
minfrin@...
May 4, 2004 7:36 pm
48601
... I do wish people would read the specification to refresh their memory before summarizing. RFC 2616 doesn't say anything about cookies -- it doesn't have...
Roy T. Fielding
fielding@...
May 4, 2004 11:46 pm
48602
... My sentence "RFC2616 does not consider a request with a different cookie a different variant" should have read "RFC2616 does not recognise cookies...
Graham Leggett
minfrin@...
May 5, 2004 12:30 am
48603
Hi all, Following some questions on the apache-modules list, I whipped up a quick module for Apache 2.0 to hopefully demonstrate how it's done. I'm including...
Sander Temme
sander@...
May 5, 2004 12:49 am
48604
... A few notes, based on my experience using shm in 2.0 and observations of mod_auth_digest's and mod_ssl's implementation. 1) No attach logic is needed...
mark
mark@...
May 5, 2004 2:18 am
48605
Hi Mark, Thanks for your observations. ... I have to admit I hadn't tested as root, and it does exhibit permission problems on linux and darwin as well....
Sander Temme
sander@...
May 5, 2004 6:51 am
48606
... "Vary" still won't work for the original caller's scenario. Few people know this but Microsoft Internet Explorer and other major browsers only PRETEND to...