include within the container page it doesn't
decode/uncompress the response. Why?
Please tell if I've been understandable
Thank you a lot.
Luca
From: Rasconi Luca (u.e.) [mailto:luca.rasc...@guest.matrix.it]
Sent: lunedì 7 febbraio 2011 17.55
To: users@httpd.apache.org
Subject: [use
:
ForceType text/html
AddOutputFilterByType INCLUDES text/html
Bye,
Luca
From:
Rasconi Luca (u.e.)
[mailto:[EMAIL PROTECTED]
Sent: martedì 13 dicembre 2005
11.05
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] RE: tell
apache2 parsing html generated from a servlet
From:
Luca Gmail [mailto:[EMAIL PROTECTED]]
Sent: martedì 13 dicembre
2005 11.01
To: 'users@httpd.apache.org'
Subject: tell apache2 parsing html
generated from a servlet
Hi all,
i’m using apache 2 with resin. How can I tell
apache to parse the output generated by a se
Thank you very much. Now all is ok!
Luca
-Original Message-
From: Joshua Slive [mailto:[EMAIL PROTECTED]
Sent: lunedì 17 ottobre 2005 15.57
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Permission to access on my website!
On 10/17/05, Rasconi Luca (u.e.) <[EM
Hi all,
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.+Media\sCenter.*$
RewriteRule ^/pages/generic_error/file_notfound\.html$
http://static.rossoalice.virgilio.it/pages/generic_error/mce/file_notfou
nd.html [R=temp,L]
In this way I redirect my error page when the client is a media ce
Hi all,
i have to measure the time a user is inactive within
a location inside a domain (for example www.mydomain.com).
I configured a virtualhost in such a way that every
time users access such a location it’s setted a cookie so, server side, I
can control some authorization rules:
…
Hi all,
Im configuring apache in a such way I can select the
right error page
if user_agent= mozilla then
ErrorDocument 404 http://myhost.it/error_for_mozilla.html
Else if user_agent= dtv
ErrorDocument 404 http://myhost.it/error_for_mce.html
Endif
I tought something like