[users@httpd] SetEnvIf and exceptions

2023-04-08 Thread Dave Wreski
Hi, I have an apache-2.4.56 install on fedora37 and trying to block some bots from accessing the site, unless they're trying to access our RSS feeds. How can I do this? I'm blocking the bots with SetEnvIF lines in the .htacess file in the document root like:     SetEnvIf user-agent "(?i:li

Re: [users@httpd] SetEnvIf and exceptions

2023-04-08 Thread Eric Covener
On Sat, Apr 8, 2023 at 2:14 PM Dave Wreski wrote: > Hi, > > I have an apache-2.4.56 install on fedora37 and trying to block some bots > from accessing the site, unless they're trying to access our RSS feeds. How > can I do this? > > I'm blocking the bots with SetEnvIF lines in the .htacess file i

Re: [users@httpd] SSL_CLIENT_CERT sent empty.

2023-04-08 Thread Daniel Ferradal
Hello, For mod_ssl it is *%{SSL_CLIENT_CERT}x* El mar, 4 abr 2023 a las 13:55, Juan Francisco Jiménez Pérez (< jf.jimenezpe...@mnemo.com>) escribió: > Hi! > > I have configured my apache server to request client certificates for > authentication for a specific location match. > This is how it is

Re: [users@httpd] SetEnvIf and exceptions

2023-04-08 Thread Tuk tuk kampot Services
trahie...@gmail.com Tuk tuk kampot drivers On Sun, Apr 9, 2023, 1:24 AM Eric Covener wrote: > > > On Sat, Apr 8, 2023 at 2:14 PM Dave Wreski > wrote: > >> Hi, >> >> I have an apache-2.4.56 install on fedora37 and trying to block some bots >> from accessing the site, unless they're trying to acc

RE: [users@httpd] Apache static compile

2023-04-08 Thread Chris me
Right. Is there an option to compile Apache using a non-standard location for dynamic libs? IE instead of /usr/lib it could use /usr/lib/custom I was not able to find anything other than using an ELF patcher to try and change the paths directly in the httpd binary file, but not sure how that wou