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

2010-12-28 Thread Joost de Heer
> The browser is supposed to request which client > certificate the user wants to use, then I can select the one I created and > signed with ca.crt, which I have set as a trusted CA in the browser. Did you import the client certificate in the browser? Joost --

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

2010-12-28 Thread Alan Brown
[ REPOST: I apologise for all the blank lines in the above post ] 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 certi

Re: FW: [us...@httpd] help on compile 2.2.17 with ldap support

2010-12-28 Thread Rainer Jung
On 28.12.2010 20:15, David Long wrote: Hi Rainer, I downloaded apr 1.4.2 and apr-util 1.3.10 For apr 1.4.2, I did "configure --prefix=/www/apache2/apr-httpd/" For apr util 1.3.10, I did "configure --prefix=/www/apache2/apr-util-httpd/ --with-apr=/www/apache2/apr-httpd/ --with-ldap" For httpd-2.

Re: [us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Don Hill
Thanks for your input On Tue, Dec 28, 2010 at 12:02 PM, Jeroen Geilman wrote: > On 12/28/10 3:18 PM, Don Hill wrote: > > What I really want to know is there a better design that I should use to > gain performance. > > > Umm.. switch to using mod_proxy_ajp, as the apache documentation suggests ?

RE: FW: [us...@httpd] help on compile 2.2.17 with ldap support

2010-12-28 Thread David Long
Hi Rainer, I downloaded apr 1.4.2 and apr-util 1.3.10 For apr 1.4.2, I did "configure --prefix=/www/apache2/apr-httpd/" For apr util 1.3.10, I did "configure --prefix=/www/apache2/apr-util-httpd/ --with-apr=/www/apache2/apr-httpd/ --with-ldap" For httpd-2.2.17

Re: [us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Jeroen Geilman
On 12/28/10 3:18 PM, Don Hill wrote: What I really want to know is there a better design that I should use to gain performance. Umm.. switch to using mod_proxy_ajp, as the apache documentation suggests ? It offers a binary interface and much improved speed. for example 1.) create multiple

[us...@httpd] mod_html_proxy problem

2010-12-28 Thread electro
All, I am experiencing the following issues: 1. When I hit http:///url1/ it first forwards me to www.sears.com. 2nd try kicks the reverse proxy in action. Why does it take a 2nd try and doesnt work on the 1st? 2. For some reason, the reverse proxy is trying to fetch *.js files off the remote s

[us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Don Hill
What I really want to know is there a better design that I should use to gain performance. for example 1.) create multiple HTTPD servers, 2 servers per machine. Each serving 2 tomcats JVM 2.) use load balancer in workers to handle the load balance to the JVM's. The current configuration is balanci

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

2010-12-28 Thread Joost de Heer
On Tue, December 28, 2010 13:55, Thomas Chang wrote: > Hello all, > > By default the log rotate every week and add the running number after the > log file. Now I want to change this so that all the log files under > /var/log/httpd rotate every day and end with date with format ddmm. > > I chang

Re: [us...@httpd] Restricting config to a single virtualhost

2010-12-28 Thread Jeroen Geilman
On 12/28/10 11:56 AM, Joost de Heer wrote: On Mon, December 27, 2010 13:25, Jeroen Geilman wrote: That's such nonsense. Package upgrades do not touch files that were modified manually. But they do recreate files if they're moved to a different location. And that was what OP was referring to (m

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

2010-12-28 Thread Thomas Chang
Hello all, By default the log rotate every week and add the running number after the log file. Now I want to change this so that all the log files under /var/log/httpd rotate every day and end with date with format ddmm. I change the /etc/logrotate.d/gttpd as follow: /var/log/httpd/*log {

Re: [us...@httpd] Restricting config to a single virtualhost

2010-12-28 Thread Joost de Heer
On Mon, December 27, 2010 13:25, Jeroen Geilman wrote: > That's such nonsense. > Package upgrades do not touch files that were modified manually. But they do recreate files if they're moved to a different location. And that was what OP was referring to (my suggestion to rename/move the gitweb.con