> -Original Message-
> From: Tom Vandall [mailto:[EMAIL PROTECTED]
> Sent: Samstag, 8. April 2006 23:08
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] What is available with SetEnvIf ?
>
> Hi,
> I'd like to use SetEnvIf to test if https is used.
> SERVER_PORT seems to be unava
A HTTP response is cacheable if it contains a cache validator (ETag,
Last-Modified) or an Expires header (or both), provided neither the response or
the request that elicited it contain a Cache-Control header explicitely
forbidding caching. If the response is cached, it must contain one of the a
What about something like this?
RewriteEngine On
RewriteLog logs/rewrite_log
RewriteLogLevel 9
RewriteCond %{HTTP_HOST} ^(webmail\.[^:]+)
RewriteRule .* http://%1:7080/webmail.exe [R]
-ascs
<
-Original Message-
From: m i l e s [mailto:[EMAIL PROTECTED]
Sent: Saturday,
On 3/24/06, Terry Burton <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am running hundreds of virtual hosts on httpd server and each
> virtual host successfully writes its own access log file to an
> appropriate place.
>
> In addition to these virtual host logs, I would also like to generate
> a global ac
Just bumping this because I've yet to find a satisfactory solution.
If no solution exists, is this worth forwarding to the devs?
Thanks!
Tez
-- Forwarded message --
From: Terry Burton <[EMAIL PROTECTED]>
Date: Mar 24, 2006 11:40 AM
Subject: Global and virtual host log configura
At 08:45 AM 4/9/2006, you wrote:
Hi folks,
Okay I just upgraded to the latest apache 2.2.0 and using the same
configuration files as I had for apache1.3 but I am finding there are
permission errors when going to my mailman listinfo directories.
any clues what I need to check here?
actua
On 4/9/06, Noah <[EMAIL PROTECTED]> wrote:
> what else could be wrong here?
Check the error log.
Joshua.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> f
Hi folks,
Okay I just upgraded to the latest apache 2.2.0 and using the same
configuration files as I had for apache1.3 but I am finding there are
permission errors when going to my mailman listinfo directories.
any clues what I need to check here?
actual error message
Forbidden
Yo
On Sun, 09 Apr 2006 15:41:33 +0300, Malka Cymbalista wrote
> We had a similar problem altho I'm not sure if it was connected to an
> upgrade. At any rate, we put the following lines into httpd.conf for
> any directory that uses php: (The lines go insde the . > section php_flag engine
We had a similar problem altho I'm not sure if it was connected to an
upgrade. At any rate, we put the following lines into httpd.conf for
any directory that uses php: (The lines go insde the section
php_flag engine on
AddType application/x-httpd-php .php
Malka Cymbalista
Webmaster,
Hi there,
I just upgraded to apache 2.2.0 and find that my php pages are showing as
text. what must I configure to have them execute.
cheers,
Noah
-
The official User-To-User support forum of the Apache HTTP Server Project
Hi all.
I have an issue
which, I am sure someone out there has encountered in the past.
I have a website,
whose authors have written some of the URLs in a format which contains
characters which are not well liked by my log analysis tools (Deepmetrix
Livestats).
I would like to
Hi,I guess that if the app (or anything else) doesn't send a no-cache header, or a max-age header, or a session cookie, the .jsp page will be served by the client browser cache, and will not be even received by the HTTP Server.
RgdsAntoine.2006/3/28, Sean Carey <[EMAIL PROTECTED]>:
Here We Go:I am
May be you could also share common configuration files between your load-balanced servers, and "Include" configuration files whit directives specific to each one.That is the way I work with my servers, so maintenance is kept easy (no preprocessor, no envvar).
BrgdsAntoine.2006/4/6, Bgs <[EMAIL PROT
I use the combined log format, with the elapsed request time as the last element.My LogFormat directive is :LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
The %D stands for "Time taken to serve the request, in microseconds"the result log entry is, for example :
You could also use the Reverse-Proxy function of Apache, with or without mod_rewrite. With Reverse-Proxy, your Apache is a gateway to a backend server, so you can pass requests to a different host/port, without doing external redirects.
See directive (without mod_rewrite) or the [P] flag of the Re
16 matches
Mail list logo