Re: [users@httpd] Apache configuration error ( during make)

2012-06-25 Thread Mark Montague
On June 25, 2012 10:10 , wrote: configure:15640: checking for SSL_set_cert_store configure:15696: gcc -o conftest -g -O2 -pthread -I/software/bea/apache/source/openssl-1.0.1c/include -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/kerberos/include -L/software/bea/apache/source/openssl-1.0.1c/l

Re: [users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-25 Thread Torsten Förtsch
On 06/25/2012 03:57 PM, Rommel Sharma wrote: > I am using PerlOutputFilterHandler. I need to customize/filter the output > based on where (for which resource) the request came from. > > How can I find the URL from where the request was made? sub filter { my ($f, $bb)=@_; my $r=$f->r;

RE: [users@httpd] Apache configuration error ( during make)

2012-06-25 Thread olive.2.deb
Hi, Thanks for your reply My Operating System: Linux gwl09072appg004 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux Relevant portion of my config.log configure:14368: checking whether to enable mod_ssl configure:14404: result: checking dependencies c

[users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-25 Thread Rommel Sharma
Hi All, I am using PerlOutputFilterHandler. I need to customize/filter the output based on where (for which resource) the request came from. How can I find the URL from where the request was made? Thanks, Rommel. - To unsubscr

Re: [users@httpd] Apache configuration error ( during make)

2012-06-25 Thread Mark Montague
On June 25, 2012 5:16 , wrote: I am getting an error while make-ing apache cd /software/bea/apache/source/httpd-2.2.17/srclib/apr ./configure --prefix=/software/bea/apache/apache-apr With Apache HTTP Server 2.2.x (unlike 2.4.x) you need to explicitly enable mod_ssl. For example, ./conf

Re: [users@httpd] maximum MPM winnt thread supported in apache http server

2012-06-25 Thread Eric Covener
On Mon, Jun 25, 2012 at 7:34 AM, Ng Kean Thian wrote: > Dear all, > I have configured my Apache HTTP Server's MPM maximum thread with the > following configuration: > > >        ThreadsPerChild      3465 >        MaxRequestsPerChild    0 >        ThreadLimit 4000 > > > Whenever I configured the

[users@httpd] maximum MPM winnt thread supported in apache http server

2012-06-25 Thread Ng Kean Thian
Dear all, I have configured my Apache HTTP Server's MPM maximum thread with the following configuration: ThreadsPerChild 3465 MaxRequestsPerChild0 ThreadLimit 4000 Whenever I configured the 'ThreadsPerChild' with a value more than 3463, I will hit '(OS 8)Unrecog

Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-25 Thread Anurag Kapur
Just writing again to see if anyone can provide me some more inputs? On Fri, Jun 22, 2012 at 10:35 AM, Anurag Kapur wrote: > Thank you for your response. > > I am not looking for caching/site acceleration capabilities. I am looking > at pure load balancing capabilities only. > > Are there any k

[users@httpd] Apache configuration error ( during make)

2012-06-25 Thread olive.2.deb
Hi, I am getting an error while make-ing apache cd /software/bea/apache/source/httpd-2.2.17/srclib/apr ./configure --prefix=/software/bea/apache/apache-apr make make install cd /software/bea/apache/source/httpd-2.2.17/srclib/apr-util ./configure --prefix=/software/bea/apache/apache-apr-util --wi