Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Doh! I didn't. You were the first to notice that. They should be '|'. However, the result is the same. On 3/14/2011 10:37 PM, William A. Rowe Jr. wrote: > On 3/14/2011 8:22 PM, Dennis Putnam wrote: >> Thanks for the reply. I tried a few things and I guess I don't really >> understand where to use

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread William A. Rowe Jr.
On 3/14/2011 8:22 PM, Dennis Putnam wrote: > Thanks for the reply. I tried a few things and I guess I don't really > understand where to use it. I can't use it in the directory outer > directory block as that would give access to the entire thing. When I > use it within the FilesMatch block it does

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Thanks for the reply. I tried a few things and I guess I don't really understand where to use it. I can't use it in the directory outer directory block as that would give access to the entire thing. When I use it within the FilesMatch block it does something weird. It displays the page but still pu

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Igor Cicimov
http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements Check the Satisfy directive. On Tue, Mar 15, 2011 at 10:17 AM, Dennis Putnam wrote: > Sometimes the config file seems like black magic and I am no magician. I > have a password required for one of my directories but I

[users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Sometimes the config file seems like black magic and I am no magician. I have a password required for one of my directories but I need for a couple of files to be unprotected. The authorization works just fine but it also requires authorization for the FilesMatch files. Here is my config file for t

Re: [users@httpd] Reverse Proxy Question

2011-03-14 Thread Mark Montague
On March 14, 2011 15:29 , Jeff Poling wrote: We have a web server that is behind an apache server that uses mod_proxy in a reverse proxy configuration. There is a business requirement that the backend application see the actual client IP address, not the proxy IP. Is there a configuratio

[users@httpd] Reverse Proxy Question

2011-03-14 Thread Jeff Poling
We have a web server that is behind an apache server that uses mod_proxy in a reverse proxy configuration. There is a business requirement that the backend application see the actual client IP address, not the proxy IP. Is there a configuration setting to allow that? Thanks, Jeff Jeffrey Po

Re: [users@httpd] Configuring in httpd.conf file.

2011-03-14 Thread Mark Montague
On March 14, 2011 14:12 , Carmel wrote: I do not need users from China to have access to my server. I would like to use something like the list that follows to stop it. Unfortunately, I am not sure exactly where in my httpd.conf file I should put this so it works correctly. order allow,deny

RE: [users@httpd] list serv for mod_ssl and other Apache modules

2011-03-14 Thread Edwards, Denise
Thanks Nick. I don't want to recompile anything. The extent of my Apache HTTPD knowledge centers on installing, configuring and running it. I usually get this package, including the ssl, from the site. If I'm not mistaken, the 'openssl' version referenced in the install filename is the version th

Re: [users@httpd] mod_cache: will a Thundering Herd be caused by reading cached files?

2011-03-14 Thread Eric Covener
On Mon, Mar 14, 2011 at 2:42 PM, Rex Young wrote: > Hi guys, > > I just read about mod_cache and Thundering Herd at > http://httpd.apache.org/docs/2.2/mod/mod_cache.html > > It describes a case of Thundering Herd which may happen when a cached file > is being updated.  I was wondering why it does

[users@httpd] mod_cache: will a Thundering Herd be caused by reading cached files?

2011-03-14 Thread Rex Young
Hi guys, I just read about mod_cache and Thundering Herd at http://httpd.apache.org/docs/2.2/mod/mod_cache.html It describes a case of Thundering Herd which may happen when a cached file is being updated. I was wondering why it does not mention another possible Thundering Herd caused by rea

[users@httpd] Configuring in httpd.conf file.

2011-03-14 Thread Carmel
I apologize if this has been answered before. I have had a running Apache server now for several months. I am constantly getting bombarded with attempts by IPs from China trying to gain access to my network. I do not need users from China to have access to my server. I would like to use something l

Re: [users@httpd] list serv for mod_ssl and other Apache modules

2011-03-14 Thread Nick Kew
On Mon, 14 Mar 2011 10:22:04 -0400 "Edwards, Denise" wrote: > Thanks Eric. > > I've installed the latest Apache with SSL (v2.2.17 and openSSL 0.9.8o). > We have a security issue that is fixed with openSSL 0.9.8p. How do you > update this latest Apache release to accommodate this (without having

Re: [users@httpd] Load balancing proxy pass and reverse proxy pass

2011-03-14 Thread Tom Evans
On Mon, Mar 14, 2011 at 2:59 PM, aparna aryan wrote: > Hello, > > Our application is running with a apache webserver and 2 instances of > weblogic server. > > localhost1- weblogic > localhost2 - weblogic > > Now we are trying to replace localhost2 with tomcat and do clustering. > > The following c

[users@httpd] Load balancing proxy pass and reverse proxy pass

2011-03-14 Thread aparna aryan
Hello, Our application is running with a apache webserver and 2 instances of weblogic server. localhost1- weblogic localhost2 - weblogic Now we are trying to replace localhost2 with tomcat and do clustering. The following configuration was with out clustering : We have the following configurat

RE: [users@httpd] list serv for mod_ssl and other Apache modules

2011-03-14 Thread Edwards, Denise
Thanks Eric. I've installed the latest Apache with SSL (v2.2.17 and openSSL 0.9.8o). We have a security issue that is fixed with openSSL 0.9.8p. How do you update this latest Apache release to accommodate this (without having to re-build Apache altogether)? Never had to re-compile someone else's

Re: [users@httpd] list serv for mod_ssl and other Apache modules

2011-03-14 Thread Eric Covener
On Mon, Mar 14, 2011 at 10:06 AM, Edwards, Denise wrote: > Does any one know of a list serve for Apache Modules? One where I can get > some help on getting mod_ssl.so for openssl 0.9.8p? mod_ssl is part of the base httpd distribution. If you need help compiling Apache, this is the appropriate lis

[users@httpd] list serv for mod_ssl and other Apache modules

2011-03-14 Thread Edwards, Denise
Does any one know of a list serve for Apache Modules? One where I can get some help on getting mod_ssl.so for openssl 0.9.8p? -Denise Denise C. Edwards, B.SC., MCS, SCJA | Lead Developer, Appli

Re: [users@httpd] Virtual Host Directory Permissions Problem

2011-03-14 Thread Dennis Putnam
Thanks for the reply. I removed the 443 from that directive, since I'm using standard ports, I don't think I need to specify anything. I believe that may have been added automatically by Webmin at some point when I was messing with it. Here is the httpd -S output: VirtualHost configuration: wildc

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
sorry gentlemen, I didn't get the replies in my mailbox for some reason. Will keep an eye on the mailinglist for your replies. Thanx for them. So a little more context has been requested : - I run a self-compiled, latest version of Apache 2 - the only self-compiled module on it is PHP

Re: [users@httpd] FW: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Eric Covener
On Mon, Mar 14, 2011 at 6:06 AM, Shekhar Chaudhary wrote: > Frank, > > Could you please guide me through the process for installing/configuring the > patch for Tomcat(bug48470). Wrong list (for the 2nd time): http://tomcat.apache.org/lists.html --

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Tom Evans
On Mon, Mar 14, 2011 at 9:49 AM, Rob De Langhe wrote: > haven't got a single reply (yet) There have been multiple replies to the mailing list, explaining what happened and why. Cheers Tom - The official User-To-User support fo

RE: [users@httpd] FW: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Shekhar Chaudhary
Frank, Could you please guide me through the process for installing/configuring the patch for Tomcat(bug48470). -Original Message- From: Francois Gingras [mailto:francois.ging...@gmail.com] Sent: 14 March 2011 15:29 To: users@httpd.apache.org Subject: Re: [users@httpd] FW: Tomcat han

Re: [users@httpd] FW: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Francois Gingras
On Mon, Mar 14, 2011 at 5:03 AM, Shekhar Chaudhary wrote: > Hi Team, > >  I am using Tomcat version 6.0.20 on Windows Server 2008 R2. The problem is > that when I try to stop the server it gets hanged due to which I have to > restart my machine every time it happens.  I found on Apache issues si

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
haven't got a single reply (yet), so tempting to re-issue my query since I still get such strange logs on my web server, like the following : 59.59.104.62 - - [13/Mar/2011:18:38:24 +0100] "GET http://5566.net/ HTTP/1.1" 200 240 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)" My web ser

[users@httpd] FW: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Shekhar Chaudhary
Hi Team, I am using Tomcat version 6.0.20 on Windows Server 2008 R2. The problem is that when I try to stop the server it gets hanged due to which I have to restart my machine every time it happens. I found on Apache issues site that this is a bug in Tomcat (bug48470) for which a patch is gi

[users@httpd] Logging Timeout'd Request in Apache 2.X

2011-03-14 Thread Natthawut Gant Kulnirundorn
Hello, I am migrating some applications from Apache 1.3 to 2.2. We used to run some tests where attacker opens some HTTP connection to our server, and do nothing. Apache 1.3 would log the following 408 code, for example: 126.1.86.85 - - [01/Dec/2010:06:26:19 +] "-" 408 - "-" 0 126.1.86.85 - -