... I'd love some time ... ... OK, I can see that the idea in general makes sense, and that's an instance of why. OTOH, how useful is apache really for...
53856
Rodent of Unusual Size
coar@...
Jun 2, 2005 3:46 am
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-05-02 16:21:40 -0400 (Mon, 02 May 2005) $] The current...
53857
Rodent of Unusual Size
coar@...
Jun 2, 2005 3:51 am
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-05-31 20:00:18 -0400 (Tue, 31 May 2005) $] The current...
53858
Joe Orton
jorton@...
Jun 2, 2005 1:27 pm
... It seems this has broken the test suite somehow, it's failing to start up with mod_ssl issuing the error: [Thu Jun 02 14:01:14 2005] [error] Init: Multiple...
53859
Joe Orton
jorton@...
Jun 2, 2005 2:29 pm
... The problem is that the directive->module mapping is never getting removed when the DSO is unloaded, so during normal startup each directive will appear in...
53860
ed elliott
eddiearmeen@...
Jun 2, 2005 5:34 pm
hi, I have been having a look at apache quite a lot lately and so I thought I would have a look at some bugs. I picked out a few I thought I could work on,...
53861
Joshua Slive
joshua@...
Jun 2, 2005 5:40 pm
... I don't think we really care whether bugs are assigned or not. But it is important *not* to change the assigned-to address, since that address assures...
53862
ed elliott
eddiearmeen@...
Jun 2, 2005 5:43 pm
ok cool Joshua Slive <joshua@...> wrote: ... I don't think we really care whether bugs are assigned or not. But it is important *not* to change the...
53863
William A. Rowe, Jr.
wrowe@...
Jun 2, 2005 5:50 pm
... Thanks!!! Always looking for helpers. ... Don't do that!!! You rip the bug right out of the bug tracking email list. You may add yourself as a cc:, or...
53864
Paul Querna
chip@...
Jun 2, 2005 5:57 pm
... Opps. Fixed in r179617. It now does everything out of the pconf pool, which leads to some hackish code to re-add the prelinked modules, but it all seems...
53865
ed elliott
eddiearmeen@...
Jun 2, 2005 7:49 pm
ok, i won't check the assign again. maybe there should be something in the faq on httpd.apache.org for people who want to work on bugs but aren't commiters or...
53866
Paul Querna
chip@...
Jun 2, 2005 9:27 pm
... Well, right now, not much. But we might have a mod_smtpd out before September, thanks to Google's Summer of Code. ... Yes, it is confusing. How I did it...
53867
Nick Kew
nick@...
Jun 4, 2005 2:01 pm
A little while back, I hacked up a quick&dirty experimental watchdog module. It forks a watchdog process in the pre_mpm hook, which then watches the...
53868
Kaspar Brand
dev-httpd@...
Jun 4, 2005 3:01 pm
... ... this is what I was trying to do for PR 31302 (hoping that the fix would find its way into 2.0.54), but obviously my posting to the mailing list on 3 ...
53869
Jeff Trawick
trawick@...
Jun 4, 2005 5:42 pm
... create a hook that runs there ... maybe mpms implement an optional function that a module could call to do process management work? even when the MPM...
53870
William A. Rowe, Jr.
wrowe@...
Jun 4, 2005 5:43 pm
... Thanks - you have to admit any suggested patch to suexec (which is what the bug summary still says) will scare away anyone looking for low-hanging fruit....
53871
William A. Rowe, Jr.
wrowe@...
Jun 4, 2005 10:17 pm
... Ugh - unless this is mod_include exec_cgi (v.s. vitural) in which case there's a host of ramifications. My sixth sense tells me this isn't an issue, since...
53872
Graham Leggett
minfrin@...
Jun 4, 2005 10:31 pm
... Depends on what "taken more time" means. I am currently in the deepest backwater of the internet (in fact I think South Africa is officially the slowest...
53873
Stas Bekman
stas@...
Jun 4, 2005 11:19 pm
... Also check: http://search.cpan.org/dist/Apache-Watchdog-RunAway/ which exists since 2000 and works with both Apache 1.3 and 2.x. Though with 2.0 it has the...
53874
Kaspar Brand
dev-httpd@...
Jun 5, 2005 7:20 am
... Thanks for jumping in, Bill! Let me try to illustrate the issue(s) with an example (sorry if this is all obvious, but maybe it helps to make things more...
53875
r.pluem@...
Jun 5, 2005 7:47 am
Anybody found some time / has some time to have a look at the patch? This would be really great and appreciated. Thanks Rüdiger...
53876
Andreas Bauer
andreas_bauer@...
Jun 5, 2005 11:15 am
Hello! Can somebody help me, please? My OS is Suse 9.2 pro. Apache and Tomcat work for me. But If I start Apache with normal httpd.conf, Apache works for me. ...
53877
Jeff Trawick
trawick@...
Jun 6, 2005 11:43 am
... for the mod_status hook introduced in 2.0.49 attached are untested patches for trunk and 2.0.x Index: libhttpd.dsp ... +++ libhttpd.dsp (working copy) @@...
53878
Joshua Slive
joshua@...
Jun 6, 2005 1:02 pm
[Bringing dev@httpd into the discussion; we just activated mod_disk_cache from 2.1-head on the apache wiki and it is broken.] ... mod_cache is returning: ...
53879
Ivan Barrera A.
Bruce@...
Jun 6, 2005 1:46 pm
This isn't the correct list for this. Try the user list....
53880
Joshua Slive
joshua@...
Jun 6, 2005 1:47 pm
... So this is the same problem reported here: http://mail-archives.apache.org/mod_mbox/httpd-dev/200505.mbox/%3c428F94BE.1010705@...%3e which Sander said...
53881
Sander Striker
striker@...
Jun 6, 2005 2:01 pm
... In short, with details left out: The problem was that the 304 was not propagated down into the filterstack; leaving the CACHE_SAVE filter no chance to...
53882
Sander Striker
striker@...
Jun 6, 2005 2:16 pm
... I could have sworn we had solved this a few months ago. I've seen this working with 2.1.4-dev, but I'd need to track back what rev. I don't expect to be...
53883
Dirk-Willem van Gulik
dirkx@...
Jun 6, 2005 3:13 pm
... When I get bitten by this - I find that adding an exatra '/' virtually always solves the 'problem39; and gives me the page. DW....
53884
Joshua Slive
joshua@...
Jun 6, 2005 3:16 pm
... Well, that's just a way to break through the cache. Adding ?foo=bar will almost always work as well. But anyway, I'll leave this disabled on the wiki...