[us...@httpd] Apache rewrite help - urgent

2010-12-29 Thread Anoop.V
I am looking for a rewrite issue for my apache server. We have some urls wrongly cached by google which making big problems in server. Following are some example urls http://www.mysite.com/?section_id=8 http://www.mysite.com/?section_id=7 http://www.mysite.com/?section_id=9

Re: [us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
- Original Message - From: Joost de Heer jo...@sanguis.xs4all.nl To: users@httpd.apache.org Sent: Wednesday, December 29, 2010 7:33 AM Subject: Re: [us...@httpd] SSL Client Authentication Problem The browser is supposed to request which client certificate the user wants to use, then I

Re: [us...@httpd] A question about log rotation (/etc/logrotation.d and /etc/logrotation.d/httpd)

2010-12-29 Thread Thomas Chang
You are right. :-) --- Joost de Heer jo...@sanguis.xs4all.nl schrieb am Di, 28.12.2010: Von: Joost de Heer jo...@sanguis.xs4all.nl Betreff: Re: [us...@httpd] A question about log rotation (/etc/logrotation.d and /etc/logrotation.d/httpd) An: users@httpd.apache.org Datum: Dienstag, 28.

Re: [us...@httpd] Apache rewrite help - urgent

2010-12-29 Thread Eric Covener
On Wed, Dec 29, 2010 at 4:39 AM, Anoop.V anuchetta...@yahoo.com wrote: I am looking for a rewrite issue for my apache server. We have some urls wrongly cached by google which making big problems in server. Following are some example urls http://www.mysite.com/?section_id=8

[us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 and I have experienced difficulties setting up SSL Client Authentication. I have used the openssl command line tool to set up my private key, server certificate, and a certificate authority, and I have configured

[us...@httpd] Searchin better solution as mod_proxy/vhost

2010-12-29 Thread Michelle Konzack
Hello *, On my gateway I use a bunch of files (currently 1782) like 8-- VirtualHost 88.168.69.36:80 ServerName $HOST_NAME ProxyRequests off ProxyViaon ProxyPass / http://$HOST_IP/

Re: [us...@httpd] Searchin better solution as mod_proxy/vhost

2010-12-29 Thread Joost de Heer
On 29-12-2010 20:00, Michelle Konzack wrote: Hello *, On my gateway I use a bunch of files (currently 1782) like 8-- VirtualHost 88.168.69.36:80 ServerName $HOST_NAME ProxyRequests off ProxyViaon