Potential bug brought by mmapfile (mod_file_cache)

2006-03-23 Thread Xuekun Hu
Hi, All A few weeks ago, I tried to use mod_file_cache which tested under our pressure test, however I met some strange behaviors. Now I can use ab to reproduce it. I'm using Apache2.2.0 on 4P Xeon(EM64T) and EL4U2 ( 2.6.9-22.ELsmp, 64bit). Apache configuration: IfModule mod_file_cache.c

Restart with Multiple Listen directive crashes httpd

2006-03-23 Thread pradeep kumar
Hi, Using 2.0.55 I noticed httpd crashing when a Listen directive is commented out with a restart. This is what I did. I took the standard configuration of httpd.conf and added another Listen directive with the IP adress of the machine. #diff httpd.conf httpd-std.conf 155d154 Listen

Re: Restart with Multiple Listen directive crashes httpd

2006-03-23 Thread Colm MacCarthaigh
On Thu, Mar 23, 2006 at 07:53:31PM +0530, pradeep kumar wrote: Has anyone come across this problem? Yes, Apache 2.0 doesn't have any way to remove listeners on a restart like that, you need to use Apache 2.2 which will do a close listeners as required upon restarts. Hope that helps! -- Colm

Re: Restart with Multiple Listen directive crashes httpd

2006-03-23 Thread pradeep kumar
Hi, Thanks for the quick response. So does that mean I have to live with this as long as I use 2.0. Is there some way I can get this into 2.0. Thanks and Regards, PradeepOn 3/23/06, Colm MacCarthaigh [EMAIL PROTECTED] wrote: On Thu, Mar 23, 2006 at 07:53:31PM +0530, pradeep kumar wrote: Has

AW: Config Bug in proxy_balancer?

2006-03-23 Thread Plüm , Rüdiger , VIS
-Ursprüngliche Nachricht- Von: Jim Jagielski I want to be able to use same balancer in multiple vhosts. This is actually that way by design, iirc. I've no real issues with it being Vhost specific or inheritable. So if others think it's worthwhile having the above

Re: Restart with Multiple Listen directive crashes httpd

2006-03-23 Thread Colm MacCarthaigh
On Thu, Mar 23, 2006 at 08:18:15PM +0530, pradeep kumar wrote: Thanks for the quick response. So does that mean I have to live with this as long as I use 2.0. Is there some way I can get this into 2.0. Most of the relevant code would not be backportable as the listen semantics were changed

Help Segmentation fault - mod_proxy_html module

2006-03-23 Thread sachin sachin
Hi all, I used mod_proxy_html module for rewriting the html urls and scripts. Here the following configuration i did in httpd.conf file. Location / SetOutputFilter proxy-html ProxyHTMLURLMap (.*) /$1 RXi ProxyHTMLMeta On ProxyHTMLExtended on ProxyHTMLFixups on ProxyHTMLLogVerbose On

Re: Execute apache or php as different user per virtualhost.

2006-03-23 Thread Enrico Weigelt
* Joost de Heer [EMAIL PROTECTED] wrote: snip SuExec needs CGI, so that isn't an option. The PerChild MPM has AssignUserID. Ah, does this work now ? That'd great news ... BTW: there's metuxmpm: http://www.metux.de/mpm/ (okay, the project is not quite active at the moment :() cu --

DLLs on the project

2006-03-23 Thread Michael Gesundheit
Hi,This might be off topic but I'm not sure where a question like that should go.Can somebody help to find any DLL in any of the projects?Thanks, -Michael

Re: DLLs on the project

2006-03-23 Thread William A. Rowe, Jr.
Michael Gesundheit wrote: Hi, This might be off topic but I'm not sure where a question like that should go. Can somebody help to find any DLL in any of the projects? Huh?