... maybe there is another option that tells ld to ignore unresolved symbols? this is a question for GNU ld experts......
Jeff Trawick
trawick@...
Oct 1, 2003 10:45 am
45751
Hi all, My Apache server just went down, and now refuses to come up, logging the following message: [Wed Oct 01 11:16:12 2003] [error] Cannot allocate shared...
Graham Leggett
minfrin@...
Oct 1, 2003 4:29 pm
45752
The shared mem got left around after Apache crashed. Assuming you are on Linux try: ipcs # check for zero access count... ipcrm shm XXXXXX #...
Paul J. Reder
rederpj@...
Oct 1, 2003 4:40 pm
45753
... Turned out to be the file referred to by the SSLSessionCache parameter. Is it possible to make the error message more descriptive, so that it refers to the...
Graham Leggett
minfrin@...
Oct 1, 2003 4:41 pm
45754
... I like your alternative better, because it will just work with no fiddling necessary. What do you mean by "isn't quite as applicable"? Greg...
gregames@...
Oct 1, 2003 5:03 pm
45755
... [...] ... Due to the received feedback I had to do a pre4 tag (STRIKER_2_0_48_PRE4). Tarballs are up at: http://www.apache.org/~striker/httpd-2.0.48-pre4/....
Sander Striker
striker@...
Oct 1, 2003 5:18 pm
45756
Hi, Anybody can explain me what map_to_storage hook does?? or where can I find and example of its use?? Thank You!, Esteban...
Esteban Pizzini
eplx2002@...
Oct 2, 2003 1:44 am
45757
... One use of map_to_storage is to bypass directory walk and file walk if your handler module -knows for certain- that the request is not being served out of...
Bill Stoddard
bill@...
Oct 2, 2003 3:07 am
45758
... To answer your 2nd question, I believe mod_proxy uses a map_to_storage hook, but I am not sure if it uses it exactly like I described above. Bill...
Bill Stoddard
bill@...
Oct 2, 2003 3:10 am
45759
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/09/18 19:49:46 $] Release: 1.3.29-dev: In development 1.3.28: Tagged July 16, 2003. 1.3.27:...
Rodent of Unusual Size
Ken.Coar@...
Oct 2, 2003 3:45 am
45760
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/09/30 17:41:58 $] Release: 2.0.48 : in development ...
Rodent of Unusual Size
Ken.Coar@...
Oct 2, 2003 3:45 am
45761
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/08/31 16:14:38 $] Release [NOTE that only Alpha/Beta...
Rodent of Unusual Size
Ken.Coar@...
Oct 2, 2003 3:46 am
45762
... That won't solve the problem, the shared memory segment is still registered somewhere in the kernel. I've had lots of problems with this too and only ...
Kris Verbeeck
Kris.Verbeeck@...
Oct 2, 2003 6:19 am
45763
... mod_jk and mod_webapp use it also :)...
Henri Gomez
hgomez@...
Oct 2, 2003 8:19 am
45764
the recent thread on map_to_storage got me interested, and I noticed that mod_example.c didn't hook into it. patch attached. --Geoff Index: mod_example.c ...
Geoffrey Young
geoff@...
Oct 2, 2003 8:20 pm
45765
So this is NOT intended to be the catalyst for a huge heated debate, it's just a suggestion, but I propose the following tweaks to the styleguide. For the most...
Cliff Woolley
jwoolley@...
Oct 2, 2003 9:38 pm
45766
I have been using Apache 2.0.47 on Windows with util_ldap and mod_auth_ldap for some time, but never heavily. I populated an LDAP directory with thousands of...
Jess Holle
jessh@...
Oct 2, 2003 10:25 pm
45767
... fine with me ... I'm quite happy that [httpd-2.0] $ find . -name '*.c' | xargs grep '^[ \t]+{' currently produces no output, and I'd prefer that it stay...
Jeff Trawick
trawick@...
Oct 2, 2003 10:43 pm
45768
... +1 ... roger dodger yessiree i agree. B...
Bill Stoddard
bill@...
Oct 2, 2003 11:58 pm
45769
That's not much of an example. All it really shows is how to register a hook. A better example would be to *use* the hook in some way. Cheers, -g ... -- Greg...
Greg Stein
gstein@...
Oct 3, 2003 12:12 am
45770
... "should be": if (foo && bar && baz && quux && crash && burn) { then(); } Note the operator on the next line. It lends focus to the fact that you're ...
Greg Stein
gstein@...
Oct 3, 2003 12:16 am
45771
... ++1 and I agree with all the rest of the sentiments (I was about to shoot off the same note as Greg - glad I'm reading ahead again :-)...
William A. Rowe, Jr.
wrowe@...
Oct 3, 2003 1:45 am
45772
Dear Apache HTTP Webserver Development Team, (http://httpd.apache.org/) Hello, Apache newsletter is in progress of preparing the second all-Apache newsletter,...
Tetsuya Kitahata
tetsuya@...
Oct 3, 2003 4:07 am
45773
... That it does, but [httpd-2.0] $ find . -name '*.c' | xargs egrep '^[ \t]+{' (note the 'e' on egrep) produces quite a lot of output, much of which is the...
Cliff Woolley
jwoolley@...
Oct 3, 2003 4:08 am
45774
Hi Jess, Did you used the patch i did and i posted here and on bugzilla for bug #18756 ? For your first issue, the problem should be that all memory allocation...
Matthieu Estrade
apache@...
Oct 3, 2003 7:37 am
45775
... I'd prefer they get their own line all the time :-), so I'll certainly agree with the sentiment of requiring them after a multi-line conditional. The...
Greg Stein
gstein@...
Oct 3, 2003 11:08 am
45776
... well, I can certainly understand that up to a point... long ago the product I was working on adopted a style with opening brace always on its own line,...
Jeff Trawick
trawick@...
Oct 3, 2003 11:24 am
45777
... and much of which, it is fair to point out, are structure definitions :) dang, why does grep '^{' work for finding opening braces at the beginning of the...
Jeff Trawick
trawick@...
Oct 3, 2003 11:31 am
45778
... As much as I would like to have all the code formatted according to the the "one true way" (my personal preference), I have to agree with Jeff that it...
Paul J. Reder
rederpj@...
Oct 3, 2003 2:03 pm
45779
... No, I didn't. I must admit that it is difficult to spot the info (tree) for the forest at times -- at least for me, though I notice I did comment on this...