[users@httpd] Apache Http + Apache DS LDAP + SSO

2013-03-05 Thread nskarthik
Hi Spec : Apache Httpd 2.22 Apache DS 2.0.0 I am able to successfully Integrate the following a) AAA using LDAP on http [ Apache Httpd + DS ] b) AAA using LDAP on https [ Apache Httpd + SSL + DS ] I would like to know if some body out have successfully implemented SSO using

[users@httpd] Apache Forward Proxy with App Server Integration.

2013-03-05 Thread Anil Jangam
Hi, I am trying to understand how can I setup a Apache httpd instance with proxy functionality addition to an integration of a Application Server. I am looking for is that Proxy should be able to forward the HTTP Requests and Response messages coming from client to this Application Server. At the

Re: [users@httpd] The timeout specified has expired: proxy: prefetch request body failed

2013-03-05 Thread Igor Cicimov
On 28/02/2013 12:03 AM, "Jose María Zaragoza" wrote: > > Hello: > > I'm using a HTTP server Apache/2.2.15 (Unix), as frontend and Tomcat > 6.0.23 as backend server. > Both of them running on the same machine ( Linux CentOS 6.3) > > Apache HTTP listens on 8080 and Tomcat server listens on 8081 > >

Re: [users@httpd] Apache 2.2 + php 5.2 wordpress

2013-03-05 Thread Igor Cicimov
On 06/03/2013 7:38 AM, "motty cruz" wrote: > > Hello, I'm have one instance of Wordpress running on a FreeBSD machine with php 5.2 install using Apache Web Server 2.2. Every time the webmaster edit pages I get the following error: > > 12:15:36 2013] [error] child process 27973 still did not exit,

[users@httpd] Apache 2.2 + php 5.2 wordpress

2013-03-05 Thread motty cruz
Hello, I'm have one instance of Wordpress running on a FreeBSD machine with php 5.2 install using Apache Web Server 2.2. Every time the webmaster edit pages I get the following error: 12:15:36 2013] [error] child process 27973 still did not exit, sending a SIGKILL [Tue Mar 05 12:15:54 2013] [error

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
1. 48 concurrent request .More worker get created and can reach upto MaxClient(httpd.conf) depends on concurrent request,. 2. Server-status can be enabled without any security concern , just ensure it remain accessible to limited internal IPs Thanks On Tue, Mar 5, 2013 at 9:17 PM, vicky wrote:

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
  Thanks guys for responding , i am making use of  "server-status" it looks good :- few queries ,kindly suggest :-   1.  My status page is showing 48 idle workers , does that means these 48 workers can service individual 48 requests ???   2.   by default status module/tag entry is disabled  in ht

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Peter Phaal
Another alternative to consider is mod_sflow and Ganglia, particularly if you want to monitor large Apache clusters: http://blog.sflow.com/2012/10/thread-pools.html On Tue, Mar 5, 2013 at 6:31 AM, vishesh kumar wrote: > Hello Vicky , > > You can use Server-Status handler for this . > > > SetHan

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
Hello Vicky , You can use Server-Status handler for this . SetHandler Server-Status order deny,allow allow from 127.0.0.1 deny from all In above given setting , you can use http://localhost/server-status from localhost Thanks Vishesh kumar http://www.linuxmantra.com/ On Tue, Mar 5, 2013 at 7

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Tom Evans
On Tue, Mar 5, 2013 at 1:37 PM, vicky wrote: > Hi GUys, > > can you please suggest that for monitoring the number of threads/server > processes created via MPM worker do we have any tool or any status page ..? > > > Thanks > Vicky mod_status http://httpd.apache.org/docs/2.2/mod/mod_status.html

[users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
Hi GUys,   can you please suggest that for monitoring the number of threads/server processes created via MPM worker do we have any tool  or any status page ..?     Thanks Vicky

[users@httpd] Re: The timeout specified has expired: proxy: prefetch request body failed

2013-03-05 Thread Jose María Zaragoza
> From time to time, I get this error message in Apache HTTP log files > > [Thu Feb 14 11:11:26 2013] [error] (70007)The timeout specified has > expired: proxy: prefetch request body failed to [::1]:8081 (localhost) > from xx.xx.xx.xx () > Any ideas about this issue ? I don't know if there is a p