[users@httpd] Mod_ Backtrace in apache-2.4.25

2017-06-20 Thread Hemant Chaudhary
Hi Can mod_backtrace is available to support apache-2.4.25. I want to support it on HPE Non-stop. If no then order module which can work as backtrace. Thanks Hemant

[users@httpd] Apache 2.4 and letsencrypt challenge setup issue?

2017-06-20 Thread David Mehler
Hello, I'm trying to get letsencrypt certificates working with security/acme-client on FreeBSD 10.3, which I like much better than the python certbot client. That being said I'm having a problem where authentication is failing, account keys are created, and from the output below it looks like the

[users@httpd] htaccess help

2017-06-20 Thread Yuri Fontella
Good Evening, I'm trying to create a rule with the following scenario ... I have a server with two virtual hosts, it's the same ip. Virtual host 1 = videos Virtual host 2 = website What I need is for vh2 to access the vh1 videos but not to be able to access the videos through the vh1 url. I got

Re: [users@httpd] mod_lua and subprocess_env

2017-06-20 Thread Andrei Ivanov
Hmm, I was actually asking Yann about committing a patch he created. I don't think I understand the connection with the CVEs. On Tue, Jun 20, 2017 at 6:57 PM, Mitchell Krog Photography < mitchellk...@gmail.com> wrote: > Yes as it addresses a number of vulnerabilities discovered. Check mailing >

Re: [users@httpd] mod_lua and subprocess_env

2017-06-20 Thread Mitchell Krog Photography
Yes as it addresses a number of vulnerabilities discovered. Check mailing list for CVE messages sent earlier today. Kind Regards Mitchell Krog ** Visit me at https://mitchellkrog.com ** License My Image

Re: [users@httpd] mod_lua and subprocess_env

2017-06-20 Thread Andrei Ivanov
Hi, Seeing that 2.4.26 was released, is this a good time? 😀 Thanks again. On Sun, May 28, 2017 at 11:54 PM, Yann Ylavic wrote: > Hi Andrei, > > On Wed, May 24, 2017 at 5:50 PM, Andrei Ivanov > wrote: > > > > Does anybody know anything about Yann? > > I do :) > > Sorry I didn't have the time to

[users@httpd] forensic logs with virtual hosts

2017-06-20 Thread Rose, John B
Is there some global way to utilize mod_log_forensic with virtual hosts without having to add “ForensicLog logfilepathname” to every virtual host config?

Re: [users@httpd] adding footer to all web pages

2017-06-20 Thread Rose, John B
Thanks for reply. SSI seemed to only work if an “include” was added to pages. Using php_value in Apache or the file append in php.ini seemed the best options. Also briefly looked at AddOutputFilter/Substitute and the cgi options. Did not explore mod_layout very closely. From: Adam Powell mailt

[users@httpd] server-statut ACC value and MaxConnectionsPerChild

2017-06-20 Thread Bertrand Lods
Hi [root@fusion ~]# httpd -V Server version: Apache/2.4.6 (CentOS) Server built: Apr 12 2017 21:03:28 Server's Module Magic Number: 20120211:24 Server loaded: APR 1.4.8, APR-UTIL 1.5.2 Compiled using: APR 1.4.8, APR-UTIL 1.5.2 Architecture: 64-bit Server MPM: prefork threaded: no

Re: [users@httpd] Re: 'require' directive result

2017-06-20 Thread Marat Khalili
My 2.4.18 already logs AH01797 (client denied by server configuration) to a configured ErrorLog in this case. I don't use syslog myself so I cannot help you with this part, but quick google search shows it is possible in various ways. -- With Best Regards, Marat Khalili On 20/06/17 11:42, An

[users@httpd] Re: 'require' directive result

2017-06-20 Thread Andrei Ivanov
Anybody? Can this be done in some way? On Fri, Jun 16, 2017 at 4:23 PM, Andrei Ivanov wrote: > Hi, > Now that I've managed to configure my 'require' directive, I have a > requirement to log some details to syslog in case the request is not > authorized. > > > Require expr "" > // if