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

2008-07-01 Thread Severin Gehwolf
Hi! > Making install in apr-util > make[2]: Entering directory `.../apache_builds/httpd-2.2.9/srclib/apr-util' > .../apache_builds/httpd-2.2.9/srclib/apr/build/mkdir.sh > .../apache_2.2.9_rel01/lib/apr-util-1 > /bin/bash: -c: line 1: syntax error near unexpected token `;' > /bin/bash: -c: line 1:

[EMAIL PROTECTED] Re: httpd php dump

2008-07-01 Thread kalin m
sure. ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl --enable-rewrite --enable-so --enable-headers --enable-unique-id like i said there is pretty much nothing in the error log for httpd. it's a brand new install. here is the whole file: [Tue Jul 01 22:45:36 2008] [wa

[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 m

[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 --with-apxs2=/etc

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: BalancerMember http://192.168.200.190 loadfactor=1 BalancerMember http://192.168.200.206 status=+H as described here: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass I get the following err

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 x

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. H

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) http://httpd.a

[EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
I have a proxy Balancer set up like this: BalancerMember http://192.168.200.206 loadfactor=20 status=D BalancerMember http://192.168.200.212 loadfactor=20 status=D BalancerMember http://192.168.200.182 loadfactor=100 status=D BalancerMember http://192.168.200.190 l

[EMAIL PROTECTED] ProxyPass and ExtFilter

2008-07-01 Thread Alex Mizrahi
ProxyPass and ExtFilter do not work together for me.. relevant pieces of config: ExtFilterDefine inject-into-google mode=output cmd="/bin/sed s/head/tail/g" LogLevel debug allow from all SetOutputFilter inject-into-google ProxyPass http://www.google.com E

[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] 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] 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 apr-util

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] 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 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 users,

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 whi

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 a

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 connectio