<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Apache / CSWS problems with Safari / Chrome / Opera in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6769598#M37522</link>
    <description>&lt;P&gt;&amp;gt; [...] converting all the content to stream LF. [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; As I said, I long ago gave up on using any other format.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're already planning to move the stuff, and the stuff is all&lt;BR /&gt;text files, then you might be able to get the conversion done at low&lt;BR /&gt;cost using Zip (3.x) and UnZip (6.x).&amp;nbsp; For example:&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "text.txt", "RFM")&lt;BR /&gt;VAR&lt;BR /&gt;&lt;BR /&gt;alp $ zip3l text.zip text.txt&lt;BR /&gt;&amp;nbsp; adding: text.txt (stored 0%)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; That is, create a zip archive which does NOT preserve the VMS file&lt;BR /&gt;attributes.&amp;nbsp; Then, when UnZip extracts the data in its default way, ...&lt;BR /&gt;&lt;BR /&gt;alp $ unzip6l -d [.text] text.zip&lt;BR /&gt;Archive:&amp;nbsp; ALP$DKC0:[SMS.itrc]text.zip;1&lt;BR /&gt;&amp;nbsp;extracting: ALP$DKC0:[SMS.itrc.text]text.txt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "[.text]text.txt", "RFM")&lt;BR /&gt;STMLF&lt;BR /&gt;&lt;BR /&gt;alp $ diff text.txt [.text]text.txt&lt;BR /&gt;Number of difference sections found: 0&lt;BR /&gt;Number of difference records found: 0&lt;BR /&gt;&lt;BR /&gt;DIFFERENCES /IGNORE=()/MERGED=1-&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALP$DKC0:[SMS.itrc]text.txt;1-&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALP$DKC0:[SMS.itrc.text]text.txt;1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "zip -r" could make doing a whole tree pretty easy.&amp;nbsp; Then all you&lt;BR /&gt;need to worry about is properly creating new content.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Has anyone tried building 2.2 on Itanium?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Not I.&amp;nbsp; My idea of a work-around in this case is to satisfy all&lt;BR /&gt;versions of the lameware, not to lock myself into some particular (old)&lt;BR /&gt;version of the lameware.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 21:03:29 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2015-07-28T21:03:29Z</dc:date>
    <item>
      <title>Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695805#M37506</link>
      <description>&lt;P&gt;I recently tested some cgi script pages with FireFox (FF), IE, Safari, Chrome, Opera.&lt;/P&gt;&lt;P&gt;They have worked in the past on all 5 browsers.&amp;nbsp; They work fine still on FF and IE, but randomly only paint partial pages on nothing on Safari, Chrome, and Opera.&amp;nbsp; I guess FF and IE are being more lenient.&lt;/P&gt;&lt;P&gt;I made a simple test page:&lt;/P&gt;&lt;P&gt;&amp;lt;!Doctype html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;hello world&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;Itanium, VMS 8.4, CSWS 2.2-1, TCPIP 5.7-13ECO4&lt;/P&gt;&lt;P&gt;apache config with very few changes from default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using chrome and opera i get error: net::ERR_INCOMPLETE_CHUNKED_ENCODING&lt;/P&gt;&lt;P&gt;safari returns error:&amp;nbsp; kCFErrorDomainCFNetwork error 303.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm searching on these errors and LOTS of folks with LOTS of same error with LOTS of different reasons.&lt;/P&gt;&lt;P&gt;I'm thinking it's not just new versions of browsers, but I need to learn more about apache config on VMS.&lt;/P&gt;&lt;P&gt;All advice and pointers will be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 01:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695805#M37506</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-17T01:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695829#M37507</link>
      <description>&lt;P&gt;&amp;gt; [...] randomly only paint partial pages [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Not a very detailed description of the circumstances or the behavior.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I made a simple test page:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Is that a static file, or what you think is coming out of your CGI&lt;BR /&gt;script (written in what?), or what?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; They have worked in the past on all 5 browsers.&amp;nbsp; [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Define "the past".&amp;nbsp; What's changed since then?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; using chrome and opera i get error: [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Doing what, exactly?&amp;nbsp; Where?&amp;nbsp; Browser output/display?&amp;nbsp; Pop-up&lt;BR /&gt;complaint?&amp;nbsp; I don't think that I have enough information to duplicate&lt;BR /&gt;(or even approximate) your environment.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I made a static file like what you posted, and had no trouble with it&lt;/P&gt;&lt;P&gt;in Safari Version 8.0.2 (10600.2.5).&amp;nbsp; It may not matter, but my usual&lt;BR /&gt;minimal test page is a little less minimal than yours:&lt;BR /&gt;&lt;BR /&gt;ALP $ type test.html&lt;BR /&gt;&amp;lt;HTML&amp;gt;&lt;BR /&gt;&amp;lt;HEAD&amp;gt;&lt;BR /&gt;&amp;lt;TITLE&amp;gt;Antinode Test&amp;lt;/TITLE&amp;gt;&lt;BR /&gt;&amp;lt;/TITLE&amp;gt;&lt;BR /&gt;&amp;lt;/HEAD&amp;gt;&lt;BR /&gt;&amp;lt;BODY&amp;gt;&lt;BR /&gt;&amp;lt;P&amp;gt;&lt;BR /&gt;Only a test.&lt;BR /&gt;&amp;lt;HR&amp;gt;&lt;BR /&gt;&amp;lt;/BODY&amp;gt;&lt;BR /&gt;&amp;lt;/HTML&amp;gt;&lt;BR /&gt;ALP $&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're doing this with a CGI script, then you might want to use a&lt;BR /&gt;(relatively) simple tool like Wget to see what's actually coming back.&lt;/P&gt;&lt;P&gt;Or Telnet to port 80, and send an appropriate GET command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'm thinking [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; As a wise man (guy?) once said, "If you don't think too good, don't&lt;BR /&gt;think too much."&amp;nbsp; Actual test results are often more helpful than&lt;BR /&gt;guesswork.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Around here:&lt;BR /&gt;&lt;BR /&gt;ALP $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 5&lt;BR /&gt;&amp;nbsp; on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.3&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ALP $ product show product csws&lt;BR /&gt;------------------------------------ ----------- ---------&lt;BR /&gt;PRODUCT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KIT TYPE&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE&lt;BR /&gt;------------------------------------ ----------- ---------&lt;BR /&gt;CPQ AXPVMS CSWS V2.1-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Full LP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Installed&lt;/P&gt;&lt;P&gt;------------------------------------ ----------- ---------&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;1 item found&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 05:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695829#M37507</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-01-17T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695907#M37508</link>
      <description>&lt;P&gt;The test html code i posted was static html, no cgi involved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not changed the csws config in over a year except to test some virtual hosts about 9 months ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In October or November the cgi generated pages were tested with opera and chrome and they were fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Testing with IE and FF and Safari is done on a monthly basis and at times more often.&amp;nbsp; I think all browsers update every time I turn the test pc or mac on.&amp;nbsp; Chrome version 39.0.2171.99 m, Opera version 26.0.1656.60, ipad and MacBook and iMac are at home so i can't get list Safari version right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Late December I noticed that my wife's ipad showed error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; kCFErrorDomainCFNetwork error 303.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started testing the other browsers this week and opera and chrome just showed blank windows.&amp;nbsp; When I use the browsers EXAMINE ELEMENT debug tool i get the error:&amp;nbsp; net::ERR_INCOMPLETE_CHUNKED_ENCODING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I made a simple static web page to put on the rx2600 I64.&amp;nbsp; I got same blank windows and same errors.&amp;nbsp; So i made the static html text REAL simple...same errors.&lt;/P&gt;&lt;P&gt;I then created that same static page on a different rx2600 I64 running VMS 8.4 and same tcpip and same CSWS, but with CSWS setup as a very basic config as it comes from HP with only the ip address as the serverName changed.&amp;nbsp; This setup exhibits the same errors and blank page, but now served from 2 different servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internet searches on these errors from many different forums list many different threads that complain of the same error.&amp;nbsp; Some of those listed certain Chrome settings they had to turn off, so I turned those off and the error remains.&lt;/P&gt;&lt;P&gt;Other forum threads listed virus software or other browser add-ons that caused this same error, but I had none of that running.&amp;nbsp; Some threads listed certain apache or windows http server settings that they had to turn on like MOD_REWRITE, so i tried turning that on and off in CSWS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The screens load VERY fast in FF and IE.&amp;nbsp; In Chrome, if i refresh the page it will partially load perhaps 3 out of 20 tries and fully load 1 out of 20.&amp;nbsp; The one time it loads it will be VERY fast, the other times the cursor will spin for a minute until the error pops up.&amp;nbsp;&amp;nbsp; There is no remote style sheets to load, no js or jquery or other libraries to load, just basic html for the static test, so what could be causing the large timeout?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learing more about apache as I have read the docs on mod_rewrite and a few other modules that forums have mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;80% plus of the clients that load my production pages are IE and FF, and I have had no complaints yet, but they will come as Safari makes up almost the rest of the 20%.&amp;nbsp; I am guessing that some of the browsers have become stricter on some rule and I need to change my CSWS config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance. kc&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 15:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695907#M37508</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-17T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695914#M37509</link>
      <description>&lt;P&gt;The chunked stuff from within HTTP 1.1 is basically the RMS&amp;nbsp;VFC file data scheme (record length prefix on the data record, repeat until end of data), so it'd seem there's something wonky with how that data is being provided from the server, or possibly in the various caches. &amp;nbsp;There are all sorts of reasons, unfortunately, and it can be because of how the client asked for the data, or a result of how the server generated the data, or something with the server cache.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Safari's web inspector (from the Safari developer menu) or use Firefix Firebug or a MitM proxy that can log the data streams, or maybe tcpdump, and have a look at the HTTP data streams. &amp;nbsp;See if the data streams are valid or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tested your HTML on a newer Apache (2.2.26) server,&amp;nbsp;and it (unsurprisingly) works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP's VMS web site is redirecting their open source link back to the originating web page, so it'll take a little digging to figure out what's going on with a test server here; I have CSWS V2.2 UPDATE 2.0 installed and not something that calls itself V2.2-1. &amp;nbsp;I think that what I have is older, but then I'm not entirely certain of that without also rummaging around on HP's FTP server and then some test installs for confirmation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 16:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695914#M37509</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2015-01-17T16:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695919#M37510</link>
      <description>&lt;P&gt;Thanks for the repl Hoff,&lt;/P&gt;&lt;P&gt;There is a LOT of middleware these days to get in the way.&lt;/P&gt;&lt;P&gt;I updated 2 of my servers from CSWS 2.2 update 2.0 to version 2.2-1 in the fall of 2014.&lt;/P&gt;&lt;P&gt;I updated the test server, then the production server after all looked good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following download.&lt;/P&gt;&lt;P&gt;hp-i64vms-csws-v0202-1-1.pcsi_sfx_i64exe;1&amp;nbsp; blocks=33453&amp;nbsp; 30-OCT-2014 12:52:58.39&lt;/P&gt;&lt;P&gt;I guess i better login and see if there are any recent patches/updates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been using firebug in firefox, but i'm just learning that tool, so I haven't stumbled on an answer yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I posted this thread, because i'm not usually leading edge anything, and I hoped that some of you brainiacs have seen this and could point me in the correct direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CSWS logs don't seem to tell me anything if I am reading them correctly, they say status 200, basically data served correctly i think.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 17:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6695919#M37510</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-17T17:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696050#M37511</link>
      <description>&lt;P&gt;If you're showing this with static HTML on Apache, then the only software&amp;nbsp;involved here is the server and the browsers, or some filtering or caching software in your local network path. &amp;nbsp;Got any firewalls or any nanny filters in the path to the server? &amp;nbsp;Are there any client-side packages claiming to provide "anti-virus" or "anti-malware" features involved here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I generally avoid configuring the VMS Apache port on public-facing servers, and for a variety of reasons not the least of which is the outdated SSL/TLS support in the current version. &amp;nbsp; Should VSI or another entity port a far more current version of Apache, I'll reconsider that. &amp;nbsp; &amp;nbsp;"Anti-virus" and "anti-malware" software can sometimes disrupt HTTP transfers, as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that&amp;nbsp;HP has discontinued use of the existing FTP area for the Apache kit downloads and the Apache sources,&amp;nbsp;and has implemented a different (new) download path. &amp;nbsp;There are no sources for the V2.2-1 kit posted anywhere obvious, either.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 15:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696050#M37511</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2015-01-18T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696534#M37512</link>
      <description>&lt;P&gt;There should be no anti-virus or anti-malware software running, nor any firewall or caching that is intentional.&lt;/P&gt;&lt;P&gt;I have turned off all options in Chrome that I can find.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run apache on VMS only so I can have a test environment that mirrors closely what most of my education based clients are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The release notes for CSWS 2.2-1 has a cache related warning:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;- Cached files not served&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;- &lt;SPAN&gt;The proxy cache feature does not serve the cached files in SWS Version 2.2-1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I added some meta tags based on some forum suggestions about cache:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;meta http-equiv="cache-control" content="max-age=0"&lt;BR /&gt;meta http-equiv="cache-control" content="no-cache"&lt;BR /&gt;meta http-equiv="cache-control" content="no-store"&lt;BR /&gt;meta http-equiv="expires" content="0"&lt;BR /&gt;meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"&lt;BR /&gt;meta http-equiv="pragma" content="no-cache"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;...and these did not help.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;In firebug the http request is very simple and the return also looks normal and minimal.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;After I figure out how to see this type of debug info with safari and chrome i will compare those.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I'm very tempted to un-install 2.2-1 and put one of these servers back to apache 2.2 and see if that makes a difference.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I'm also tempted to install WASD and serve via a different port on the same server and see if WASD makes a difference.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks again for all advice.&amp;nbsp; kc&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 14:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696534#M37512</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-19T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696575#M37513</link>
      <description>&lt;P&gt;FWIW the current CSWS kits are available where they've always been at:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_download.html"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Release notes are at:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_relnotes_22.html"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_relnotes_22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not see up-to-date source kits after a quick glance.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696575#M37513</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2015-01-19T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696630#M37514</link>
      <description>&lt;P&gt;If you clear the cache of your browser, does that help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it may be a caching thing. If you do not send any info about expiration from the server to the browser then a browser is free to interpret it anyway it likes. Firefox for example will in that case always use a cached copy, even though the file on the server may be newer. That's a nightmare if you update files on the server, and the browser will use stale info. Clearing the browser's cache will work around that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The real solution may be to use mod_headers in apache, for example like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;IfModule mod_headers.c&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Header merge Cache-Control must-revalidate,no-cache&lt;BR /&gt;&amp;lt;/IfModule&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that the browser must contact the server to check if there's newer data, and it may only use the cached copy if that's not the case. Otherwise it will get the new contents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fwiw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 19:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696630#M37514</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2015-01-19T19:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696706#M37515</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/586527"&gt;@Craig A Berry&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;FWIW the current CSWS kits are available where they've always been at:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_download.html"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not see up-to-date source kits after a quick glance.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, the V2.2-1 &amp;nbsp;kit is not in the usual FTP area (ftp.hp.com/pub/openvms/apache), nor is the source kit available there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 00:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6696706#M37515</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2015-01-20T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6698997#M37516</link>
      <description>&lt;P&gt;No, this does not help either.&lt;/P&gt;&lt;P&gt;One of the first things I tried on all the browsers is clearing the cache, and setting no-cache.&lt;/P&gt;&lt;P&gt;Thanks for the input.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 16:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6698997#M37516</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-23T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699108#M37517</link>
      <description>&lt;P&gt;I stumbled on the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warning.......SWS 2.2-1 REQUIRES served files to be in STREAM_LF again.&amp;nbsp; I verified that I had MMAP set to off in the apache directive...yet it still times out and throws the CHUNK ENCODING error if you use non stream_lf text files... when using Chrome or Opera or Safari.&amp;nbsp; IE and FireFox seem to handle the files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The install guide for this version and for versions 2.1 and 2.2 say this is NOT a requirement anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I'm creating a quick test of style sheets or html and javascript i still mostly use edit/tpu on VMS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My production box we have always been careful to convert all files to stream_lf because it seems to make everything quicker, but for creating a quick test, it has not been necessary for a few years now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, simple fix, but the install doc should reflect this change back to old behavior.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 21:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699108#M37517</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2015-01-23T21:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699131#M37518</link>
      <description>&lt;P&gt;&amp;gt; Warning.......SWS 2.2-1 REQUIRES served files to be in STREAM_LF&lt;BR /&gt;&amp;gt; again. [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Somewhere along the line, I quit trusting it, and have since tried&lt;BR /&gt;to stick to Stream_LF.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; And when I'm creating a quick test of style sheets or html and&lt;BR /&gt;&amp;gt; javascript i still mostly use edit/tpu on VMS.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Same here, but I've developed the habit of:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; edit /tpu any_old_good_file /output = new_file&lt;BR /&gt;&lt;BR /&gt;which creates the new file with the attributes of the old file.&lt;BR /&gt;Naturally, my test.html was "Record format: Stream_LF".&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; For more organized work, I use MMS to generate my actual Web-served&lt;BR /&gt;HTML files by running source files through a preprocessor (a C program)&lt;BR /&gt;which (among other things) puts out a Stream_LF file, so the attributes&lt;BR /&gt;of a source file matter little.&amp;nbsp; In other situations (freeware source&lt;BR /&gt;files, for example, which might end up getting served), I have a DCL&lt;BR /&gt;script which will search a directory tree for files where:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if f$file_attributes( file, "RFM") .nes. "STMLF"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It emits a message identifying the culprit.&amp;nbsp; Not automatic, but useful.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 22:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699131#M37518</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-01-23T22:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699296#M37519</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/15860"&gt;@Kelly Cox&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, simple fix, but the install doc should reflect this change back to old behavior.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would probably be better if the CSWS/SWS test suite was updated to reflect this.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2015 00:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6699296#M37519</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2015-01-25T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6769580#M37521</link>
      <description>FWIW, "stream_lf" is not a requirement for CSWS-2.2 on Alpha (it wasn't on 1.3 but was on 2.0 then removed again in 2005 with the release of 2.1). Now I've got a brand new Itanium (rx2800-i2) and want to move over a huge amount of content from the Alpha but I can't because I am stuck with a "limping" web-server. "I think" I only two options: Build a version of v2.2 by installing V2.1 then applying updates -OR- converting all the content to stream LF. Has anyone tried building 2.2 on Itanium?</description>
      <pubDate>Tue, 28 Jul 2015 20:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6769580#M37521</guid>
      <dc:creator>Neil Rieck</dc:creator>
      <dc:date>2015-07-28T20:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6769598#M37522</link>
      <description>&lt;P&gt;&amp;gt; [...] converting all the content to stream LF. [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; As I said, I long ago gave up on using any other format.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're already planning to move the stuff, and the stuff is all&lt;BR /&gt;text files, then you might be able to get the conversion done at low&lt;BR /&gt;cost using Zip (3.x) and UnZip (6.x).&amp;nbsp; For example:&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "text.txt", "RFM")&lt;BR /&gt;VAR&lt;BR /&gt;&lt;BR /&gt;alp $ zip3l text.zip text.txt&lt;BR /&gt;&amp;nbsp; adding: text.txt (stored 0%)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; That is, create a zip archive which does NOT preserve the VMS file&lt;BR /&gt;attributes.&amp;nbsp; Then, when UnZip extracts the data in its default way, ...&lt;BR /&gt;&lt;BR /&gt;alp $ unzip6l -d [.text] text.zip&lt;BR /&gt;Archive:&amp;nbsp; ALP$DKC0:[SMS.itrc]text.zip;1&lt;BR /&gt;&amp;nbsp;extracting: ALP$DKC0:[SMS.itrc.text]text.txt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "[.text]text.txt", "RFM")&lt;BR /&gt;STMLF&lt;BR /&gt;&lt;BR /&gt;alp $ diff text.txt [.text]text.txt&lt;BR /&gt;Number of difference sections found: 0&lt;BR /&gt;Number of difference records found: 0&lt;BR /&gt;&lt;BR /&gt;DIFFERENCES /IGNORE=()/MERGED=1-&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALP$DKC0:[SMS.itrc]text.txt;1-&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALP$DKC0:[SMS.itrc.text]text.txt;1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "zip -r" could make doing a whole tree pretty easy.&amp;nbsp; Then all you&lt;BR /&gt;need to worry about is properly creating new content.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Has anyone tried building 2.2 on Itanium?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Not I.&amp;nbsp; My idea of a work-around in this case is to satisfy all&lt;BR /&gt;versions of the lameware, not to lock myself into some particular (old)&lt;BR /&gt;version of the lameware.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 21:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6769598#M37522</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-07-28T21:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apache / CSWS problems with Safari / Chrome / Opera</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6800529#M37523</link>
      <description>&lt;P&gt;If you have a support contract, contact HP about the "stream_lf problem on CSWS-2.2-1" and they will quickly send you their patch. Mine works properly. I have no idea when they will make this fix generally available to the world.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-csws-problems-with-safari-chrome-opera/m-p/6800529#M37523</guid>
      <dc:creator>Neil Rieck</dc:creator>
      <dc:date>2015-10-08T11:27:55Z</dc:date>
    </item>
  </channel>
</rss>

