[EMAIL PROTECTED] Fwd: Issue with SSL configuration.

2008-10-27 Thread Vasanth Kumar ravi
Operation System : Redhat Linux. Apache Version : 2.0.63 Folks, I have installed apache as a web proxy server to redirect all the client requests to the weblogic application server.This works perfectly for the non ssl connection. Now I need to setup SSL for apache alone and not for the Weblog

[EMAIL PROTECTED] Issue with SSL configuration.

2008-10-27 Thread Vasanth Kumar ravi
Operation System : Redhat Linux. Apache Version : 2.0.63 Folks, I have installed apache as a web proxy server to redirect all the client requests to the weblogic application server.This works perfectly for the non ssl connection. Now I need to setup SSL for apache alone and not for the Weblog

[EMAIL PROTECTED] mod_auth_ldap

2008-10-27 Thread Juan Pablo Roig
Hi everyone!! I am using this modue to auth the users thru an LDAP server, but know i have more users in another LDAP server for another domain, does anyone knows how to do this? This is my config now: Options Indexes FollowSymLinks AllowOverride None

[EMAIL PROTECTED] Error when compiling apache 2.2.10 on solaris 10, suggestions?

2008-10-27 Thread Geoff Reed
Undefined first referenced symbol in file __sync_fetch_and_add_4 /usr/local/lib/libapr-1.so __sync_fetch_and_sub_4 /usr/local/lib/libapr-1.so ld: fatal: Symbol referencing errors. No output written to htpasswd collect2: ld

Re: [EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread André Warnier
Ok, sorry, it seems that I misunderstood the problem. I am also not qualified to answer your proxy questions per se. My only remark would be : if you are already using Apache as a front-end anyway, why don't you do the whole "Dav thing" at the Apache level, instead of at the Tomcat level ? Wou

Re: [EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread Michele Mase'
As you suggested, The file (I have omitted it before) is ok (tomcat baseed basic auth) The question/matter/problem was: The app1 and the webdav app works only if: httpd.conf ... ok ProxyPass /app1/ ajp://www.example.com:8009/app1/ ProxyPass / http://www.example.com:8080/ ProxyPassR

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Adrián Ribao Martínez
El Lunes, 27 de Octubre de 2008, Tom Evans escribió: > On Mon, 2008-10-27 at 13:34 +0100, André Warnier wrote: > > Adrián Ribao Martínez wrote: > > > El Lunes, 27 de Octubre de 2008, André Warnier escribió: > > >> Adrián Ribao Martínez wrote: > > >>> Hello. I just bought a domain name containing sp

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Adrián Ribao Martínez
I have solved it, I just needed to convert the url. I used this page: http://www.dominiosidn.com/conversionidn Thank you. El Lunes, 27 de Octubre de 2008, André Warnier escribió: > André Warnier wrote: > > Adrián Ribao Martínez wrote: > >> El Lunes, 27 de Octubre de 2008, André Warnier escribió:

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Tom Evans
On Mon, 2008-10-27 at 13:34 +0100, André Warnier wrote: > Adrián Ribao Martínez wrote: > > El Lunes, 27 de Octubre de 2008, André Warnier escribió: > >> Adrián Ribao Martínez wrote: > >>> Hello. I just bought a domain name containing spanish special characters. > >>> the domain contains the word: d

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Adrián Ribao Martínez
This is not working either... I don't know what else I can do. El Lunes, 27 de Octubre de 2008, André Warnier escribió: > Adrián Ribao Martínez wrote: > > El Lunes, 27 de Octubre de 2008, André Warnier escribió: > >> Adrián Ribao Martínez wrote: > >>> Hello. I just bought a domain name containin

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread André Warnier
André Warnier wrote: Adrián Ribao Martínez wrote: El Lunes, 27 de Octubre de 2008, André Warnier escribió: Adrián Ribao Martínez wrote: Hello. I just bought a domain name containing spanish special characters. the domain contains the word: diseño but now I can't make it work with apache, afte

Re: [EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread André Warnier
Hi. Ah ! your Dav is at the Tomcat level, not the Apache level. And that's also where the Dav authentication is being done. In other words, no authentication and no Dav is being handled at the Apache level, so it has nothing to do with the Apache proxying, which probably works fine. I believ

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread André Warnier
Adrián Ribao Martínez wrote: El Lunes, 27 de Octubre de 2008, André Warnier escribió: Adrián Ribao Martínez wrote: Hello. I just bought a domain name containing spanish special characters. the domain contains the word: diseño but now I can't make it work with apache, after creating and configur

Re: [EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread Michele Mase'
here is the conf: Frontend server: ServerName www.example.com ProxyPass /favicon.ico ! ProxyPass /robots.txt ! ProxyPass /images/ ! ProxyPass /balancer ! ProxyPass /status ! ProxyPass /manager ! ProxyPass /host-manager ! Prox

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Adrián Ribao Martínez
El Lunes, 27 de Octubre de 2008, André Warnier escribió: > Adrián Ribao Martínez wrote: > > Hello. I just bought a domain name containing spanish special characters. > > the domain contains the word: diseño > > but now I can't make it work with apache, after creating and > > configurating a virtual

Re: [EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread André Warnier
Michele Mase' wrote: I've the following problem: A ftontend server with apache2.2.x (http1.1) mod_proxy mod_proxy_ajp A backend server: tomcat 6.x with 2 webapps: /app1 /app2 (webdav, basic authentication via http) Problem: /app1 works well under proxy_ajp: ProxyPass /some_path ajp://server:8

Re: [EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread André Warnier
Adrián Ribao Martínez wrote: Hello. I just bought a domain name containing spanish special characters. the domain contains the word: diseño but now I can't make it work with apache, after creating and configurating a virtualhost is not working. I changed the domain and everything was ok. But I

[EMAIL PROTECTED] proxy_ajp webdav http 1.1 authentication

2008-10-27 Thread Michele Mase'
I've the following problem: A ftontend server with apache2.2.x (http1.1) mod_proxy mod_proxy_ajp A backend server: tomcat 6.x with 2 webapps: /app1 /app2 (webdav, basic authentication via http) Problem: /app1 works well under proxy_ajp: ProxyPass /some_path ajp://server:8009/app1 webdav authen

[EMAIL PROTECTED] Apache and IDN

2008-10-27 Thread Adrián Ribao Martínez
Hello. I just bought a domain name containing spanish special characters. the domain contains the word: diseño but now I can't make it work with apache, after creating and configurating a virtualhost is not working. I changed the domain and everything was ok. But I need it to work with apache.

[EMAIL PROTECTED] help with mod_cache

2008-10-27 Thread Alexandru David Constantinescu
I recently configure apache 2.2.3-11 64 (rpm) on Centos5 64 as reverse proxy with disk cache. For start I have 11 sites on this proxy. Everything works just fine about 2 days. In this time the size of cache folder go wild (4.4 Gb) with htcacheclean daemon up and runing #htcacheclean -d30