[users@httpd] apache 2.4, git smart http, and gitweb configuration

2018-02-01 Thread David Mehler
Hello, I'm trying to host a git repository via smart http on apache 2.4. I'm also trying to make it viewable using gitweb. The goal is for all transactions to happen over https so I've got a letsencrypt certificate. Both reading and writing to the repo on the server should prompt for a password. I

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

2018-02-01 Thread Luca Toscano
Hello Hajo, 2018-02-01 13:20 GMT+01:00 Hajo Locke : > Hello Luca, > > Am 01.02.2018 um 09:10 schrieb Hajo Locke: > > Hello Luca, > > Am 01.02.2018 um 04:46 schrieb Luca Toscano: > > Hi Hajo, > > 2018-01-31 1:27 GMT-08:00 Hajo Locke : > >> Hello List, >> >> currently i compare features and behavio

[users@httpd] Open Position: Webserver Engineer in Switzerland

2018-02-01 Thread Christian Folini
Hi there, My company, netnea.com, is a small consulting / contracting company based in Berne, the capital of Switzerland. We specialize in network monitoring and Apache / ModSecurity. We have an open position for a webserver engineer with a strong interest in security. I am the author of the 2nd

Re: [users@httpd] Mutex at run time

2018-02-01 Thread Eric Covener
On Thu, Feb 1, 2018 at 7:27 AM, Eric Covener wrote: > On Thu, Feb 1, 2018 at 5:47 AM, Hemant Chaudhary > wrote: >> Hi, >> >> I set Mutex to default, sysvsem but when I am checking error_log AcceptMutex >> is none. >> >> My httpd.conf: >> Mutex sysvsem >> Mutex sysvsem mpm-accept >> >> >> My err

Re: [users@httpd] Mutex at run time

2018-02-01 Thread Eric Covener
On Thu, Feb 1, 2018 at 5:47 AM, Hemant Chaudhary wrote: > Hi, > > I set Mutex to default, sysvsem but when I am checking error_log AcceptMutex > is none. > > My httpd.conf: > Mutex sysvsem > Mutex sysvsem mpm-accept > > > My error_log : > worker.c(1885): AH00294: Accept mutex: none (default: sys

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

2018-02-01 Thread Hajo Locke
Hello Luca, Am 01.02.2018 um 09:10 schrieb Hajo Locke: Hello Luca, Am 01.02.2018 um 04:46 schrieb 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 l

[users@httpd] Mutex at run time

2018-02-01 Thread Hemant Chaudhary
Hi, I set Mutex to default, sysvsem but when I am checking error_log AcceptMutex is none. My httpd.conf: Mutex sysvsem Mutex sysvsem mpm-accept My error_log : worker.c(1885): AH00294: Accept mutex: none (default: sysvsem) Where am I going wrong to use mutex ? Hemant

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

2018-02-01 Thread Hajo Locke
Hello Luca, Am 01.02.2018 um 04:46 schrieb 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 option