... This broke the test of sending a 1xx response via the proxy; now the final response gets eaten up somewhere. I presume the right fix is to just exclude...
Joe Orton
jorton@...
Apr 1, 2005 9:30 am
53169
In 1.3.x we're seeing the following reproducible problem when RewriteLog is enabled in on Win32: (36)Resource deadlock avoided: mod_rewrite: failed to lock...
Eric Covener
covener@...
Apr 1, 2005 3:16 pm
53170
JO> Enabling UserDir by default can allow remote users to determine whether JO> a given username is valid on the system or not, even if no users have a JO>...
Astrid Keßler
kess@...
Apr 1, 2005 7:10 pm
53171
... While I don't have cycles to look at this till next week, this sounds like a very good solution. Win32 1.3 will never have multiple processes, so the...
William A. Rowe, Jr.
wrowe@...
Apr 1, 2005 8:33 pm
53172
I had the same issue. It appears to be bug in apr_shm_create in Apache 2.0. The bug is hard to characterize. The first time i start it would fail. (My filename...
venky_naganathan
venky_naganathan@...
Apr 2, 2005 1:46 am
53173
I had the same issue. It appears to be bug in apr_shm_create in Apache 2.0. The bug is hard to characterize. The first time i start it would fail. (My filename...
venky_naganathan
venky_naganathan@...
Apr 2, 2005 1:46 am
53174
I'm using apr shm facilities in my module and it's working fine (on linux/win32/solaris). For Nedelcho's problem, you can use a named shared memory segment...
Frédéric Bor
frederic.bor@...
Apr 2, 2005 6:38 am
53175
... I can't make it crash in less than a minute; maybe it isn't so bad after all ;) ... I don't have a Win9x box any more to test, but doc says this ...
Jeff Trawick
trawick@...
Apr 2, 2005 11:46 am
53176
... Doh!!! TryEnterCriticalSection() is the NT specific API I was thinking about. If this is a blocking EnterCriticalSection(), there is no Win32 version...
William A. Rowe, Jr.
wrowe@...
Apr 2, 2005 7:42 pm
53177
Please take a look at http://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf/docs/conf/ This is my long-threatened project to massively simplify the...
Joshua Slive
joshua@...
Apr 2, 2005 7:56 pm
53178
... As long as the default is a single file, then I'm cool with this. The key here is that the "gazillion little .conf files" are *not* included in the default...
Greg Stein
gstein@...
Apr 3, 2005 8:43 am
53179
Euh... don't we need one of those for proper operation? Or do they all have defaults, so a .conf isn't really needed? ... -- Greg Stein, http://www.lyra.org/...
Greg Stein
gstein@...
Apr 3, 2005 8:50 am
53180
... Yes, they have (of course ;-). nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gefährten nicht zu zählen brauchte"...
André Malo
nd@...
Apr 3, 2005 8:53 am
53181
[Seems that my first attempt didn't get through - maybe because I was not yet subscribed? I didn't get a bounce message, however. Anyway, here it's again.] ......
Kaspar Brand
dev-httpd@...
Apr 3, 2005 10:26 am
53182
Does someone with a high-traffic, general-interest web site want to take a look through their logs for these user-agent strings. I don't mind keeping them if...
Joshua Slive
joshua@...
Apr 3, 2005 5:56 pm
53183
... I don't know about the rest, but Ask Jeeves spoofs this user-agent in its webcrawls; "Mozilla/2.0 (compatible; Ask Jeeves/Teoma; ...
Colm MacCarthaigh
colm@...
Apr 3, 2005 6:07 pm
53184
... [snip] ... I still see this; .001% of ~2M requests from the following full UA strings: Mozilla/2.0 (compatible; Ask Jeeves/Teoma;...
Noah
sitz@...
Apr 3, 2005 6:41 pm
53185
... Any chances that the fix I proposed for PR#31302 ("suexec doesn't execute commands if they're not in the current dir") finds its way into 2.0.54? I have...
Kaspar Brand
dev-httpd@...
Apr 3, 2005 7:47 pm
53186
... I, uh, have just a few logs that I can scan. ;-) I'll use Blogger/BlogSpot logs, as those will have a wider variety of user agents than the main Google...
On Sun, 3 Apr 2005 13:58:56 -0400 (Eastern Daylight Time), Joshua Slive ... Regexes are pretty cheap for a 'normal' apache setup. In the initial testing of a...
Paul A. Houle
ph18@...
Apr 4, 2005 1:46 pm
53190
+1 to Greg's comment, I also think that for a new users, having a bunch of little .conf files will be more confusing. For experienced users, they will split...
Brad Nicholes
bnicholes@...
Apr 4, 2005 2:38 pm
53191
... As I mentioned, the default config is one file. It is just that this file has many fewer features. Extra files are provided simply as examples that can...
Joshua Slive
joshua@...
Apr 4, 2005 3:43 pm
53192
... Dude, one of my biggest complaints with the whole httpd.conf we ship is that we have defaults for _everything_. None of it is needed. And I find it a major...
Ben Laurie
ben@...
Apr 4, 2005 4:46 pm
53193
--On Saturday, April 2, 2005 2:58 PM -0500 Joshua Slive <joshua@...> ... Thanks for taking this on. ... Some thoughts on what else we could trim. In...
Justin Erenkrantz
justin@...
Apr 4, 2005 4:54 pm
53194
My only concern is folks who just reinstalled their OS, and then, mostly for support sites. I'd think the typical server wouldn't need to deal with these....
William A. Rowe, Jr.
wrowe@...
Apr 4, 2005 4:55 pm
53195
... Nick, take a look at the perl module Apache::Watchdog::RunAway http://search.cpan.org/dist/Apache-Watchdog-RunAway/ ...
Stas Bekman
stas@...
Apr 4, 2005 5:00 pm
53196
... I probably wasn't correct when I said "regex". I'd have to check the code to be sure, but I believe that mod_setenvif knows enough to interpret these as...
Joshua Slive
joshua@...
Apr 4, 2005 5:04 pm
53197
... LockFile is needed if people put ServerRoot on NFS, I guess. But perhaps just a comment to that effect would suffice. ... Perhaps put it in...