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