Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread John Barrett
Thanks:) On Mar 30, 2006, at 6:39 AM, Nick Kew wrote: On Thursday 30 March 2006 11:07, John Barrett wrote: [chop] You have two things to look for in an author: - Do they *really* know the subject? An author who is part of the core Apache team is likely to score high. - How well do th

[EMAIL PROTECTED] Apache 2.2.0 Win32 binary compile by MS VC 6.0

2006-03-30 Thread Alpha Huang
It was compiled with OpenSSL 0.9.8a by MS VC 6.0. The advantages of VC 6.0 over Visual Studio 2005 include, Developers don't have to mess up Apache 2.2.0 source code. End users don't have to install .NET Framework on target computers to use the binary compiled by Visual Studio 2005. It can be

Re: [EMAIL PROTECTED] Feature request

2006-03-30 Thread Joshua Slive
On 3/30/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: > > >The order of elements in the query string is often arbitrary, which > >means that the regex would need to be constructed VERY carefully so as > >not to unintentionally miss matches. > > But this aspect is also valid vor all the other *Matc

Re: [EMAIL PROTECTED] Feature request

2006-03-30 Thread Alexander Lazic
Hi, On Mit 29.03.2006 16:29, Joshua Slive wrote: On 3/29/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: Hi, i have think to me: How nice would it be if the LocationMatch can handle the query-string. What are the community think about this feature idea? Dangerous. Ok. The order of eleme

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread Steven Pierce
> >Rich Bowen scores on both those tests, and also does newbie >training, including the "introduction to apache" tutorial at >ApacheCon. Worth a look at his books. > I agree on this also. I have used a couple of his books, and also seen him at ApacheCon. He is a "Very" good instructor.

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread Nick Kew
On Thursday 30 March 2006 11:07, John Barrett wrote: > [chop] You have two things to look for in an author: - Do they *really* know the subject? An author who is part of the core Apache team is likely to score high. - How well do they communicate to a newbie? A professional author wi

Re: [EMAIL PROTECTED] KeepAliveTimeout

2006-03-30 Thread Kishore Jalleda
KeepAlive only tells apache to keep the connection open for that period of time, so that for subsequent requests from the client within that KeepAlive Timeout period, apache does not have to create a socket again.For example you can run apache even without keepalive set to on, so your error might n

[EMAIL PROTECTED] mod_proxy regression ? (2.0.54 -> 2.0.55)

2006-03-30 Thread Robin P. Blanchard
apache 2.0.55 with following patch (required for POST behaviour compliance) http://issues.apache.org/bugzilla/show_bug.cgi?id=37145 reults in strange behaviour with SSL-proxied OWA access, and error log entries such as: [Thu Mar 30 00:1

[EMAIL PROTECTED] Re: apache2 and mod_auth_pam

2006-03-30 Thread Michael Hale
I finally found out that I needed to install the debian package "libapache2-mod-auth-sys-group" with apache2 in order to keep the mod_auth_pam functionality of "require group my-user" that I had grown used to in apache 1.3. I wish that it had been more obvious that I needed to do this, but unfortu

[EMAIL PROTECTED] tomcat 5.5.16 and CompressionFilter + EncodingFilter class not found

2006-03-30 Thread Maurizio_Salviato
During the startup of apache-tomcat-5.5.16 i receive the following errors in localhost.2006-03-30.log Mar 30, 2006 4:12:11 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter Compression Filter java.lang.ClassNotFoundException: compressionFilters.CompressionF

[EMAIL PROTECTED] KeepAliveTimeout

2006-03-30 Thread Charles Li
We have deployed j2ee application on the Oracle App Server, which uses the Apache server. I see "IOException: Broken pipe" errors in the application log.  The KeepAliveTimeout is set to the default of 15 seconds. Could the broken pipe error be caused by the short KeepAliveTimeout setting of 15 sec

RE: [EMAIL PROTECTED] RE: IndexIgnore list

2006-03-30 Thread Boyle Owen
> -Original Message- > From: Stuart McGraw [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. März 2006 11:41 > > Please take my comment in the context on someone using Apache > for the first time, starting yesterday. I am pretty clueless. > I said "surely" because without the ability t

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread John Barrett
Hi, Thanks so much, this book looks good:) I am going to the book store tomorrow, and have a look at their apache books. Things are improving, I finally almost have everything running. I know I need a good reference book on apache 2. Thanks so much for your help, JOhn On Mar 29, 2006, at 9:

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread John Barrett
Thanks so much for your help, I am going to go to the store tomorrow:) John On Mar 29, 2006, at 8:03 PM, Steven Pierce wrote: You can not usually go wrong with the Oreily books. The best way would be to go to your local bookstore, and then start looking at the books. A book that I would f

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread John Barrett
Hi, Thanks so much for your help, and the book idea. Tomorrow I am going to boarders here in Hawaii to get a book. Getting better I finally got tomcat & apache 2 working. Thanks for your help JOhn On Mar 29, 2006, at 8:09 PM, Mike Dewhirst wrote: John Barrett wrote: Hi, I am hoping somebody

[EMAIL PROTECTED] RE: IndexIgnore list

2006-03-30 Thread Stuart McGraw
> Boyle Owen wrote: > > Stuart McGraw wrote: > > How do you reset the IndexIgnore list? > > My httpd.conf (apache-2.2 on Fedora Core 5) has the line: > > > > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t > > > > The is fine for all directories except one (and it's subdirs). > > For th

[EMAIL PROTECTED] cgi timeout / where to configure?

2006-03-30 Thread Andreas Tanner
Hi, in Apache 2.2.0, it seems that the Timeout-directive in httpd.conf does not configure when cgi-scripts time out? I have set this directive to value 3, but nevertheless, my scripts do time out after 600 seconds. I find the following error in my error log: [Wed Mar 29 17:52:18 2006] [

Re: [EMAIL PROTECTED] Newbie Help

2006-03-30 Thread httpd2
I found this book very helpful John: Pro Apache 3rd Edition By Peter Wainwright ISBN: 1-59059-300-6 904 pp. Published: Jan 2004 Apress http://www.apress.com/book/bookDisplay.html?bID=275 It covers all you need to know (and alot more) to get you up and running with apache 1.3 and 2.0.x series.

RE: [EMAIL PROTECTED] Logging of number of HTTP requests arriving at web server

2006-03-30 Thread Boyle Owen
> -Original Message- > From: Perminder Singh Vohra [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. März 2006 08:34 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Logging of number of HTTP requests > arriving at web server > > Hi, > > We would like to monitor using Apache l