SetEnvIf SOME_VALUE "(.*) (.*)" SOME_VALUE="$1\n$2" (replacing space
with newline in env value).
If you have any other clever ideas, how to do it, please let me know.
Br,
Margus
-
The official User-To-User support forum of t
SS Gateway Hawaii
EMAIL: dwight.victor@disa.mil
TEL: (808) 653-3677 ext 229
-Original Message-----
From: Mxrgus Pxrt [mailto:mar...@tione.eu]
Sent: Sunday, December 12, 2010 4:28 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] SetEnv HTTPS on... not working.
Hey!
I did not m
https://example.com/$1 [L,R=301]
But I am stubborn and want to know, how to overwrite this value (or
answer, that it's not possible because of ...).
Br,
Margus
On 12/11/2010 04:46 PM, Jeroen Geilman wrote:
On 12/10/10 12:55 PM, Mxrgus Pxrt wrote:
I have SSL offloader, what checks whe
:
- "Mxrgus Pxrt" wrote:
Hello!
I have SSL offloader sending HTTPS header to backend server.
In backend server I have:
SetEnvIf HTTPS "(..*)" HTTPS=$1
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}?%{HTTPS}
[L,R=301]
And it causes infinite red
Hello!
I have SSL offloader sending HTTPS header to backend server.
In backend server I have:
SetEnvIf HTTPS "(..*)" HTTPS=$1
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}?%{HTTPS} [L,R=301]
And it causes infinite redirect loop (to https://server/url/?off),
Hello,
I have following problem:
Precondition:
- Some Location is protected with authentication against LDAP
- Apache is configured to connect LDAP server over SSL (LDAPS on port 686)
Steps:
- Open https://server/protected_url
- Input username of existing user (must be defined in LDAP base) and
Marc Patermann wrote:
Hi,
Mxrgus Pxrt schrieb:
Would it be possible to filter users not only by user attributes or
groups but also by attributes of group using authnz_ldap?
Example:
Users:
cn: First Last, ou: people, dc: lol
cn: Second Last, ou: pople, dc: lol
Groups:
cn: lord, ou: group
Hi,
Would it be possible to filter users not only by user attributes or
groups but also by attributes of group using authnz_ldap?
Example:
Users:
cn: First Last, ou: people, dc: lol
cn: Second Last, ou: pople, dc: lol
Groups:
cn: lord, ou: group, dc: lol
member: First Last
attribute111: yes
Hi,
Would it be possible to filter users not only by user attributes or
groups but also by attributes of group using authnz_ldap?
Example:
Users:
cn: First Last, ou: people, dc: lol
cn: Second Last, ou: pople, dc: lol
Groups:
cn: lord, ou: group, dc: lol
member: First Last
attribute111: ye