Hi
I altered my ssl.conf to do the following:
SetEnvIf User-Agent "MSIE[1-5]" nokeepalive ssl-unclean-shutdown
force-response-1.0 downgrade-1.0
SetEnvIf User-Agent "MSIE[6-99]" ssl-unclean-shutdown
to distinguish between older and newer versions of the browser.
regards, Baljeet.
On Wed, Jun 2
PM, Wang, Mary Y wrote:
> What did you define for post_max_size in php.ini?
> I recall memory_limit could also affect file upload.
> After you make a change, make sure that you restart apache server.
>
> Mary
>
>
> ------
> *From:* Baljeet N
Hi
I am uploading files as part of an HTTPS request to an Apache 2.0 HTTP
server acting as a proxy server to my web application. It works if I have a
file of about 5KB. But a file of about 20KB or more does not get uploaded to
my Web application. To make matters worse, the limit of the file size t
15 seconds, the problem did re-occur.)
So I don't know if this is the answer, but it seems to have worked for the
time being ..
On Tue, May 25, 2010 at 2:56 PM, Nilesh Govindarajan wrote:
> On Tue, May 25, 2010 at 7:18 PM, Baljeet Nijjhar
> wrote:
> > Hi
> >
> > Exp
Hi
Experiencing a frustrating issue with functionality that seemed to work ok
earlier. I upload a file from IE6 to the server, and I frequently get 'The
page cannot be displayed' immediately appearing in the browser (no response
is received). The next time I try the same request, it ends up timing
Hi
I have some pages that are protected i.e. when the user tries to access them
after a period of inactivity, they are redirected to a login page, which, if
they log in correctly, will take them to the page they were originally
requesting.
My problem is that if the original page was accessed via H
Hi Anurag
I have had the exact same problem and posted in
http://www.gossamer-threads.com/lists/apache/users/382031?page=last
You can use ExpiresDefault/ExpiresByType (this adds both an Expires and
Cache-Control: max-age header to simultaneously support HTTP 1.0 and HTTP
1.1) or use LocationMatch.
,
javascript etc through the URL as the URL would end in .gif, .js etc.
On Thu, Mar 11, 2010 at 12:07 PM, Baljeet Nijjhar <
baljeet.nijj...@googlemail.com> wrote:
> Ah thanks, that would explain it as yes, it's a proxy.
>
>
> On Thu, Mar 11, 2010 at 12:03 PM, Tom Evans wrote:
&g
Ah thanks, that would explain it as yes, it's a proxy.
On Thu, Mar 11, 2010 at 12:03 PM, Tom Evans wrote:
> On Thu, Mar 11, 2010 at 11:51 AM, Baljeet Nijjhar
> wrote:
> > In fact, FilesMatch doesnt seem to work for anything (inlcuding the
> string
> > you sent for imag
ation code using a filter. Is this recommended, or must it done at the
proxy server level?
On Thu, Mar 11, 2010 at 11:11 AM, Baljeet Nijjhar <
baljeet.nijj...@googlemail.com> wrote:
> i.e. if I do ExpiresByType application/msword "access plus 5 seconds" it
> doesn't actually
i.e. if I do ExpiresByType application/msword "access plus 5 seconds" it
doesn't actually work. Nor does
On Thu, Mar 11, 2010 at 11:09 AM, Baljeet Nijjhar <
baljeet.nijj...@googlemail.com> wrote:
> Hi
> That works when distinguishing between html and images. However
, Mar 10, 2010 at 3:33 PM, Philip Wigg wrote:
> On 10 March 2010 15:03, Baljeet Nijjhar wrote:
> >
> > Hi
> > I'd like to try and configure the following outcomes in my httpd.conf:
> > a) for static images, stylesheets, javascript, Cache-Control:max-age
> >
Hi
I'd like to try and configure the following outcomes in my httpd.conf:
a) for static images, stylesheets, javascript, Cache-Control:max-age
3600 and Expires: + 3600. This I can easily do by using the ExpiresByType
directive for these content types (text/css, application/x-javascript,
image/* et
, nor do I have to have BypassSSLNoCacheCheck registry setting
set to true.
Now I have to find out exactly what setting to put the headers to, because
it may not be the wisest option to drop them.
thanks very much for your help!
On Fri, Mar 5, 2010 at 2:18 PM, Baljeet Nijjhar <
balj
tic.lst but this had no effect and I gave up. So thanks for making
me look at it again.
On Fri, Mar 5, 2010 at 11:59 AM, Philip Wigg wrote:
> On 5 March 2010 11:28, Baljeet Nijjhar
> wrote:
> > We are connecting directly over a LAN to the Apache proxy server, it is
> > airgappe
igg wrote:
> On 4 March 2010 18:35, Baljeet Nijjhar
> wrote:
> > Hi i dont think there is anything in front. There is some communication
> with
> > Oracle WebGate and Oracle Identity and Access Manager but nothing that
> > obviously sets these headers on the resp
, Mar 4, 2010 at 1:22 PM, Baljeet Nijjhar
> wrote:
> > Hi
> > I have tried to upload a Microsoft Excel file to my application server
> from
> > Firefox 2.0. The HTTP request goes over SSL to Oracle Apache 2 HTTP
> server
> > which is configured to act as a
Hi i dont think there is anything in front. There is some communication with
Oracle WebGate and Oracle Identity and Access Manager but nothing that
obviously sets these headers on the response once it leaves the application
server.
I have tried lots of things:
a) set session.cache_limiter = none in
Hi
I am having trouble downloading files over SSL in Internet Explorer. After
some digging, I believe this is because a Cache-Control: no-cache HTTP
header is being added by my Oracle Apache 2 HTTP proxy server to the
responses sent from my application server. This causes the seemingly
well-known p
Hi
I have tried to upload a Microsoft Excel file to my application server from
Firefox 2.0. The HTTP request goes over SSL to Oracle Apache 2 HTTP server
which is configured to act as a proxy server before passing the request to
my application server.
Packet sniffing indicates that the file content
20 matches
Mail list logo