[users@httpd] Re: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-09-16 Thread Robert Rigg
Was able to get a full backtrace: (gdb) bt full > #0 __pthread_mutex_lock (mutex=0x0) at pthread_mutex_lock.c:50 > type = > id = > #1 0x7f6595fd30b9 in PR_Lock (lock=0x0) at > ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:174 > No locals. > #2 0x7f659686a038 in PK

[users@httpd] and Satisfy in for mod_dav

2013-09-16 Thread Christopher Schultz
All, I'm having trouble getting and Satisfy to work within a . I'm using Apache httpd 2.2.22 on Debian Wheezy. Now, "Satisfy" is not documented to work under elements, but also is not documented to work under , and seems to work without a problem. I was wondering if it's just an accident that

Re: [users@httpd] Handling of picture sizing / clipping

2013-09-16 Thread Stefan Pielmeier
Hi Georg, It sounds like the frame size is too small for your picture in some cases. Maybe you can check if the frame size is in pixels and the picture is in pixels as well. If one of them is just relative in % or something like that, you could end up with a picture too large for the frame. Th

[users@httpd] Handling of picture sizing / clipping

2013-09-16 Thread georg chambert
I have made a page where i have several frames with pictures displayed in each (the src= directive in the FRAME element used to point to .jpg file ) however I have a problem, the pictures get truncated/clipped on some browsers/machines out there, I think I have concluded on the cause; my com

[users@httpd] Apache2 2.4.6 | ConnectionPool separation/isolation

2013-09-16 Thread King Holger (CI/AFP2)
Dear Apache2 community, we observed, that Apache2 shares configured connection pools (whether based on "worker" or "prefork") over all available virtual hosts. This is really poor as one single heavily used virtual host might consume all reserved connections and in consequence influence the oth