VirtualHost & Location

VirtualHost & Location

am 16.03.2010 13:19:25 von Milan Tomic

Good day,

How can I (if it is possible at all) specify that all requests to:

/SomeUrl
/SomeUrl/
/SomeUrl/index.html

go to one location and all other requests like

/SomeUrl/somePage.html

go to the other location? I have started editing httpd.conf like this:



ProxyPass http://www.google.com


ProxyPass http://www.google.com


ProxyPass http://www.google.com

# for other requests...?


Do I have to use rewrite rules?

Thank you in advance,
Milan





------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: VirtualHost & Location

am 16.03.2010 14:00:46 von Nilesh Govindrajan

On 03/16/2010 05:49 PM, Milan Tomic wrote:
> Good day,
>
> How can I (if it is possible at all) specify that all requests to:
>
> /SomeUrl
> /SomeUrl/
> /SomeUrl/index.html
>
> go to one location and all other requests like
>
> /SomeUrl/somePage.html
>
> go to the other location? I have started editing httpd.conf like this:
>
>
>
> ProxyPass http://www.google.com
>

>
> ProxyPass http://www.google.com
>

>
> ProxyPass http://www.google.com
>

> # for other requests...?
>

>
> Do I have to use rewrite rules?
>
> Thank you in advance,
> Milan
>
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

Why are you using ProxyPass ? You can use Redirect if don't want to mask
that content is coming from your server (and of course save your bandwidth).

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: VirtualHost & Location

am 16.03.2010 15:04:47 von Brent Davidson

--_000_D75A88509DE841509E369F8E35EB554Bmimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

On 03/16/2010 05:49 PM, Milan Tomic wrote:
> Good day,
>
> How can I (if it is possible at all) specify that all requests to:
>
> /SomeUrl
> /SomeUrl/
> /SomeUrl/index.html
>
> go to one location and all other requests like
>
> /SomeUrl/somePage.html
>
> go to the other location? I have started editing httpd.conf like this:
>
>
>
> ProxyPass http://www.google.com
>

>
> ProxyPass http://www.google.com
>

>
> ProxyPass http://www.google.com
>

> # for other requests...?
>

>
> Do I have to use rewrite rules?
>
> Thank you in advance,
> Milan
>
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

Why are you using ProxyPass ? You can use Redirect if don't want to mask
that content is coming from your server (and of course save your bandwidth)=
..

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

----------
This is the first I have seen this comment. How does redirect save bandwidt=
h compared to Porxypass?
Brent


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


--_000_D75A88509DE841509E369F8E35EB554Bmimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable







On 03/16/2010 05:49 PM, Milan Tomic rget=3D_blank> wrote:
> Good day,
>
> How can I (if i=
t is possible at all) specify that all requests to:
>
> /SomeUr=
l/
> /=
SomeUrl
> >> go to one location and all other requests like
>
> /SomeU=
rl
>
&=
gt; go to the other location? I have started editing httpd.conf et=3D_blank> like this:
>
> <VirtualHost nk> *:8080>
> <Location /SomeUrl>=

> ProxyPass  google.com/" target=3D_blank>http://www.google.com
> </Locatio=
n>
> <Location /SomeUrl/>
>&nbs=
p;ProxyPass  target=3D_blank>http://www.google.com
> </Location>
>=
; <Location /SomeUrl/index.html >>
> ProxyPass  tp://www.google.com/" target=3D_blank>http://www.google.com
> <=
;/Location>
> # for other requests...?
> </VirtualHost target=3D_blank>>
>
> Do I have to use rewrite rules? >>
> Thank you in advance,
> Milan
>
>
> R>>
>
> ----------------------------------------------------=
-----------------
> The official User-To-User support forum of the Ap=
ache HTTP Server Project.
> See<URL:http://httpd.apache.org/usersl=
ist.html>  for more info.
> To unsubscribe, e-mail: users-uns=
ubscribe@httpd.apache.org
>   &=
nbsp; "   from the digest: users-digest-unsubscribe@httpd t=3D_blank>.apache.org
> For additional commands, e-mail: users-h=
elp@httpd.apache.org
>

Why are you usin=
g ProxyPass ? You can use Redirect if don't wan=
t to mask
that content is coming from your server (and of course save y=
our bandwidth).

-- 
Nilesh Govindaraj=
an
Site & Server Adminstrator nk>
www.itech7.co=
m


----------

This is the first I =
have seen this comment. How does redirect save bandwidth compared to Porxyp=
ass?

Brent

 

 

---------------------------------------------=
------------------------
The official User-To-User support forum of the =
Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslis=
t.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@http=
d.apache.org
   "   from the =
digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org lank>



--_000_D75A88509DE841509E369F8E35EB554Bmimectl_--

Re: VirtualHost & Location

am 16.03.2010 17:19:44 von Nilesh Govindrajan

On Tue, Mar 16, 2010 at 7:34 PM, Brent Davidson wro=
te:
> On 03/16/2010 05:49 PM, Milan=A0Tomic wrote:
>> Good day,
>>
>> How can I (if it is possible at all) specify that all requests to:
>>
>> /SomeUrl
>> /SomeUrl/
>> /SomeUrl/index.html
>>
>> go to one location and all other requests like
>>
>> /SomeUrl/somePage.html
>>
>> go to the other location? I have started editing=A0httpd.conf like this:
>>
>>
>>
>>=A0ProxyPass=A0 http://www.google.com
>>

>>
>>=A0ProxyPass=A0 http://www.google.com
>>

>>
>>=A0ProxyPass=A0 http://www.google.com
>>

>> # for other requests...?
>>

>>
>> Do I have to use rewrite rules?
>>
>> Thank you in advance,
>> Milan
>>
>>
>>
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See=A0 for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>     "   from the digest: users-digest-unsubscribe@httpd.apac=
he.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
> Why are you using=A0ProxyPass ? You can use Redirect if don't want to mas=
k
> that content is coming from your server (and of course save your bandwidt=
h).
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com
>
> ----------
> This is the first I have seen this comment. How does redirect save bandwi=
dth
> compared to Porxypass?
> Brent
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

ProxyPass downloads the data using your server's connection and then
outputs the data to the client. Whereas redirecting, tells the client
to fetch data from another server. Thus your server doesn't have to
download data and emit it to the client.

--=20
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: VirtualHost & Location

am 17.03.2010 00:13:52 von Milan Tomic

> Why are you using ProxyPass ? You can use Redirect if don't want to mask
> that content is coming from your server (and of course save your bandwidth).

I have tried this:



ProxyPass http://localhost:8082/SomeUrl/


Redirect /SomeUrl/index.html http://www.google.com
Redirect /SomeUrl http://www.google.com
Redirect /SomeUrl/ http://www.google.com



but only second Redirect directive works fine. It seems that others are overriden by ProxyPass? What should I do now? :(

TIA





------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: VirtualHost & Location

am 17.03.2010 01:32:12 von Milan Tomic

I have also tried LocationMatch:


ProxyPass http://www.yahoo.com/


and


ProxyPass http://www.yahoo.com/


but without success. I need to match if there is anything behind slash /

TIA




----- Original Message ----
From: Milan Tomic
To: users@httpd.apache.org
Sent: Wed, March 17, 2010 12:13:52 AM
Subject: Re: [users@httpd] VirtualHost & Location




> Why are you using ProxyPass ? You can use Redirect if don't want to mask
> that content is coming from your server (and of course save your bandwidth).

I have tried this:



ProxyPass http://localhost:8082/SomeUrl/


Redirect /SomeUrl/index.html http://www.google.com
Redirect /SomeUrl http://www.google.com
Redirect /SomeUrl/ http://www.google.com



but only second Redirect directive works fine. It seems that others are overriden by ProxyPass? What should I do now? :(

TIA





------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: VirtualHost & Location

am 17.03.2010 03:35:18 von Nilesh Govindrajan

On Wed, Mar 17, 2010 at 6:02 AM, Milan Tomic wrote:
>
> I have also tried LocationMatch:
>
>
> ProxyPass =A0http://www.yahoo.com/
>

>
> and
>
>
> ProxyPass =A0http://www.yahoo.com/
>

>
> but without success. I need to match if there is anything behind slash /
>
> TIA
>
>
>
>
> ----- Original Message ----
> From: Milan Tomic
> To: users@httpd.apache.org
> Sent: Wed, March 17, 2010 12:13:52 AM
> Subject: Re: [users@httpd] VirtualHost & Location
>
>
>
>
>> Why are you using ProxyPass ? You can use Redirect if don't want to mask
>> that content is coming from your server (and of course save your bandwid=
th).
>
> I have tried this:
>
>
>
> ProxyPass =A0http://localhost:8082/SomeUrl/
>

>
> Redirect /SomeUrl/index.html http://www.google.com
> Redirect /SomeUrl http://www.google.com
> Redirect /SomeUrl/ http://www.google.com
>
>

>
> but only second Redirect directive works fine. It seems that others are o=
verriden by ProxyPass? What should I do now? :(
>
> TIA
>
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Use mod_rewrite.


RewriteEngine On
RewriteRule ^/SomeUrl/(.*)$ http://www.google.com/$1 [R=3D301]


--=20
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

auth_ldap error message not showed correct

am 17.03.2010 03:43:02 von pantao

SGksYWxsDQoNCkkgdXNlIGFwYWNoZTIuMi42IGFuZCBTVk4xLjQuNSBvbiBD aGluZXNlIHZlcnNp
b24gIG9mIFdJTkRPV1MgIFhQIHBsYXRmb3JtIGFuZCAsYW5kIA0KdHJ5IHRv IHVzZSBsZGFwX21v
ZHVsZSBhbmQgYXV0aG56X2xkYXBfbW9kdWxlIGFzIGF1dGhlbnRpY2F0aW9u IG1ldGhvZCAuIEJ1
dCBJIGZvdW5kIHRoYXQgdGhlIA0KZXJyb3IgbG9nIG9mIGF1dGhfbGRhcCBt b2R1bGUgaW4gZXJy
b3JfbG9nIGZpbGUgaXMgIHNob3duIHdpdGggaGV4IGZvcm1hdC4gIEkgdHJ5 IHRyYW5zbGF0ZSBp
dCBhcw0KIFVURi04ICBjb2RlLCBhbmQgaXQgc2VlbXMgKG5vdCB2ZXJ5IHN1 cmUpIHRoYXQgdGhl
IGVycm9yIG1lc3NhZ2UgaXMgbm90IHV0Zi04Lg0KDQpbVGh1IE9jdCAxNSAx NToxMTo1MCAyMDA5
XSBbd2Fybl0gW2NsaWVudCAxMjcuMC4wLjFdIFs5NDI0XSBhdXRoX2xkYXAg YXV0aGVudGljYXRl
OiB1c2VyIHBhbnQgYXV0aGVudGljYXRpb24gZmFpbGVkOyBVUkkgL2JpbGwv dGVzdC90ZXN0LyBb
bGRhcF9zZWFyY2hfZXh0X3MoKSBmb3IgdXNlciBmYWlsZWRdW1x4YjJceGQ5 XHhkN1x4ZjdceGI0
XHhlZFx4Y2VceGYzXQ0KW1RodSBPY3QgMTUgMTU6MTI6MzggMjAwOV0gW3dh cm5dIFtjbGllbnQg
MTI3LjAuMC4xXSBbOTQyNF0gYXV0aF9sZGFwIGF1dGhlbnRpY2F0ZTogdXNl ciBwYW50IGF1dGhl
bnRpY2F0aW9uIGZhaWxlZDsgVVJJIC9iaWxsL3Rlc3QvIFtsZGFwX3NlYXJj aF9leHRfcygpIGZv
ciB1c2VyIGZhaWxlZF1bXHhiMlx4ZDlceGQ3XHhmN1x4YjRceGVkXHhjZVx4 ZjNdDQoNCkkgd291
bGQgbGlrZSB0byBrbm93IGhvdyBjYW4gSSBsZXQgdGhlIGxkYXAgbW9kdWxl IG91dCB0aGUgQ2hp
bmVzZSBvciBFbmdsaXNoIGVycm9yIG1lc3NhZ2Ugc28gDQpJIGNhbiB1bmRl cnN0YW5kIGl0LiBB
bmQgSSB3b3VsZGFsc28gbGlrZSB0byBrbm93IGhvdyB0aGUgbGRhcCBtb2R1 bGUgb3V0cHV0IGRp
ZmZlcmVudCBlcnJvciANCm1lc3NhZ2UgZm9yIGRpZmZlcmVudCBsYW5ndWFn ZSxtYW55IHRoYW5r
cy4NCg0KcmVnYXJkcywNClBhblRhbw==

Re: auth_ldap error message not showed correct

am 17.03.2010 12:20:13 von Jeff Trawick

On Tue, Mar 16, 2010 at 10:43 PM, pantao wrote:
> Hi,all
>
> I use apache2.2.6 and SVN1.4.5 on Chinese version =A0of WINDOWS =A0XP pla=
tform and ,and
> try to use ldap_module and authnz_ldap_module as authentication method . =
But I found that the
> error log of auth_ldap module in error_log file is =A0shown with hex form=
at. =A0I try translate it as
> =A0UTF-8 =A0code, and it seems (not very sure) that the error message is =
not utf-8.
>
> [Thu Oct 15 15:11:50 2009] [warn] [client 127.0.0.1] [9424] auth_ldap aut=
henticate: user pant authentication failed; URI /bill/test/test/ [ldap_sear=
ch_ext_s() for user failed][\xb2\xd9\xd7\xf7\xb4\xed\xce\xf3]
> [Thu Oct 15 15:12:38 2009] [warn] [client 127.0.0.1] [9424] auth_ldap aut=
henticate: user pant authentication failed; URI /bill/test/ [ldap_search_ex=
t_s() for user failed][\xb2\xd9\xd7\xf7\xb4\xed\xce\xf3]
>
> I would like to know how can I let the ldap module out the Chinese or Eng=
lish error message so
> I can understand it. And I wouldalso like to know how the ldap module out=
put different error
> message for different language,many thanks.

The core error log code is formatting the bytes in hex format. To
disable that, in case that causes the data to be formatted properly,
define AP_UNSAFE_ERROR_LOG_UNESCAPED and rebuild Apache httpd.
There's no run-time configuration of this behavior.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: auth_ldap error message not showed correct

am 17.03.2010 13:33:30 von pantao

------=_NextPart_000_0127_01CAC611.1B0F4650
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: base64

Pi0tLS0tIE9yaWdpbmFsIE1lc3NhZ2UgLS0tLS0NCj5Gcm9tOiAiSmVmZiBU cmF3aWNrIiA8dHJh
d2lja0BnbWFpbC5jb20+DQo+VG86IDx1c2Vyc0BodHRwZC5hcGFjaGUub3Jn Pg0KPlNlbnQ6IFdl
ZG5lc2RheSwgTWFyY2ggMTcsIDIwMTAgNzoyMCBQTQ0KPlN1YmplY3Q6IFJl OiBbdXNlcnNAaHR0
cGRdIGF1dGhfbGRhcCBlcnJvciBtZXNzYWdlIG5vdCBzaG93ZWQgY29ycmVj dA0KPg0KPg0KPk9u
IFR1ZSwgTWFyIDE2LCAyMDEwIGF0IDEwOjQzIFBNLCBwYW50YW8gPHBhbnRA ZmZjcy5jbj4gd3Jv
dGU6DQo+PiBIaSxhbGwNCj4+DQo+PiBJIHVzZSBhcGFjaGUyLjIuNiBhbmQg U1ZOMS40LjUgb24g
Q2hpbmVzZSB2ZXJzaW9uIG9mIFdJTkRPV1MgWFAgcGxhdGZvcm0gYW5kDQos YW5kDQo+PiB0cnkg
dG8gdXNlIGxkYXBfbW9kdWxlIGFuZCBhdXRobnpfbGRhcF9tb2R1bGUgYXMg YXV0aGVudGljYXRp
b24gbWV0aG9kIC4gQnV0DQpJIGZvdW5kIHRoYXQgdGhlDQo+PiBlcnJvciBs b2cgb2YgYXV0aF9s
ZGFwIG1vZHVsZSBpbiBlcnJvcl9sb2cgZmlsZSBpcyBzaG93biB3aXRoIGhl eCBmb3JtYXQuIEkg
dA0KcnkgdHJhbnNsYXRlIGl0IGFzDQo+PiBVVEYtOCBjb2RlLCBhbmQgaXQg c2VlbXMgKG5vdCB2
ZXJ5IHN1cmUpIHRoYXQgdGhlIGVycm9yIG1lc3NhZ2UgaXMgbm90IHV0Zi04 Lg0KPj4NCj4+IFtU
aHUgT2N0IDE1IDE1OjExOjUwIDIwMDldIFt3YXJuXSBbY2xpZW50IDEyNy4w LjAuMV0gWzk0MjRd
IGF1dGhfbGRhcCBhdXRoZW50DQppY2F0ZTogdXNlciBwYW50IGF1dGhlbnRp Y2F0aW9uIGZhaWxl
ZDsgVVJJIC9iaWxsL3Rlc3QvdGVzdC8gW2xkYXBfc2VhcmNoX2V4dF9zKA0K KSBmb3IgdXNlciBm
YWlsZWRdW1x4YjJceGQ5XHhkN1x4ZjdceGI0XHhlZFx4Y2VceGYzXQ0KPj4g W1RodSBPY3QgMTUg
MTU6MTI6MzggMjAwOV0gW3dhcm5dIFtjbGllbnQgMTI3LjAuMC4xXSBbOTQy NF0gYXV0aF9sZGFw
IGF1dGhlbnQNCmljYXRlOiB1c2VyIHBhbnQgYXV0aGVudGljYXRpb24gZmFp bGVkOyBVUkkgL2Jp
bGwvdGVzdC8gW2xkYXBfc2VhcmNoX2V4dF9zKCkgZm9yDQogdXNlciBmYWls ZWRdW1x4YjJceGQ5
XHhkN1x4ZjdceGI0XHhlZFx4Y2VceGYzXQ0KPj4NCj4+IEkgd291bGQgbGlr ZSB0byBrbm93IGhv
dyBjYW4gSSBsZXQgdGhlIGxkYXAgbW9kdWxlIG91dCB0aGUgQ2hpbmVzZSBv ciBFbmdsaXNoDQog
ZXJyb3IgbWVzc2FnZSBzbw0KPj4gSSBjYW4gdW5kZXJzdGFuZCBpdC4gQW5k IEkgd291bGRhbHNv
IGxpa2UgdG8ga25vdyBob3cgdGhlIGxkYXAgbW9kdWxlIG91dHB1dA0KZGlm ZmVyZW50IGVycm9y
DQo+PiBtZXNzYWdlIGZvciBkaWZmZXJlbnQgbGFuZ3VhZ2UsbWFueSB0aGFu a3MuDQo+DQo+VGhl
IGNvcmUgZXJyb3IgbG9nIGNvZGUgaXMgZm9ybWF0dGluZyB0aGUgYnl0ZXMg aW4gaGV4IGZvcm1h
dC4gIFRvDQo+ZGlzYWJsZSB0aGF0LCBpbiBjYXNlIHRoYXQgY2F1c2VzIHRo ZSBkYXRhIHRvIGJl
IGZvcm1hdHRlZCBwcm9wZXJseSwNCj5kZWZpbmUgQVBfVU5TQUZFX0VSUk9S X0xPR19VTkVTQ0FQ
RUQgYW5kIHJlYnVpbGQgQXBhY2hlIGh0dHBkLg0KPlRoZXJlJ3Mgbm8gcnVu LXRpbWUgY29uZmln
dXJhdGlvbiBvZiB0aGlzIGJlaGF2aW9yLg0KDQpUaGFua3MsIEplZmYuDQoN CkJ1dCBJIGNhbiBm
b3VuZCBzb21lIGVycm9yIG1lc3NhZ2UgbGlrZSBtaW5lIHdpdGggZW5nbGln aCBvdXRwdXQgb24g
dGhlIHdlYiA6DQoNCltTYXQgTWFyIDAxIDE3OjA1OjM4IDIwMDhdIFt3YXJu XSBbY2xpZW50IDE5
Mi4xNjguNS4xMzNdIFsyNTc4OF0gYXV0aF9sZGFwIGF1dGhlbnRpY2F0ZTog dXNlciBqb2huIGF1
dGhlbnRpY2F0aW9uIGZhaWxlZDsgVVJJIC9tb2R1bGUgW0xEQVA6IGxkYXBf c2ltcGxlX2JpbmRf
cygpIGZhaWxlZF1bSW52YWxpZCBjcmVkZW50aWFsc10NCg0KIFtGcmkgRGVj IDEyIDE3OjE3OjE0
IDIwMDhdIFt3YXJuXSBbY2xpZW50IFhYWC5YWFguWFhYLlhYWF0gWzE3MTI4 XSBhdXRoX2xkYXAg
YXV0aGVudGljYXRlOiB1c2VyIFhYWCBhdXRoZW50aWNhdGlvbiBmYWlsZWQ7 IFVSSSAvc3ZuL3By
b2plY3QgW0xEQVA6IGxkYXBfc2ltcGxlX2JpbmRfcygpIGZhaWxlZF1bQ2Fu J3QgY29udGFjdCBM
REFQIHNlcnZlcl0NCg0KSXQgc2VlbXMgdGhhdCB0aGUgZXJyb3IgbWVzc2Fn ZSBvZiBhdXRoX2xk
YXAgY2FuIGJlIG91dHB1dCBhcyBFbmdsaXNoLiBJdCdzIG9rIGZvcg0KbWUg dG8gb3V0cHV0IHRo
ZSBlcnJvciBtZXNzYWdlIGFzIEVuZ2xpc2guIA0KIA0KcmVnYXJkcywNClBh blRhbw0KDQoNCg0K

------=_NextPart_000_0127_01CAC611.1B0F4650
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBU cmFuc2l0aW9uYWwv
L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50 LVR5cGUgY29udGVu
dD0idGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTEiPg0KPE1FVEEgY29u dGVudD0iTVNIVE1M
IDYuMDAuNjAwMC4xNjk4MSIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9T VFlMRT4NCjwvSEVB
RD4NCjxCT0RZPg0KPERJVj48Rk9OVCBmYWNlPSYjMjM0MzU7JiMyMDMwNzs+ Jmd0Oy0tLS0tIE9y
aWdpbmFsIE1lc3NhZ2UgLS0tLS08QlI+Jmd0O0Zyb206ICJKZWZmIFRyYXdp Y2siIA0KJmx0OzxB
IGhyZWY9Im1haWx0bzp0cmF3aWNrQGdtYWlsLmNvbSI+dHJhd2lja0BnbWFp bC5jb208L0E+Jmd0
OzxCUj4mZ3Q7VG86IA0KJmx0OzxBIA0KaHJlZj0ibWFpbHRvOnVzZXJzQGh0 dHBkLmFwYWNoZS5v
cmciPnVzZXJzQGh0dHBkLmFwYWNoZS5vcmc8L0E+Jmd0OzxCUj4mZ3Q7U2Vu dDogDQpXZWRuZXNk
YXksIE1hcmNoIDE3LCAyMDEwIDc6MjAgUE08QlI+Jmd0O1N1YmplY3Q6IFJl OiBbdXNlcnNAaHR0
cGRdIGF1dGhfbGRhcCANCmVycm9yIG1lc3NhZ2Ugbm90IHNob3dlZCBjb3Jy ZWN0PEJSPiZndDs8
QlI+Jmd0OzxCUj4mZ3Q7T24gVHVlLCBNYXIgMTYsIDIwMTAgYXQgDQoxMDo0 MyBQTSwgcGFudGFv
ICZsdDs8QSBocmVmPSJtYWlsdG86cGFudEBmZmNzLmNuIj5wYW50QGZmY3Mu Y248L0E+Jmd0OyAN
Cndyb3RlOjxCUj4mZ3Q7Jmd0OyBIaSxhbGw8QlI+Jmd0OyZndDs8QlI+Jmd0 OyZndDsgSSB1c2Ug
YXBhY2hlMi4yLjYgYW5kIFNWTjEuNC41IA0Kb24gQ2hpbmVzZSB2ZXJzaW9u IG9mIFdJTkRPV1Mg
WFAgcGxhdGZvcm0gYW5kPEJSPixhbmQ8QlI+Jmd0OyZndDsgdHJ5IHRvIHVz ZSANCmxkYXBfbW9k
dWxlIGFuZCBhdXRobnpfbGRhcF9tb2R1bGUgYXMgYXV0aGVudGljYXRpb24g bWV0aG9kIC4gQnV0
PEJSPkkgZm91bmQgDQp0aGF0IHRoZTxCUj4mZ3Q7Jmd0OyBlcnJvciBsb2cg b2YgYXV0aF9sZGFw
IG1vZHVsZSBpbiBlcnJvcl9sb2cgZmlsZSBpcyBzaG93biANCndpdGggaGV4 IGZvcm1hdC4gSSB0
PEJSPnJ5IHRyYW5zbGF0ZSBpdCBhczxCUj4mZ3Q7Jmd0OyBVVEYtOCBjb2Rl LCBhbmQgaXQgc2Vl
bXMgDQoobm90IHZlcnkgc3VyZSkgdGhhdCB0aGUgZXJyb3IgbWVzc2FnZSBp cyBub3QgdXRmLTgu
PEJSPiZndDsmZ3Q7PEJSPiZndDsmZ3Q7IA0KW1RodSBPY3QgMTUgMTU6MTE6 NTAgMjAwOV0gW3dh
cm5dIFtjbGllbnQgMTI3LjAuMC4xXSBbOTQyNF0gYXV0aF9sZGFwIA0KYXV0 aGVudDxCUj5pY2F0
ZTogdXNlciBwYW50IGF1dGhlbnRpY2F0aW9uIGZhaWxlZDsgVVJJIC9iaWxs L3Rlc3QvdGVzdC8g
DQpbbGRhcF9zZWFyY2hfZXh0X3MoPEJSPikgZm9yIHVzZXIgDQpmYWlsZWRd W1x4YjJceGQ5XHhk
N1x4ZjdceGI0XHhlZFx4Y2VceGYzXTxCUj4mZ3Q7Jmd0OyBbVGh1IE9jdCAx NSAxNToxMjozOCAy
MDA5XSANClt3YXJuXSBbY2xpZW50IDEyNy4wLjAuMV0gWzk0MjRdIGF1dGhf bGRhcCBhdXRoZW50
PEJSPmljYXRlOiB1c2VyIHBhbnQgDQphdXRoZW50aWNhdGlvbiBmYWlsZWQ7 IFVSSSAvYmlsbC90
ZXN0LyBbbGRhcF9zZWFyY2hfZXh0X3MoKSBmb3I8QlI+Jm5ic3A7dXNlciAN CmZhaWxlZF1bXHhi
Mlx4ZDlceGQ3XHhmN1x4YjRceGVkXHhjZVx4ZjNdPEJSPiZndDsmZ3Q7PEJS PiZndDsmZ3Q7IEkg
d291bGQgbGlrZSANCnRvIGtub3cgaG93IGNhbiBJIGxldCB0aGUgbGRhcCBt b2R1bGUgb3V0IHRo
ZSBDaGluZXNlIG9yIEVuZ2xpc2g8QlI+Jm5ic3A7ZXJyb3IgDQptZXNzYWdl IHNvPEJSPiZndDsm
Z3Q7IEkgY2FuIHVuZGVyc3RhbmQgaXQuIEFuZCBJIHdvdWxkYWxzbyBsaWtl IHRvIGtub3cgaG93
IHRoZSANCmxkYXAgbW9kdWxlIG91dHB1dDxCUj5kaWZmZXJlbnQgZXJyb3I8 QlI+Jmd0OyZndDsg
bWVzc2FnZSBmb3IgZGlmZmVyZW50IA0KbGFuZ3VhZ2UsbWFueSB0aGFua3Mu PEJSPiZndDs8QlI+
Jmd0O1RoZSBjb3JlIGVycm9yIGxvZyBjb2RlIGlzIGZvcm1hdHRpbmcgdGhl IA0KYnl0ZXMgaW4g
aGV4IGZvcm1hdC4mbmJzcDsgVG88QlI+Jmd0O2Rpc2FibGUgdGhhdCwgaW4g Y2FzZSB0aGF0IGNh
dXNlcyB0aGUgZGF0YSANCnRvIGJlIGZvcm1hdHRlZCBwcm9wZXJseSw8QlI+ Jmd0O2RlZmluZSBB
UF9VTlNBRkVfRVJST1JfTE9HX1VORVNDQVBFRCBhbmQgDQpyZWJ1aWxkIEFw YWNoZSBodHRwZC48
QlI+Jmd0O1RoZXJlJ3Mgbm8gcnVuLXRpbWUgY29uZmlndXJhdGlvbiBvZiB0 aGlzIA0KYmVoYXZp
b3IuPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSYjMjM0MzU7JiMy MDMwNzs+PC9GT05U
PiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSYjMjM0MzU7JiMyMDMw Nzs+VGhhbmtzLCBK
ZWZmLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0mIzIzNDM1OyYj MjAzMDc7PjwvRk9O
VD4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0mIzIzNDM1OyYjMjAz MDc7PkJ1dCBJIGNh
biBmb3VuZCBzb21lIGVycm9yIG1lc3NhZ2UgbGlrZSZuYnNwO21pbmUgd2l0 aCANCmVuZ2xpZ2gm
bmJzcDtvdXRwdXQmbmJzcDtvbiB0aGUgd2ViJm5ic3A7OjwvRk9OVD48L0RJ Vj4NCjxESVY+PEZP
TlQgZmFjZT0mIzIzNDM1OyYjMjAzMDc7PjwvRk9OVD4mbmJzcDs8L0RJVj4N CjxESVY+W1NhdCBN
YXIgMDEgMTc6MDU6MzggMjAwOF0gW3dhcm5dIFtjbGllbnQgMTkyLjE2OC41 LjEzM10gWzI1Nzg4
XSBhdXRoX2xkYXAgDQphdXRoZW50aWNhdGU6IHVzZXIgam9obiBhdXRoZW50 aWNhdGlvbiBmYWls
ZWQ7IFVSSSAvbW9kdWxlIFtMREFQOiANCmxkYXBfc2ltcGxlX2JpbmRfcygp IGZhaWxlZF1bSW52
YWxpZCBjcmVkZW50aWFsc108L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0mIzIz NDM1OyYjMjAzMDc7
PjwvRk9OVD4mbmJzcDs8L0RJVj4NCjxESVY+Jm5ic3A7W0ZyaSBEZWMgMTIg MTc6MTc6MTQgMjAw
OF0gW3dhcm5dIFtjbGllbnQgWFhYLlhYWC5YWFguWFhYXSBbMTcxMjhdIA0K YXV0aF9sZGFwIGF1
dGhlbnRpY2F0ZTogdXNlciBYWFggYXV0aGVudGljYXRpb24gZmFpbGVkOyBV UkkgL3N2bi9wcm9q
ZWN0IFtMREFQOiANCmxkYXBfc2ltcGxlXzxXQlI+PC9XQlI+YmluZF9zKDxX QlI+PC9XQlI+KSBm
YWlsZWRdW0Nhbid0IGNvbnRhY3QgTERBUCANCnNlcnZlcl08L0RJVj4NCjxE SVY+PEZPTlQgZmFj
ZT0mIzIzNDM1OyYjMjAzMDc7PjwvRk9OVD4mbmJzcDs8L0RJVj4NCjxESVY+ PEZPTlQgZmFjZT0m
IzIzNDM1OyYjMjAzMDc7Pkl0IHNlZW1zIHRoYXQmbmJzcDt0aGUgZXJyb3Ig bWVzc2FnZSBvZiBh
dXRoX2xkYXAmbmJzcDtjYW4gYmUgDQpvdXRwdXQmbmJzcDthcyZuYnNwO0Vu Z2xpc2guJm5ic3A7
SXQncyZuYnNwO29rIGZvcjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgZmFj ZT0mIzIzNDM1OyYj
MjAzMDc7Pm1lIHRvIG91dHB1dCZuYnNwO3RoZSBlcnJvciBtZXNzYWdlIGFz IA0KRW5nbGlzaC4m
bmJzcDs8L0ZPTlQ+PEJSPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNl PSYjMjM0MzU7JiMy
MDMwNzs+cmVnYXJkcyw8L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9 JiMyMzQzNTsmIzIw
MzA3Oz5QYW5UYW88QlI+PEJSPjwvRk9OVD48QlI+PEJSPjwvRElWPjwvQk9E WT48L0hUTUw+DQo=

------=_NextPart_000_0127_01CAC611.1B0F4650--

Re: auth_ldap error message not showed correct

am 17.03.2010 14:27:17 von Eric Covener

On Wed, Mar 17, 2010 at 8:33 AM, pantao wrote:

> It seems that=A0the error message of auth_ldap=A0can be
> output=A0as=A0English.=A0It's=A0ok for
> me to output=A0the error message as English.

Isn't that just your LDAP client library respecting your
language/locale settings?

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: auth_ldap error message not showed correct

am 17.03.2010 14:46:36 von pantao

LS0tLS0gT3JpZ2luYWwgTWVzc2FnZSAtLS0tLSANCj5Gcm9tOiAiRXJpYyBD b3ZlbmVyIiA8Y292
ZW5lckBnbWFpbC5jb20+DQo+VG86IDx1c2Vyc0BodHRwZC5hcGFjaGUub3Jn Pg0KPlNlbnQ6IFdl
ZG5lc2RheSwgTWFyY2ggMTcsIDIwMTAgOToyNyBQTQ0KPlN1YmplY3Q6IFJl OiBbdXNlcnNAaHR0
cGRdIGF1dGhfbGRhcCBlcnJvciBtZXNzYWdlIG5vdCBzaG93ZWQgY29ycmVj dA0KDQoNCj5PbiBX
ZWQsIE1hciAxNywgMjAxMCBhdCA4OjMzIEFNLCBwYW50YW8gPHBhbnRAZmZj cy5jbj4gd3JvdGU6
DQoNCj4+IEl0IHNlZW1zIHRoYXQgdGhlIGVycm9yIG1lc3NhZ2Ugb2YgYXV0 aF9sZGFwIGNhbiBi
ZQ0KPj4gb3V0cHV0IGFzIEVuZ2xpc2guIEl0J3Mgb2sgZm9yDQo+PiBtZSB0 byBvdXRwdXQgdGhl
IGVycm9yIG1lc3NhZ2UgYXMgRW5nbGlzaC4NCg0KPklzbid0IHRoYXQganVz dCB5b3VyIExEQVAg
Y2xpZW50IGxpYnJhcnkgcmVzcGVjdGluZyB5b3VyDQo+bGFuZ3VhZ2UvbG9j YWxlIHNldHRpbmdz
Pw0KPi0tIA0KPkVyaWMgQ292ZW5lcg0KPmNvdmVuZXJAZ21haWwuY29tDQoN CkkgdGhpbmsgaXQg
aXMgc28sYnV0IEkgZG9uJ3Qga25vdyBob3cgdG8gc2V0IHRoZSBsb2NhbCBh cyBlbmdsaXNoIG9y
IGxldCB0aGUgYXV0aF9sZGFwDQpvdXRwdXQgY2hpbmVzZSBtZXNzYWdlLg0K DQpQYW5UYW8=