RE: [users@httpd] SentEnvIf and multiple X-Fowarded-For headers

2019-10-25 Thread Michael Nielsen
Thanks Eric; I will try that.

-Original Message-
From: Eric Covener  
Sent: Friday, October 25, 2019 2:33 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] SentEnvIf and multiple X-Fowarded-For headers

> the problem is that Apache seems to run the SetEnvIf only against the 
> first occurrence of the Header.

As a hack you can try to make the first argument look like a regex by putting ^ 
in the front.
That will trigger code that tries to find a match amongst a set of headers.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




Re: [users@httpd] SentEnvIf and multiple X-Fowarded-For headers

2019-10-25 Thread Eric Covener
> the problem is that Apache seems to run the SetEnvIf only against the
> first occurrence of the Header.

As a hack you can try to make the first argument look like a regex by
putting ^ in the front.
That will trigger code that tries to find a match amongst a set of headers.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-25 Thread Richard



> Date: Friday, October 25, 2019 20:37:49 +0530
> From: Tapas Mishra 
>
> Hello,
> I am getting bounce message , what should I do?.
> 
> Thanks
> 
> 
> -- Forwarded message -
> From: 
> Date: Wed, Sep 25, 2019 at 11:24 AM
> Subject: Warning from users@httpd.apache.org
> To: 
> 
> Hi! This is the ezmlm program. I'm managing the
> users@httpd.apache.org mailing list.
> 
> Messages to you from the users mailing list seem to
> have been bouncing. I've attached a copy of the first bounce
> message I received.


This is a list configuration issue over which you have no control. 

This list needs to be configured to handle DMARC properly.

Because the list doesn't do DMARC rewriting you may miss list
messages from people sending from p=reject domains, but won't
actually get kicked off the list because these bounce-check messages
will get delivered to you.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-25 Thread Tapas Mishra
Hello,
I am getting bounce message , what should I do?.

Thanks


-- Forwarded message -
From: 
Date: Wed, Sep 25, 2019 at 11:24 AM
Subject: Warning from users@httpd.apache.org
To: 


Hi! This is the ezmlm program. I'm managing the
users@httpd.apache.org mailing list.


Messages to you from the users mailing list seem to
have been bouncing. I've attached a copy of the first bounce
message I received.

If this message bounces too, I will send you a probe. If the probe bounces,
I will remove your address from the users mailing list,
without further notice.


I've kept a list of which messages from the users mailing list have
bounced from your address.

Copies of these messages may be in the archive.
To retrieve a set of messages 123-145 (a maximum of 100 per request),
send a short message to:
   

To receive a subject and author list for the last 100 or so messages,
send a short message to:
   

Here are the message numbers:

   118921

--- Enclosed is a copy of the bounce message I received.

Return-Path: <>
Received: (qmail 369 invoked for bounce); 15 Sep 2019 00:02:49 -
Date: 15 Sep 2019 00:02:49 -
From: mailer-dae...@apache.org
To: users-return-1189...@httpd.apache.org
Subject: failure notice

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] Optimal way to trigger logging if certain URL is accessed

2019-10-25 Thread Martin T
Ok, thanks for replies!


regards,
Martin

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org