Re: [us...@httpd] Problem with Expires

2010-03-07 Thread Dirk Reiners
Hi Igor, On 03/08/2010 12:01 AM, Igor Cicimov wrote: Probably your FilesMatch statement doesn't work, looks weird to me like you are trying to match the against the query string not the file name. What kind of files are you trying to match? the problem is that I can't match against fi

Re: [us...@httpd] Problem with Expires

2010-03-07 Thread Igor Cicimov
Probably your FilesMatch statement doesn't work, looks weird to me like you are trying to match the against the query string not the file name. What kind of files are you trying to match? This is example of mod_expire usage per content type and file name that might help you ExpiresActive

Re: [us...@httpd] Avoid endless loop of mod_rewrite

2010-03-07 Thread Igor Cicimov
Try using the following to stop the endless loops: RewriteCond %{ENV:REDIRECT_STATUS} 200 RewriteRule .* - [L] Igor On Mon, Mar 8, 2010 at 4:17 PM, Michael Menegakis wrote: > Hi all > > A rule is in place that that rewrites domains to www.domains > > In one particular home dir, I need the oppo

[us...@httpd] Avoid endless loop of mod_rewrite

2010-03-07 Thread Michael Menegakis
Hi all A rule is in place that that rewrites domains to www.domains In one particular home dir, I need the opposite, RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] But it goes into an endless loop that eventually makes firefox s

[us...@httpd] Problem with Expires

2010-03-07 Thread Dirk Reiners
Hi Everybody, I'm having some trouble setting up my Trac (trac.edgewall.org) server. I'm using apache and mod_python running Trac 0.11.6 over https, and everything seems to work fine. The only problem is that the Edit pages (when you click 'Edit this page') have the standard "access+1

Re: [us...@httpd] apache doesn't start when phpinidir is added

2010-03-07 Thread Frank Gingras
On 03/07/2010 02:26 AM, Alain Roger wrote: Hi Frank, this is what it is funny, the error.log is not updated so i have no trace. Last time it wa updated was on 14.02.2010. and i just updated my php installation yesterday evening. so i do not understand what's happening. :-( moreover i use thew

[us...@httpd] How to apply patches that are in patches_applied directory

2010-03-07 Thread Serj
Hi, There is no instructions how to apply patches http://www.apache.org/dist/httpd/binaries/win32/patches_applied/ to the source of Apache 2.2.15 before compiling and linking. How can I do it? I'll compile Apache with Microsoft Visual C++ 2008 Express. In documentation (http://httpd.apache.o

Re: [us...@httpd] Apache Processes Hung "Sending Reply"

2010-03-07 Thread Richard_vK
I had the same problem, spent hours trying to figure out what the problem was. We use Munin to monitor our system status (server runs FreeBSD) and noticed that whenever Apache processes started hanging, there was a corresponding decrease in the number of established TCP connections to the machine