[users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-22 Thread Rajib Karmakar
Hello, Issues Facing for multiple htaccess rule for dynamic slug. Mainly for an eCommerce website starting from which has Department,category,subcategory,subsubcategory and product Sitepath are follows from department to subsubcategory http://www.mysite.com/department

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Rainer Jung
Am 22.03.2018 um 18:56 schrieb Martin Knoblauch: Hi Rainer,  unfortunately mod_log_debug seems to work only on directory scope, not on virtual host. But note, that is directory scope, for instance ... And I considered the mod_rewrite thingy, but feared it to be to expensive. >  

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
Hi Rainer, unfortunately mod_log_debug seems to work only on directory scope, not on virtual host. And I considered the mod_rewrite thingy, but feared it to be to expensive. In the meantime I found "mod_log_forensic". Ugly, I do not know the cost, but it works for my purpose. Thanks Martin

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Rainer Jung
Am 22.03.2018 um 18:08 schrieb Eric Covener: On Thu, Mar 22, 2018 at 1:03 PM, Martin Knoblauch wrote: Hi Eric, thanks, but does not work. login_jsid=Cookie prints "Cookie" login_jsid=%{Cookie} prints "%{Cookie}" Apparently the right sides of the assignment are just

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Eric Covener
On Thu, Mar 22, 2018 at 1:03 PM, Martin Knoblauch wrote: > Hi Eric, > > thanks, but does not work. > > login_jsid=Cookie prints "Cookie" > login_jsid=%{Cookie} prints "%{Cookie}" > > Apparently the right sides of the assignment are just taken as literals > without evaluating

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
Hi Eric, thanks, but does not work. login_jsid=Cookie prints "Cookie" login_jsid=%{Cookie} prints "%{Cookie}" Apparently the right sides of the assignment are just taken as literals without evaluating them as variables. Had a brief look at mod_log_debug, but do not see how it helps me in

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Eric Covener
On Thu, Mar 22, 2018 at 12:50 PM, Eric Covener wrote: > have you looked at mod_log_debug? > >> SetEnvIfExpr "%{REQUEST_URI} == '/cb2/facelets/logon.xhtml' && >> %{REQUEST_METHOD} == 'GET'" login_get login_jsid=%{HTTP_COOKIE}e > > is the last token of the above line wrong?

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Eric Covener
have you looked at mod_log_debug? > SetEnvIfExpr "%{REQUEST_URI} == '/cb2/facelets/logon.xhtml' && > %{REQUEST_METHOD} == 'GET'" login_get login_jsid=%{HTTP_COOKIE}e is the last token of the above line wrong? Shouldn't it just be "Coookie"? On Thu, Mar 22, 2018 at 12:23 PM, Martin

[users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
Hi, so I need some little help. I need to modify request headers in some situations and for debugging, I want to print the content of the header before and after processing. So I looked at mod_log_config and found: %{VARNAME}i : The contents of VARNAME: header line(s) in the request sent

Re: [users@httpd] Next release ?

2018-03-22 Thread Martin Knoblauch
Hi Stefan, thanks. I think that will fly very well with my organisation, as OpenSSL will release their next security update also soon. Cheers Martin PS: dont't spell the word disaster in vain. It might listen :-) On Thu, Mar 22, 2018 at 11:08 AM, Stefan Eissing < stefan.eiss...@greenbytes.de>

Re: [users@httpd] Next release ?

2018-03-22 Thread Stefan Eissing
2.4.33 has been voted for release and is now being processed. Except an official announcement in the next days. *) Cheers, Stefan *) Unless disaster strikes, of course. > Am 22.03.2018 um 10:59 schrieb Martin Knoblauch : > > Hi, > > sorry for the non-technical question.

[users@httpd] Next release ?

2018-03-22 Thread Martin Knoblauch
Hi, sorry for the non-technical question. Is there already a date for the next official release post 2.4.29? I see internally version 2.4.33, but that does not seem to be official/public. I would like to have the information for plannig purposes (big, paranoid IT organisation :-( TIA Martin --

Re: [users@httpd] mod_authzn_ldap: combining queries to different LDAP layouts

2018-03-22 Thread sebb
On 22 March 2018 at 09:41, Eric Covener wrote: > On Thu, Mar 22, 2018 at 5:26 AM, sebb wrote: >> Is it possible to use two mod_authzn_ldap checks that need different >> settings in the same Location container? >> >> For example: >> >> >> >> AuthType Basic

Re: [users@httpd] mod_authzn_ldap: combining queries to different LDAP layouts

2018-03-22 Thread Eric Covener
On Thu, Mar 22, 2018 at 5:26 AM, sebb wrote: > Is it possible to use two mod_authzn_ldap checks that need different > settings in the same Location container? > > For example: > > > > AuthType Basic > AuthBasicProvider ldap > AuthName ... > AuthLDAPurl ... > >

[users@httpd] mod_authzn_ldap: combining queries to different LDAP layouts

2018-03-22 Thread sebb
Is it possible to use two mod_authzn_ldap checks that need different settings in the same Location container? For example: AuthType Basic AuthBasicProvider ldap AuthName ... AuthLDAPurl ... AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN On Require ldap-group