RE: [us...@httpd] mod_authnz_ldap with wildcard certificate

2009-11-12 Thread Emmanuel Bailleul
>De : Francois Pernet [mailto:francois.per...@idsa.ch] >Envoyé : vendredi 13 novembre 2009 07:00 >À : users@httpd.apache.org >Objet : [us...@httpd] mod_authnz_ldap with wildcard certificate > >Hi all, >  >Unable to use a wilcard certificate (*.domain.com from Comodo) with LDAP >authentication >in

Re: [us...@httpd] apache with 2 SSL Certs Problem

2009-11-12 Thread Krist van Besien
On Fri, Nov 13, 2009 at 3:15 AM, Randy Paries wrote: > Hello, > i have a box with two domains > CentOS release 5.3 > Server version: Apache/2.2.3 > > initially the box only had one IP and domain. > > I went and got a SSL cert for that domain and everything was fine. > > i then went and added a sec

[us...@httpd] mod_authnz_ldap with wildcard certificate

2009-11-12 Thread Francois Pernet
hi all, Unable to use a wilcard certificate (*.domain.com from Comodo) with LDAP authentication in Apache 2.2.3-16.25.4 in LDAPS. The authentication fails ... I verified that certificate contains : Subject : *.domain.com X509v3 Subject Alternative Name: DNS:*.domain.com, DN

Re: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread J. Bakshi
Boyle Owen wrote: >> -Original Message- >> From: J. Bakshi [mailto:joyd...@infoservices.in] >> >> >> ##apache config >> >> `` >> Alias /personal/joydeep /var/personal_work_area/joydeep >> >> DocumentRoot /var/personal_work_area/ >> >> >>

[us...@httpd] RE: TCP SYN behavior and reverse proxy (mod_proxy)

2009-11-12 Thread Prigge Scott
> Hello, don't know if this works or if you tried it already but here are some > Environment Variables which could help. > proxy-sendchunks or proxy-sendchunked or maybe proxy-initial-not-pooled. > I changed the keep-alive timeout on the backend to the timeout of the > frontend apache to minimize

[us...@httpd] Apache on Windows32 - pass phrase Incorrect error

2009-11-12 Thread Ganeshh HariHaran
Hi Group, I am getting pass incorrect error while starting apache 2.2 on windows 2003 server... pass phrase Incorrect error  [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?]  [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2

[us...@httpd] apache with 2 SSL Certs Problem

2009-11-12 Thread Randy Paries
Hello, i have a box with two domains CentOS release 5.3 Server version: Apache/2.2.3 initially the box only had one IP and domain. I went and got a SSL cert for that domain and everything was fine. i then went and added a second IP and a second Domain (eventually i planned to split these) I the

Antw: [us...@httpd] TCP SYN behavior and reverse proxy (mod_proxy)

2009-11-12 Thread Michael Haas
Hello, don't know if this works or if you tried it already but here are some Environment Variables which could help. proxy-sendchunks or proxy-sendchunked or maybe proxy-initial-not-pooled. I changed the keep-alive timeout on the backend to the timeout of the frontend apache to minimize the "502

Re: [us...@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

2009-11-12 Thread khalid touati
thank you very much Emmanuel! that helped understanding what i got! 2009/11/12 Emmanuel Bailleul > >De : khalid touati [mailto:khalidtou...@gmail.com] > >Envoyé : mercredi 11 novembre 2009 18:01 > >À : users@httpd.apache.org > >Objet : [us...@httpd] is it poss to make apache 2.0.59 listen to two

Re: [us...@httpd] Apache Server as Forward Proxy - how to make https and others work?

2009-11-12 Thread Krist van Besien
On Thu, Nov 12, 2009 at 3:28 PM, Panidhar Kunchala wrote: > Hi, >  I'm using Apache HTTP server as forward proxy by adding the following lines > in httpd.conf: > > > ProxyRequests On > > >     Order deny,allow >     Allow from all > > > > > This works perfectly fine for http traffi. But when I

[us...@httpd] Apache Server as Forward Proxy - how to make https and others work?

2009-11-12 Thread Panidhar Kunchala
Hi, I'm using Apache HTTP server as forward proxy by adding the following lines in httpd.conf: ProxyRequests On Order deny,allow Allow from all This works perfectly fine for http traffi. But when I use HTTPS or others, this doesn't seem to work. Let me know what needs to be done fo

RE: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > > > ##apache config > > `` > Alias /personal/joydeep /var/personal_work_area/joydeep > > DocumentRoot /var/personal_work_area/ > > > DirectoryIndex inde

Re: [us...@httpd] rewrite not working inside alias

2009-11-12 Thread Eric Covener
On Wed, Nov 11, 2009 at 10:11 PM, J. Bakshi wrote: > Philip Wigg wrote: >> I think you need to look at:- >> >> http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritebase >> >> Or just put the rewrite httpd.conf, you don't seem to require an .htaccess? >> >> > No luck :-(    I have put > > `

Re: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread J. Bakshi
Boyle Owen wrote: >> -Original Message- >> From: J. Bakshi [mailto:joyd...@infoservices.in] >> Sent: Tuesday, November 10, 2009 10:43 AM >> To: users@httpd.apache.org >> Subject: [us...@httpd] apache configuration: always go to >> parent directory >> >> Hello, >> >> I have configured a pe

RE: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > Sent: Tuesday, November 10, 2009 10:43 AM > To: users@httpd.apache.org > Subject: [us...@httpd] apache configuration: always go to > parent directory > > Hello, > > I have configured a personal work-space for mine

Re: [us...@httpd] Straw poll: mod_imagemap

2009-11-12 Thread Mark Watts
On Wed, 2009-11-11 at 21:07 -0500, Rich Bowen wrote: > Collecting unscientific statistics in the interest of the future. A > show of hands: Are you using mod_imagemap? No. I've had to refer to both the httpd docs and Wikipedia to find out what it does. Mark. -- Mark Watts BSc RHCE MBCS Senio

RE: [us...@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

2009-11-12 Thread Emmanuel Bailleul
>De : khalid touati [mailto:khalidtou...@gmail.com] >Envoyé : mercredi 11 novembre 2009 18:01 >À : users@httpd.apache.org >Objet : [us...@httpd] is it poss to make apache 2.0.59 listen to two 443 ports? > >Hi Guys, >my httpd server contains (it's an apache 2.0.59 on gentoo): >httpd.conf+ separate