Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Velmurugan Dhakshnamoorthy
thanks, I installed the preform using "--enable-mpms-shared=all" , now when I try to start the apache, it throws an error "*AH00534: httpd: Configuration error: More than one MPM loaded*" LoadModule mpm_prefork_module modules/mod_mpm_prefork.so #LoadModule mpm_worker_module

[users@httpd] [ab] no return nor action of program

2017-05-22 Thread G. Schlisio
Dear list, I am using an 64bit ArchLinux with gcc 6.3.1 and compiled apache 2.4.25. This is done as part of the apache-tools package from AUR [0]. As you can see we apply a patch for openssl1.1, since AL switched to that version recently. The patch has been taken from the official apache package

Re: [users@httpd] Getting PHP-FPM working

2017-05-22 Thread John Iliffe
Thanks Christian. That's how I thought it would play out. Very frustrating to be unable to get something that is used by thousands of web sites working properly on mine! John On Monday 22 May 2017 05:49:13 Christian Hettler wrote: > Hello John, > > I think

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Daniel
You should ask the maintainer of the installation source from where you got that Apache installation. If you compiled it yourself make sure to have this options with configure: --enable-mpms-shared=all 2017-05-22 10:04 GMT+02:00 Velmurugan Dhakshnamoorthy : > Dear, > Any help

Re: [users@httpd] Getting PHP-FPM working

2017-05-22 Thread Christian Hettler
Hello John, I think you should try it on an php related list. sorry, Christian On Sat, May 20, 2017 at 01:15:36PM -0400, John Iliffe wrote: > Hi Christian: > > I have been trying several things on this piece of frustration, with very > little result, but I do have some additional information

[users@httpd] Apache 2.2.32 request header parsing and RFC7230 compliance

2017-05-22 Thread Joao Costa
RFC7230 section 3.2.6 (https://tools.ietf.org/html/rfc7230#section-3.2.6 ) defines a HTTP header field as: header-field = field-name ":" OWS field-value OWS field-name = token and token = 1*tchar tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*"

[users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Velmurugan Dhakshnamoorthy
Dear, Any help how do I explicitly install and enable mod_prefork module for Apache 2.4.15 proxy. When I installed Apache proxy, chose mod_modules to all, but prefork is not installed, cannot see it in modules folder. Please help. Regards, Vel

[users@httpd] http/2 vs. Headername

2017-05-22 Thread Hajo Locke
Apache 2.4.25 Hello, i have a small .htaccess with following content to view Foldercontents: ### Options +Indexes Headername /foo/bar.htm ### This is working by http, but fails in https if browser uses http/2. Chrome Message: ERR_SPDY_PROTOCOL_ERROR Firefox: Secure Connection Failed I dont see