Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-15 Thread Rainer Jung
On 14.08.2012 23:30, Ben Johnson wrote: Hello, I've scoured the Internet for examples of how to implement logical operators where the require directive is concerned. The dearth of documentation and discussion regarding this subject leads me to believe that it has not been implemented, or was

[users@httpd] clean_child_exit result in Program terminated with signal 11, Segmentation fault.

2012-08-15 Thread Stanislav Davydov
Hello, everybody. I am using my setup of Apache for rather long time and all the time it spoof my logfiles with messages like: [Wed Aug 15 13:37:55 2012] [notice] child pid 7415 exit signal Segmentation fault (11), possible coredump in /etc/apache2 It does not affect services running on Apache

[users@httpd] ab -p postfile's size can't be 17K?

2012-08-15 Thread zhangxiang
Hi everyone: I am using ab to do a posting form-data performance test. ab -p postfile File containing data to POST, i set two files into this option. The first file size is 8.3K, ab -p works well. But the second file size is 17K, ab -p throws apr_poll: The timeout specified has expired

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-15 Thread Ben Johnson
On 8/14/2012 6:14 PM, hu...@sonic.net wrote: You can have multiple 'require' lines to allow multiple groups and/or users. So require group programmers require group secretaries require user joe Requires are OR-ed together, so anyone meeting a single criteria will get allowed in,