Re: [users@httpd] Random Internal Server Error 500 after apache and system update

2016-09-30 Thread Fabio F.Gervasi
Hi! I have additional information: /var/log/httpd/error_log, at "crash time": [Fri Sep 30 19:09:03.897325 2016] [mpm_event:trace4] [pid 30339:tid 139796798162688] event.c(930): socket reached timeout in lingering-close state What do you think? 2016-09-30 14:47 GMT+02:00 Fabio F.Gervasi : > Hi

Re: [users@httpd] TLS Proxy client certificates per virtualhost

2016-09-30 Thread Rainer Jung
Hi Mark, in trunk sinve a few months we've got the feature, that any SSLProxy* directive can be used in vhosts but more important per block. The feature is proposed for addition to 2.4.x. Currently two more reviewers are needed. The proposed patch is available at http://home.apache.org/~yla

Re: [users@httpd] TLS Proxy client certificates per virtualhost

2016-09-30 Thread Marat Khalili
Do you mean proxy _client_ certificates? That is, certificates for identifying your proxy to upstream server(s)? Looks like there's indeed no option to make them virtual-host dependent. I wonder why do you need it. Local server (proxy or not) certificates can be made virtual-host dependent usi

[users@httpd] TLS Proxy client certificates per virtualhost

2016-09-30 Thread Mark Blackman
Hi, What kind of options do I have if I want to use different SSL proxy certificates for different virtual hosts? SSLProxyMachineCertificateFile is close, but only has server scope. What's the equivalent for virtualhost context? I have a feeling I have zero options, but would like to confirm t

Re: [users@httpd] Showing exact filesize in bytes instead of shortform in directory listing

2016-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cie, On 9/30/16 5:59 AM, Cie wrote: > In Apache server 2.4, when activating the IndexOptions > +FancyIndexing in the httpd.conf, the directory listing shows the > file size of a file like in the following example: > > exported_file.pdf 2.1M > > Th

Re: [users@httpd] Random Internal Server Error 500 after apache and system update

2016-09-30 Thread Fabio F.Gervasi
Hi! Thank you for your reply. I tried the following tests. *1) Using a little text file:* *# ab -k -c 100 -n 2000 localhost/test.txt* This is ApacheBench, Version 2.3 <$Revision: 1748469 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Fo

Re: [users@httpd] Random Internal Server Error 500 after apache and system update

2016-09-30 Thread Daniel
hello, the fact that all those 500 error reponses go with "X-Powered-By: PHP/5.6.26" tell me it is php giving those errors. If you are still unsure, you could use the ab tool from Apache HTTPD, and request a specific static file (text, gif) hundreds of times to see if you get a 500 error from HTT

[users@httpd] Showing exact filesize in bytes instead of shortform in directory listing

2016-09-30 Thread Cie
In Apache server 2.4, when activating the IndexOptions +FancyIndexing in the httpd.conf, the directory listing shows the file size of a file like in the following example: exported_file.pdf 2.1M The file size display is accumulated to Kilobytes (K) or Megabyte (M). The exact file size is 2176555

[users@httpd] Random Internal Server Error 500 after apache and system update

2016-09-30 Thread Fabio F.Gervasi
Hi, I'm not 100% sure that the real source of the problem is apache (could be php or other), but I'd like start from here as the only logs that provides me with information (with trace4 level) is apache log. No information appears from other logs. I have: - Linux 4.7.4-100.fc23.x86_64 - Server ve