[us...@httpd] SetEnvIf use newline in value

2010-12-15 Thread Mxrgus Pxrt
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

Re: [us...@httpd] SetEnv HTTPS on... not working. (UNCLASSIFIED)

2010-12-13 Thread Mxrgus Pxrt
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

Re: [us...@httpd] SetEnv HTTPS on... not working.

2010-12-12 Thread Mxrgus Pxrt
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

Re: [us...@httpd] SetEnv HTTPS on... not working.

2010-12-10 Thread Mxrgus Pxrt
: - "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

[us...@httpd] SetEnv HTTPS on... not working.

2010-12-09 Thread Mxrgus Pxrt
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),

[us...@httpd] Authentication against LDAP fails if SSL or TLS is used

2010-03-02 Thread Mxrgus Pxrt
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

Re: [us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-14 Thread Mxrgus Pxrt
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

[us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-14 Thread Mxrgus Pxrt
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

[us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-01 Thread Mxrgus Pxrt
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