Re: [users@httpd] virtual host gives unexpected network read error

2018-01-31 Thread Luca Toscano
Hi David, 2018-01-29 19:45 GMT-08:00 David Mehler : > Hello, > > Can someone take a look at the below virtual host configuration? > Whenever I put it in my apache 2.4 the server returns an alert > unexpected network read error connection aborted message. If I take it > out the server behaves norm

Re: [users@httpd] proxy_fcgi - force flush to client

2018-01-31 Thread Luca Toscano
Hi Hajo, 2018-01-31 1:27 GMT-08:00 Hajo Locke : > Hello List, > > currently i compare features and behaviour of proxy_fcgi to classical > methods like mod_fastcgi/mod_php. > > mod_php/fastcgi have options to send every output from backend immediately > to client. So it is possible to see progress

Re: [users@httpd] problems benchmarking php-fpm/proxy_fcgi with h2load

2018-01-31 Thread Luca Toscano
Hi Hajo, 2018-01-31 2:37 GMT-08:00 Hajo Locke : > Hello, > > > Am 22.01.2018 um 11:54 schrieb Hajo Locke: > > Hello, > > Am 19.01.2018 um 15:48 schrieb Luca Toscano: > > Hi Hajo, > > 2018-01-19 13:23 GMT+01:00 Hajo Locke : > >> Hello, >> >> thanks Daniel and Stefan. This is a good point. >> I did

[users@httpd] compiling Apache httpd 2.4 with mod_nss - configure.sh ignoring --with-nss= option

2018-01-31 Thread Jorge Suarez
Apache 2.4.29 on RHEL 7.4 I need to compile Apache with --prefix so that I can manage it with a non-privileged account, thus I am avoiding the RHEL provided RPMs. I am trying to compile Apache 2.4.29 from scratch with mod_nss included. I am configuring using: ./configure --with-apxs --prefix

Re: [users@httpd] problems benchmarking php-fpm/proxy_fcgi with h2load

2018-01-31 Thread Hajo Locke
Hello, Am 22.01.2018 um 11:54 schrieb Hajo Locke: Hello, Am 19.01.2018 um 15:48 schrieb Luca Toscano: Hi Hajo, 2018-01-19 13:23 GMT+01:00 Hajo Locke >: Hello, thanks Daniel and Stefan. This is a good point. I did the test with a static file and this te

Re: [users@httpd] minimal custom modul with no functionality

2018-01-31 Thread Hajo Locke
Hello List, Am 29.01.2018 um 11:32 schrieb Hajo Locke: Hello List, i try to remove mod_php and switch to php-cgi with proxy_fcgi and mpm_event. An example setup is running well.  But by removing libphp7.so i want to keep support for php_value/php_flag directives  in .htaccess This is done by

[users@httpd] proxy_fcgi - force flush to client

2018-01-31 Thread Hajo Locke
Hello List, currently i compare features and behaviour of proxy_fcgi to classical methods like mod_fastcgi/mod_php. mod_php/fastcgi have options to send every output from backend immediately to client. So it is possible to see progressing output in browser and not complete websiteoutput at o