[EMAIL PROTECTED] how does apache serves connections and requests ?

2008-07-01 Thread Meir Yanovich
Hello all i like to ask basic question about Apache and how does it servers the requests i was reading and also saw that in unix machine its spawn process at start and every process uses N threads and in windows it is multithread is that correct ? does every single thread serve one connection and

Re: [EMAIL PROTECTED] how does apache serves connections and requests ?

2008-07-01 Thread Sascha Kersken
Hi, Hello all i like to ask basic question about Apache and how does it servers the requests i was reading and also saw that in unix machine its spawn process at start and every process uses N threads and in windows it is multithread is that correct ? does every single thread serve one

Re: [EMAIL PROTECTED] how does apache serves connections and requests ?

2008-07-01 Thread Meir Yanovich
Thanks for the link so i understand its does not support multiplexer architecture.am i right ? On Tue, Jul 1, 2008 at 10:13 AM, Sascha Kersken [EMAIL PROTECTED] wrote: Hi, Hello all i like to ask basic question about Apache and how does it servers the requests i was reading and also saw

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-01 Thread Matus UHLAR - fantomas
On 30.06.08 14:29, Sylvain Viollat wrote: Thanks for your answer. I've try to use Redirect instead of RedirectMatch but result is the same. I'm still getting redirect with the end of the URL. RedirectMatch permanent / http://www.mydomain.com The problem is that all queries which contain

[EMAIL PROTECTED] Many defunct processes, cpu use with apache 2.0.52

2008-07-01 Thread CR
I have Apache running about 5 vhosts, few of which really get much in the way of hits. If I run top, I see a lot of defunct httpd processes, and each one is listed as using 1-5% of the CPU. They usually show up and disappear in a cycle. Here is a sample: top - 08:32:31 up 416 days, 8:14, 2

Re: [EMAIL PROTECTED] how does apache serves connections and requests ?

2008-07-01 Thread Joshua Slive
On Tue, Jul 1, 2008 at 3:41 AM, Meir Yanovich [EMAIL PROTECTED] wrote: Thanks for the link so i understand its does not support multiplexer architecture.am i right ? I don't think multiplexer architecture is a well-defined concept. I believe what you are asking about is typically called

[EMAIL PROTECTED] Incorporating apr-1.3.2 into httpd-2.2.9 build

2008-07-01 Thread John A Parker
Good afternoon. Hopefully I'm not about to look like an idiot by asking the following, but if I do forgive me. I too am having the issue of the apr install portion of my httpd-2.2.9 build failing due to an empty APU_MODULES assignment. The error detail I get is: Making install in

Re: [EMAIL PROTECTED] Incorporating apr-1.3.2 into httpd-2.2.9 build

2008-07-01 Thread William A. Rowe, Jr.
John A Parker wrote: I can see where this is an acknowledged issue fixed in apr-1.3.2. What I can't find anywhere is how to incorporate this updated apr into my apache build. Can anyone provide detailed directions for me on how to accomplish this? two choices; 1) build and install 1.3.2

[EMAIL PROTECTED] troubles with xajax+apache+php5

2008-07-01 Thread Roberto Tortolero
hi people... i have a question... is anyone found a glitch between apache ans xajax??? because i'm having a problem with xajax framework on Ubuntu distro... On windows works fine but when i'm running the script on Ubuntu he explode... But i've change the buffer on the php script and on apache and

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Peter Hinse
Tanner Postert wrote: Your first question is easy to answer: 1. Host information is not passed to the balancer member, which means I can't have virtual hosts set up on the balancers? How do I do this? (currently the default virtual host is picking everything up)

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Oh, I misread that documentation. i thought that just overwrites the client information, rather than reading it from the x_forwarded_ variables. I'll give that a shot. On 7/1/08, Peter Hinse [EMAIL PROTECTED] wrote: Tanner Postert wrote: Your first question is easy to answer: 1. Host

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Well, that fix actually fixed the other problems. Now the host is the original host, so the rewrite works perfectly. On 7/1/08, Tanner Postert [EMAIL PROTECTED] wrote: Oh, I misread that documentation. i thought that just overwrites the client information, rather than reading it from the

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Looks like I found another issue. BTW, I'm using 2.2.2 when I try to add: Proxy balancer://vsBalancer BalancerMember http://192.168.200.190 loadfactor=1 BalancerMember http://192.168.200.206 status=+H /Proxy as described here:

[EMAIL PROTECTED] httpd php dump

2008-07-01 Thread kalin m
ok... what to do? freebsd 7; httpd 2.2.9; php5.2.6 (or 5.1.2) if the line: LoadModule php5_modulemodules/libphp5.so is in the httpd.conf httpd dumps core. no matter which version of php. php was configured with just this : ./configure --with-mysql=/usr/local/mysql

[EMAIL PROTECTED] Re: httpd php dump

2008-07-01 Thread kalin m
there is no extensions.ini anywhere on this machine... a brand new one. httpd/logs/error_log has 6 lines in it. something about session cash (SSL) not configured... httpd runs fine without loading the php module Odhiambo Washington wrote: Normally caused by one of the php extensions