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

2010-12-27 Thread Rainer Jung
On 24.12.2010 02:16, Nick Kew wrote: On Thu, 23 Dec 2010 16:16:48 -0800 David Longdl...@lynden.com wrote: Hi, I am getting error when trying to compile 2.2.17 with ldap authentication support on Solaris 10 Sparc server. Insufficient information - I see more than one likely cause. First

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

2010-12-27 Thread Jeroen Geilman
On 12/24/10 5:34 PM, Lorenzo Milesi wrote: And what's wrong with having the config (included) in the SSL-only vhost alone? Because I would need to place those config files elsewhere, which means every time I upgrade the package I should take care of remembering where they are and update them.

[us...@httpd] Out of memory error httpd

2010-12-27 Thread Himanshu Raina
Hi, One of my web server has started to give Out of memory errors. HighMem per-cpu:Free pages:       13928kB (512kB HighMem)HighMem free:512kB min:512kB low:1024kB high:1536kB active:2635032kB inactive:2613404kB present:5832700kB pages_scanned:104935776 all_unreclaimable? yesHighMem: 0*4kB

Re: [us...@httpd] Out of memory error httpd

2010-12-27 Thread Björn Zettergren
On 12/27/2010 02:52 PM, Himanshu Raina wrote: Hi, One of my web server has started to give Out of memory errors. HighMem per-cpu:Free pages: 13928kB (512kB HighMem)HighMem free:512kB min:512kB low:1024kB high:1536kB active:2635032kB inactive:2613404kB present:5832700kB

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

2010-12-27 Thread David Long
Hi Rainer, I am kind of new to configure and compile apache. Can you tell me how to building against the bundled Solaris ldap client libs? I had source code of 2.2.17 First I ran ./configure --prefix=/www/apache2 --enable-so --enable-proxy --enable-ssl --enable-deflate --enable-rewrite

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

2010-12-27 Thread Rainer Jung
On 27.12.2010 19:28, David Long wrote: I am kind of new to configure and compile apache. Can you tell me how to building against the bundled Solaris ldap client libs? As Nick wrote: it might be easier for you to first build apr and apr-util separately. You can download the latest releases of

[us...@httpd] Apache-2.2.17 and Openssl-1.0.0x failed on SSL-Proxy Client-Cert-Authentication

2010-12-27 Thread Qingshan Xie
Hello, we have Apache 2.2.17 + Openssl-1.0.0a compiled under a RedHat Enterprise Linux 64-bit host. It's installed in a Reverse Proxy Server, which ssl proxy to backend. It failed if configured with Client-Cert-Auth. Turning on log level to Debug, it threw errors pasted below. I

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

2010-12-27 Thread Rainer Jung
Hi David, On 27.12.2010 22:32, David Long wrote: Please keep the discussion on list. Thanks for your help to point me to apr and apr-util. Do you know the config switch for ldap support in apr-util? On Apache websie, it says. # Build and install apr 1.2 cd srclib/apr ./configure

[us...@httpd] httpd mod_jk cluster

2010-12-27 Thread Don Hill
Hi. I am working on a tomcat 5.5 cluster which is using ajp/1.3 and mod_jk and trying to determine the best cluster design given the hardware. I have 2 xeon 2.3 ghz 2 CPU machines with 38GB ram machine. Currently here is the config I am using. The TOMCAT and HTTPD servers are on the same physical

Re: [us...@httpd] Out of memory error httpd

2010-12-27 Thread Himanshu Raina
Hi, Except mod_rewrite,mod_php,mod_jk no extra module is installed. Apache prefork directives are configured as follows (remaining are default). Since I'm serving static content through nginx it's only dynamic content that apache serves.  MaxClient 200MaxRequestPerChild 1 Regards, --- On