<?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: CSS Compress Lab in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769780#M14799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were right, the switch is transmitting http v1.0, and not v1.1 .&lt;/P&gt;&lt;P&gt;So the CSS can't compress it, and it's bypassing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will perform a test with a router 1760, which have http v1.1, and i will test the same configuration.&lt;/P&gt;&lt;P&gt;I had another question that i didn't saw answered in the document, which is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "content rule switch", i match the url "/*.html", and all requests matching this is been directed to service compress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the document refer, the *.html files are possible to compress. But if i need to compress only Java Files, and dont want to compress anything else? What do i need to configure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the CSS compress only some File Extensions and not the other possible? How?&lt;/P&gt;&lt;P&gt;This is equal for the Content Type. Can we define what we want to compress? How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if this is somehow obvious, and im not getting there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Petronio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 15:05:57 GMT</pubDate>
    <dc:creator>b.petronio</dc:creator>
    <dc:date>2007-07-12T15:05:57Z</dc:date>
    <item>
      <title>CSS Compress Lab</title>
      <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769776#M14795</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make a lab with the compression feature of the CSS11501S-C-K9, with SW Version 08.10.1.06, but i guess its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the following design:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client  &amp;lt;---&amp;gt;  (VIP 10.1.2.199) CSS  &amp;lt;---&amp;gt; Switch (Service 10.1.1.199)&lt;/P&gt;&lt;P&gt;Network 10.1.2.0 / 24     &amp;lt;--CSS--&amp;gt;    Network 10.1.1.0 / 24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The switch is configured as "http server", and then we can manage it in a WebBrowser, (in this case IE7), opening html files from the switch. (html directory has several html files)&lt;/P&gt;&lt;P&gt;I.E. "&lt;A class="jive-link-custom" href="http://10.1.2.199/basiccfg.html" target="_blank"&gt;http://10.1.2.199/basiccfg.html&lt;/A&gt;", after selecting the cluster manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But when i perform a browser session, i think that the compression is not been made... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The data is beeing Bypassed and not compressed, and i cant understand why...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the config and the show service compress, in the both files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone give a light on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Petronio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2007 13:04:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769776#M14795</guid>
      <dc:creator>b.petronio</dc:creator>
      <dc:date>2007-07-11T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Compress Lab</title>
      <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769777#M14796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the server is responding with version 1.0 or if the file extension is not in the list of supported extension, then there is no compression.&lt;/P&gt;&lt;P&gt;This is described @ &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080579fef.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080579fef.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stats seem to indicate that the version is not correct or the file extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked with a sniffer trace ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 14:25:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769777#M14796</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-07-11T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Compress Lab</title>
      <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769778#M14797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks for ur reply. I'm a litle bit lost in this issue and i really aprecciate all your comments and suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomorrow i will do a trace, in order to see what type of http is the switch replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, when u say the file extension compression may not be supported, its not supported on the IE browser, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The compression that i want is from the CSS to the client. Is this configuration well done for my goal ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Petronio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 15:37:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769778#M14797</guid>
      <dc:creator>b.petronio</dc:creator>
      <dc:date>2007-07-11T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Compress Lab</title>
      <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769779#M14798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is explained in the link I sent you.&lt;/P&gt;&lt;P&gt;The CSS can only compress file with a specific file extension.  The list is in the link.&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 10:15:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769779#M14798</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-07-12T10:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Compress Lab</title>
      <link>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769780#M14799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were right, the switch is transmitting http v1.0, and not v1.1 .&lt;/P&gt;&lt;P&gt;So the CSS can't compress it, and it's bypassing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will perform a test with a router 1760, which have http v1.1, and i will test the same configuration.&lt;/P&gt;&lt;P&gt;I had another question that i didn't saw answered in the document, which is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "content rule switch", i match the url "/*.html", and all requests matching this is been directed to service compress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the document refer, the *.html files are possible to compress. But if i need to compress only Java Files, and dont want to compress anything else? What do i need to configure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the CSS compress only some File Extensions and not the other possible? How?&lt;/P&gt;&lt;P&gt;This is equal for the Content Type. Can we define what we want to compress? How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if this is somehow obvious, and im not getting there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Petronio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 15:05:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-compress-lab/m-p/769780#M14799</guid>
      <dc:creator>b.petronio</dc:creator>
      <dc:date>2007-07-12T15:05:57Z</dc:date>
    </item>
  </channel>
</rss>

