Re: [us...@httpd] Strange compile error for Apache 2.2.11

2009-04-10 Thread Prasanna Ram Venkatachalam
Also... Why do u need --enable-modules=all and --enable-mods-shared=most?? One will statically compile all into httpd and other will create .so files for most. Based on your requirement i think u can remove one of them. I personally suggest removing first. Just a thought! Regardss Prasanna Ram O

Re: [us...@httpd] Strange compile error for Apache 2.2.11

2009-04-10 Thread Prasanna Ram Venkatachalam
Hmmm.. i am not sure about the second error. But the first one related to apr rings some bell. Did you try using --with-apr option to explicitly mention path to apr libraries if you have them separately built? Prasanna Ram On Fri, Apr 10, 2009 at 10:25 PM, Nishaliny Thurairatnam wrote: > Hi, >

[us...@httpd] Re: Re: My mails are being rejected :-(

2009-04-10 Thread Michelle Konzack
Hi Chris, Am 2009-04-10 10:32:44, schrieb chris: > Michelle and Nishaliny, > > Are you composing your emails with html formatting by chance? If so > that may be why they are getting scored as spam. No, never... I use Mutt since 10 years now. Thanks, Greetings and nice Day/Evening Michelle

Re: [us...@httpd] Third level domain

2009-04-10 Thread Alessandro Fantuzzi
André Warnier ha scritto: Alessandro Fantuzzi wrote: Hi , how do I set up Apache and Tomcat to serve two different web applications. One application must respond when you visit www.site.com the other when you visit a third level domain like admin.site.com I don't really know what you mean by

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-10 Thread Destone Solutions Ltd.
William, thanks for the info. Just updated to 2.2.11 and now curiously waiting for the crash. Hopefully it won't happen. Cheers, James On Fri, Apr 10, 2009 at 8:24 PM, William A. Rowe, Jr. wrote: > Destone Solutions Ltd. wrote: >> >> Checked the access log as well and the crash occurs at diff

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-10 Thread William A. Rowe, Jr.
Destone Solutions Ltd. wrote: > > Checked the access log as well and the crash occurs at different > pages. So it's definetely not a PHP code problem. Bad, bad assumption. Apache can't log the requests which cause it to crash; at least it couldn't before. http://httpd.apache.org/docs/2.2/mod/mo

[us...@httpd] Re: Freeze Apache 2.2.8 / Ubuntu 8.04 Linux version 2.6.24-23-server

2009-04-10 Thread LEGRAS, Bastien
The apache freeze was caused to a bug on an opensso agent version we were using. On Fri, Apr 10, 2009 at 11:41 AM, LEGRAS, Bastien < bastien.leg...@capgemini.com> wrote: > Hello, > > On several machines, after X hundreds of http calls, I get Apache2 freezing > this way : > > - apache2 accepts the

Re: [us...@httpd] Third level domain

2009-04-10 Thread André Warnier
Alessandro Fantuzzi wrote: Hi , how do I set up Apache and Tomcat to serve two different web applications. One application must respond when you visit www.site.com the other when you visit a third level domain like admin.site.com I don't really know what you mean by "third level domain" in tha

[us...@httpd] Re: mod_proxy_balancer unbalancing?

2009-04-10 Thread Jess Holle
I'm not encouraged thus far. I note that the busy and lbstatus counts for "dead" workers increase without bound over time due to retries of these workers wherein busy and lbstatus are both incremented but never decremented. This will certainly cause bad behavior when any one of these dead wor

[us...@httpd] Re: mod_proxy_balancer unbalancing?

2009-04-10 Thread Jess Holle
P.S. I'm using the by-requests balancing algorithm. Perhaps I shouldn't be? Jess Holle wrote: Has anyone seen mod_proxy_balancer (in 2.2.11 with mod_proxy_ajp) becoming unbalanced in usage? In testing we've seen it balance fine for a minutes/hours and then seemingly forget about one of the w

[us...@httpd] Third level domain

2009-04-10 Thread Alessandro Fantuzzi
Hi , how do I set up Apache and Tomcat to serve two different web applications. One application must respond when you visit www.site.com the other when you visit a third level domain like admin.site.com Thanks -- Alessandro Fantuzzi - O-one s.r.l. E-mail: fantu...@o-one.net

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-10 Thread Destone Solutions Ltd.
Before Apache crashes the following entries are in the log: [Fri Apr 10 13:41:06 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Fri Apr 10 13:41:06 2009] [notice] Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.9-2 configured -- resuming normal operati

[us...@httpd] mod_proxy_balancer unbalancing?

2009-04-10 Thread Jess Holle
Has anyone seen mod_proxy_balancer (in 2.2.11 with mod_proxy_ajp) becoming unbalanced in usage? In testing we've seen it balance fine for a minutes/hours and then seemingly forget about one of the workers -- sending all session-less requests to another worker (we only have 2 live workers and m

Re: [us...@httpd] Re: My mails are being rejected :-(

2009-04-10 Thread Nishaliny Thurairatnam
Hi Chris, You were right, I hadn't realised that my mail client was "auto-detecting" my email delivery format, and it was indeed sending my email to the mailing list as html - hence the rejection! I've just managed to successfully send my email as plain-text with no problems. I think this migh

[us...@httpd] (22)Invalid argument: connect to listener on 0.0.0.0:443

2009-04-10 Thread Joe Eggleston
Hi all, I have a question I hope someone can help me with. I'm running apache 2.2.6 with the pre-fork MPM on OpenBSD 4.2. It seems to work as expected, except I get bursts of error messages in my www_error log: [Fri Apr 10 13:58:54 2009] [warn] (22)Invalid argument: connect to listener on 0.0

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-10 Thread Steven Pierce
What version of HTTPD are you using? Did you look in the httpd logs to see if there was anything there?? *** REPLY SEPARATOR *** On 4/10/2009 at 5:42 PM Destone Solutions Ltd. wrote: >Hey folks, > >We have a Windows Server 2003 SP2 with Intel Core 2 Duo - 2.66 GHz >processor a

[us...@httpd] Windows Server 2003 - Apache crash

2009-04-10 Thread Destone Solutions Ltd.
Hey folks, We have a Windows Server 2003 SP2 with Intel Core 2 Duo - 2.66 GHz processor and 4 GB RAM. We are solely using PHP / MySQL and for some reason the Apache server crashes daily (usually one time per day). In the Event Viewer the following entry appears 4 times when the crash occurs: Fa

Re: [us...@httpd] Re: My mails are being rejected :-(

2009-04-10 Thread chris
Michelle and Nishaliny, Are you composing your emails with html formatting by chance? If so that may be why they are getting scored as spam. crr/arreyder ch...@ia.gov - The official User-To-User support forum of the Apache H

Re: [us...@httpd] Inserting google analytics code onto pages with apache proxy?

2009-04-10 Thread Brian Mearns
On Thu, Apr 9, 2009 at 7:51 PM, Mike Lyon wrote: > Hello All, > > So I am wondering if there is a way to have the Google Analytics code > inserted into requests as they come through an apache proxy? Or do I really > have to put the analytics code onto every page on each server? > > Thanks, > Mike

[us...@httpd] Re: My mails are being rejected :-(

2009-04-10 Thread Michelle Konzack
Hello Nishaliny, Am 2009-04-10 10:31:45, schrieb Nishaliny Thurairatnam: > For some reason my emails are being treated as spam. > > This is the error: > > This message was created automatically by mail delivery software. > > A message that you sent could not be delivered to one or more of its > re

[us...@httpd] Freeze Apache 2.2.8 / Ubuntu 8.04 Linux version 2.6.24-23-server

2009-04-10 Thread LEGRAS, Bastien
Hello, On several machines, after X hundreds of http calls, I get Apache2 freezing this way : - apache2 accepts the TCP requests but does not answer to the HTTP requests, so Firefox says connected with and the page loader turns indefinetely. - when I stop apache (/etc/init.d/apache2 stop) the scr