Re: [us...@httpd] Confused about SSL and Internet Explorer vs nokeepalive

2010-06-24 Thread Baljeet Nijjhar
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

Re: [us...@httpd] File uploads not working for quite small files (~20 KB)

2010-06-18 Thread Baljeet Nijjhar
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

[us...@httpd] File uploads not working for quite small files (~20 KB)

2010-06-18 Thread Baljeet Nijjhar
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

Re: [us...@httpd] Problems uploading files to Apache HTTP server using Internet Explorer 6

2010-06-01 Thread Baljeet Nijjhar
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

[us...@httpd] Problems uploading files to Apache HTTP server using Internet Explorer 6

2010-05-25 Thread Baljeet Nijjhar
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

[us...@httpd] Redirect after HTTP Post appears to be corrupting the Get request sent

2010-04-20 Thread Baljeet Nijjhar
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

Re: [us...@httpd] Conditionally Setting HTTP Response Header

2010-03-15 Thread Baljeet Nijjhar
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.

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-11 Thread Baljeet Nijjhar
, 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

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-11 Thread Baljeet Nijjhar
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

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-11 Thread Baljeet Nijjhar
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

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-11 Thread Baljeet Nijjhar
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

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-11 Thread Baljeet Nijjhar
, 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 > >

[us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-10 Thread Baljeet Nijjhar
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

Re: [us...@httpd] Cannot download files over SSL in Internet Explorer - where is Cache-Control: no-cache header being set?

2010-03-05 Thread Baljeet Nijjhar
, 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

Re: [us...@httpd] Cannot download files over SSL in Internet Explorer - where is Cache-Control: no-cache header being set?

2010-03-05 Thread Baljeet Nijjhar
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

Re: [us...@httpd] Cannot download files over SSL in Internet Explorer - where is Cache-Control: no-cache header being set?

2010-03-05 Thread Baljeet Nijjhar
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

Re: [us...@httpd] Cannot upload files from Firefox 2.0 to Apache HTTP proxy server

2010-03-05 Thread Baljeet Nijjhar
, 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

Re: [us...@httpd] Cannot download files over SSL in Internet Explorer - where is Cache-Control: no-cache header being set?

2010-03-04 Thread Baljeet Nijjhar
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

[us...@httpd] Cannot download files over SSL in Internet Explorer - where is Cache-Control: no-cache header being set?

2010-03-04 Thread Baljeet Nijjhar
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

[us...@httpd] Cannot upload files from Firefox 2.0 to Apache HTTP proxy server

2010-03-04 Thread Baljeet Nijjhar
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