Re: [us...@httpd] apache running but not responding

2010-05-20 Thread J. Bakshi
On 05/20/2010 03:07 PM, Morten Shearman Kirkegaard wrote: > On Thu, 2010-05-20 at 09:45 +0530, J. Bakshi wrote: > >> [Wed May 19 18:43:18 2010] [notice] child pid 1180 exit signal >> Segmentation fault (11) >> > ... > >> What might be the issue here ? >> > Apache is crashing, most l

Re: [us...@httpd] Stealthing a vhost

2010-05-20 Thread Igor Cicimov
Have you tried mod_security? It's very configurable so might suite your needs. Sent from my phone On May 20, 2010 3:52 PM, "Peter Horn" wrote: I have a home server running 4 name vhosts, using a dynamic DNS. The second, third and fourth vhosts are "real" and known to the DNS. The default (first

[us...@httpd] LDAP VS Kerberos for authentication breaks php

2010-05-20 Thread Scot Kreienkamp
Hey guys, I have an interesting problem. Up until recently I was using LDAP for my authentication against a win2k3 domain. Now I'm trying to switch to Kerberos for the single sign on benefits. All I did was comment out the old directory stanza that had the LDAP in it, and add a new directory

Re: [us...@httpd] Load balance three tomcats behind apache

2010-05-20 Thread Nasir Zia
hi, Thanks a lot should i need change on tomcat side should we need any conf change in tomcat side to respond to apache On Thu, May 20, 2010 at 5:08 PM, Tom Evans wrote: > On Thu, May 20, 2010 at 12:58 PM, Mark Watts > wrote: > > On Thu, 2010-05-20 at 16:37 +0500, Nasir Zia wrote: > >> hi, >

Re: [us...@httpd] Re: Is this possible ?

2010-05-20 Thread Tom Evans
On Thu, May 20, 2010 at 3:24 PM, wrote: >  Let’s suppose this configuration > >  |Server1| <- |Server2| <- |Client| > >  A client sends a request that starts a script on Server2.The script ( > running on server2) >  will download a webpage from Server1. >  Is it possible to record Client

[us...@httpd] Re: Is this possible ?

2010-05-20 Thread export
Let’s suppose this configuration |Server1| <- |Server2| <- |Client| A client sends a request that starts a script on Server2.The script ( running on server2) will download a webpage from Server1. Is it possible to record Client’s IP on Server1, instead of Server2’s IP? In other

Re: [us...@httpd] Header modification problem with mod_rewrite, mod_headers and PHP

2010-05-20 Thread Pablo Garcia Melga
I've tried that also, did't worked either, There seems to be a bug https://issues.apache.org/bugzilla/show_bug.cgi?id=49308, covering this issue. But I don't know when it'll be fixed. On Wed, May 19, 2010 at 7:31 PM, Igor Cicimov wrote: > Use mod_expires instead > > Sent from my phone > > On May

Re: [us...@httpd] Load balance three tomcats behind apache

2010-05-20 Thread Tom Evans
On Thu, May 20, 2010 at 12:58 PM, Mark Watts wrote: > On Thu, 2010-05-20 at 16:37 +0500, Nasir Zia wrote: >> hi, >> >> how can i configure a load balancer with one apache and three tomcats >> running behind apache. >> >> Apache version 2.2.15 >> tomcat version 6.0.26 >> >> Nasir > > LoadModule pro

Re: [us...@httpd] Load balance three tomcats behind apache

2010-05-20 Thread Mark Watts
On Thu, 2010-05-20 at 16:37 +0500, Nasir Zia wrote: > hi, > > how can i configure a load balancer with one apache and three tomcats > running behind apache. > > Apache version 2.2.15 > tomcat version 6.0.26 > > Nasir LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module

[us...@httpd] Load balance three tomcats behind apache

2010-05-20 Thread Nasir Zia
hi, how can i configure a load balancer with one apache and three tomcats running behind apache. Apache version 2.2.15 tomcat version 6.0.26 Nasir

Re: [us...@httpd] Bandwith Control Module

2010-05-20 Thread Jorge Schrauwen
There are a few: - mod_bw - mod_cband - mod_limitipconn (probably not what you want) Kind regards ~Jorge On Thu, May 20, 2010 at 11:47 AM, Antonio Vidal Ferrer < antonio.vi...@globalia-sistemas.com> wrote: > Hi, > > Do you knof if there's any bandwith control module for apache > (solaris) o

[us...@httpd] Bandwith Control Module

2010-05-20 Thread Antonio Vidal Ferrer
Hi, Do you knof if there's any bandwith control module for apache (solaris) or a streamer module? We need to serve a video, but we want to limit the bandwith used. Thanks in advance. - The official User-To-User support foru

Re: [us...@httpd] apache running but not responding

2010-05-20 Thread Morten Shearman Kirkegaard
On Thu, 2010-05-20 at 09:45 +0530, J. Bakshi wrote: > [Wed May 19 18:43:18 2010] [notice] child pid 1180 exit signal > Segmentation fault (11) ... > What might be the issue here ? Apache is crashing, most likely because of a bug in some module. Have a look at this page for information about debug

[us...@httpd] Apache, ActiveDirectory & SVN security config

2010-05-20 Thread Stephen Moretti
Hi there, We've recently changed how we manage users and access to our Trac and SVN repositories to use ActiveDirectory. Its working pretty well except that we have two small problems with the SVN configuration in apache. I'll start at the beginning and describe the "rule set" and config we have.