<?xml version="1.0"?><!-- generator="b2evolution/0.9.0.12" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ZXTM KnowledgeHub - Last comments</title>
		<link>http://knowledgehub.zeus.com?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=0.9.0.12"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: Getting the best out of ZXTM and ESX</title>
			<pubDate>Fri, 09 May 2008 17:55:32 +0000</pubDate>
			<guid isPermaLink="false">c235@http://knowledgehub.zeus.com</guid>
         <dc:creator>Crispin Flowerday [Zeus Dev Team]</dc:creator>
			<description>Sorry, we don't have any specific advice for ESX 3.0.

The 'enhanced vmxnet' device is only available in ESX 3.5 and that is the one change that brings the best performance improvement, so the best advice I could give would be to upgrade ESX!</description>
			<content:encoded><![CDATA[Sorry, we don't have any specific advice for ESX 3.0.<br />
<br />
The 'enhanced vmxnet' device is only available in ESX 3.5 and that is the one change that brings the best performance improvement, so the best advice I could give would be to upgrade ESX!]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2008/04/02/getting_the_best_out_of_zxtm_and_esx#c235</link>
		</item>
				<item>
			<title>In response to: Getting the best out of ZXTM and ESX</title>
			<pubDate>Fri, 09 May 2008 16:38:54 +0000</pubDate>
			<guid isPermaLink="false">c234@http://knowledgehub.zeus.com</guid>
         <dc:creator>Douglas Spooner</dc:creator>
			<description>Good to see a VMware guide up on the site.

Are there any specific tunings for ESX 3.0.2?</description>
			<content:encoded><![CDATA[Good to see a VMware guide up on the site.<br />
<br />
Are there any specific tunings for ESX 3.0.2?]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2008/04/02/getting_the_best_out_of_zxtm_and_esx#c234</link>
		</item>
				<item>
			<title>In response to: Why ZXTM #3: Faster, more responsive applications</title>
			<pubDate>Tue, 06 May 2008 00:13:50 +0000</pubDate>
			<guid isPermaLink="false">c233@http://knowledgehub.zeus.com</guid>
         <dc:creator>ricardo rosales</dc:creator>
			<description>i need application
</description>
			<content:encoded><![CDATA[i need application<br />
]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2008/03/20/why_zxtm_3_faster_more_responsive_applic#c233</link>
		</item>
				<item>
			<title>In response to: On-hold music for your website</title>
			<pubDate>Tue, 01 Apr 2008 07:22:46 +0000</pubDate>
			<guid isPermaLink="false">c232@http://knowledgehub.zeus.com</guid>
         <dc:creator>Karsten Thygesen</dc:creator>
			<description>Works like a charm and brings a whole new experience to browsing :-)

Please consider a few enhancements to the new API to examine the mp3 files - it would be nice to be able to measure current average load times and then select a piece of music, which have the same duration. My users hate to be interrupted in listening to their favorite music just to see some stupid web page!

But great work, guys - look forward to the new version :-)

/Karsten</description>
			<content:encoded><![CDATA[Works like a charm and brings a whole new experience to browsing :-)<br />
<br />
Please consider a few enhancements to the new API to examine the mp3 files - it would be nice to be able to measure current average load times and then select a piece of music, which have the same duration. My users hate to be interrupted in listening to their favorite music just to see some stupid web page!<br />
<br />
But great work, guys - look forward to the new version :-)<br />
<br />
/Karsten]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2008/04/01/on_hold_music_for_your_website_3#c232</link>
		</item>
				<item>
			<title>In response to: Zeus Communities</title>
			<pubDate>Sun, 23 Mar 2008 00:49:44 +0000</pubDate>
			<guid isPermaLink="false">c231@http://knowledgehub.zeus.com</guid>
         <dc:creator>Rob</dc:creator>
			<description>I have a website hosted on namesco. They use Zeus servers. When I uploaded the site I submitted my URL to google. Google came back with errors:

http://www.coloursense.net/index.html 404 (Not found) Help Mar 10, 2008 

I looked into the problem more and received this email back from google forums:

-----
Why index.html shoudl also give a 404 is the problem. It exists, it
returns a 200. Maybe it was a one-time error, soemthign wrong with the
server on that day.

Even though index.html exists OK, it shouldn't be used in navigation
and should be 301 redirected to the root, to take care of anybody
trying it or old bookmakrs or old cached urls. Matter of cleaning up
navigatin and keeping only one url for each page of content.

Yes, the actual default page may well be called index.html and its
content will be shown when you request the domain root url.
But it is also shown  when you request domain root url AND index.html
- thus you have 2 urls that show the same content. Robots don't know
it's the same physical file - they don't care. it's 2 different urls
shwoing the same exact content, thus duplication.

I am referring to redirecting so that the URL will be just that of the
domain root url. This goes together with ensuring you don't use index.html in navigation but always just the domain root url.

-------

How can I use a .htaccess file to redirect the http://www.coloursense.net/index.html to the root?

I have spent a week trying to find out, I have no real experience in sorting this out.. could you help please!!!

Thanks



rob
</description>
			<content:encoded><![CDATA[I have a website hosted on namesco. They use Zeus servers. When I uploaded the site I submitted my URL to google. Google came back with errors:<br />
<br />
http://www.coloursense.net/index.html 404 (Not found) Help Mar 10, 2008 <br />
<br />
I looked into the problem more and received this email back from google forums:<br />
<br />
-----<br />
Why index.html shoudl also give a 404 is the problem. It exists, it<br />
returns a 200. Maybe it was a one-time error, soemthign wrong with the<br />
server on that day.<br />
<br />
Even though index.html exists OK, it shouldn't be used in navigation<br />
and should be 301 redirected to the root, to take care of anybody<br />
trying it or old bookmakrs or old cached urls. Matter of cleaning up<br />
navigatin and keeping only one url for each page of content.<br />
<br />
Yes, the actual default page may well be called index.html and its<br />
content will be shown when you request the domain root url.<br />
But it is also shown  when you request domain root url AND index.html<br />
- thus you have 2 urls that show the same content. Robots don't know<br />
it's the same physical file - they don't care. it's 2 different urls<br />
shwoing the same exact content, thus duplication.<br />
<br />
I am referring to redirecting so that the URL will be just that of the<br />
domain root url. This goes together with ensuring you don't use index.html in navigation but always just the domain root url.<br />
<br />
-------<br />
<br />
How can I use a .htaccess file to redirect the http://www.coloursense.net/index.html to the root?<br />
<br />
I have spent a week trying to find out, I have no real experience in sorting this out.. could you help please!!!<br />
<br />
Thanks<br />
<br />
<br />
<br />
rob<br />
]]></content:encoded>
			<link>http://knowledgehub.zeus.com/internal/2007/11/23/zeus_communities#c231</link>
		</item>
				<item>
			<title>In response to: Making the most of Content Caching</title>
			<pubDate>Sat, 22 Mar 2008 18:52:54 +0000</pubDate>
			<guid isPermaLink="false">c230@http://knowledgehub.zeus.com</guid>
         <dc:creator>michael [Zeus Dev Team]</dc:creator>
			<description>Hi Simon,

this functionality has been added in ZXTM 4.2.  There is a virtual server-specific configuration option, webcache!control_out, whose value will be added to every cached HTTP response for the given virtual server as the Cache-Control header.

This can be configured in Virtual Servers > NAME > Content Caching .

Note, however, that there is no guarantee that up-stream proxies respect this setting (well-behaved ones do, of course).
</description>
			<content:encoded><![CDATA[Hi Simon,<br />
<br />
this functionality has been added in ZXTM 4.2.  There is a virtual server-specific configuration option, webcache!control_out, whose value will be added to every cached HTTP response for the given virtual server as the Cache-Control header.<br />
<br />
This can be configured in Virtual Servers > NAME > Content Caching .<br />
<br />
Note, however, that there is no guarantee that up-stream proxies respect this setting (well-behaved ones do, of course).<br />
]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2005/10/20/making_the_most_of_content_caching#c230</link>
		</item>
				<item>
			<title>In response to: Logging slow connections</title>
			<pubDate>Mon, 10 Mar 2008 18:07:29 +0000</pubDate>
			<guid isPermaLink="false">c229@http://knowledgehub.zeus.com</guid>
         <dc:creator>John Horton</dc:creator>
			<description>This gives the time to first byte but what can you do to capture the time after the last byte.</description>
			<content:encoded><![CDATA[This gives the time to first byte but what can you do to capture the time after the last byte.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2006/06/07/logging_slow_connections#c229</link>
		</item>
				<item>
			<title>In response to: Rewriting HTTP responses</title>
			<pubDate>Mon, 18 Feb 2008 10:46:57 +0000</pubDate>
			<guid isPermaLink="false">c228@http://knowledgehub.zeus.com</guid>
         <dc:creator>Owen Garrett [Zeus Dev Team]</dc:creator>
			<description>This type of capability is only available via TrafficScript, not RuleBuilder.  You may have a ZXTM LB license (which just permits RuleBuilder), rather than a  full ZXTM license.</description>
			<content:encoded><![CDATA[This type of capability is only available via TrafficScript, not RuleBuilder.  You may have a ZXTM LB license (which just permits RuleBuilder), rather than a  full ZXTM license.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2005/07/01/rewriting_http_responses#c228</link>
		</item>
				<item>
			<title>In response to: ZXTM and ZXTM LB</title>
			<pubDate>Mon, 18 Feb 2008 10:41:48 +0000</pubDate>
			<guid isPermaLink="false">c227@http://knowledgehub.zeus.com</guid>
         <dc:creator>Owen Garrett [Zeus Dev Team]</dc:creator>
			<description>And in 4.1, a request rate shaping capability allowed you to restrict the number of requests (or events) per second or minute would be admitted through a rate queue.  This capability is driven by TrafficScript, so it's only accessible in the full ZXTM product.

See http://www.zeus.com/products/zxtmlb/features.html  for a more detailed list</description>
			<content:encoded><![CDATA[And in 4.1, a request rate shaping capability allowed you to restrict the number of requests (or events) per second or minute would be admitted through a rate queue.  This capability is driven by TrafficScript, so it's only accessible in the full ZXTM product.<br />
<br />
See <a href="http://www.zeus.com/products/zxtmlb/features.html">http://www.zeus.com/products/zxtmlb/features.html</a>  for a more detailed list]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2005/07/01/zxtm_and_zxtm_lb#c227</link>
		</item>
				<item>
			<title>In response to: Using ZXTM as a Forward Proxy</title>
			<pubDate>Wed, 13 Feb 2008 21:39:22 +0000</pubDate>
			<guid isPermaLink="false">c225@http://knowledgehub.zeus.com</guid>
         <dc:creator>John</dc:creator>
			<description>thanks, very interesting.</description>
			<content:encoded><![CDATA[thanks, very interesting.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2007/10/17/using_zxtm_as_a_forward_proxy#c225</link>
		</item>
				<item>
			<title>In response to: Rewriting HTTP responses</title>
			<pubDate>Tue, 12 Feb 2008 21:09:51 +0000</pubDate>
			<guid isPermaLink="false">c224@http://knowledgehub.zeus.com</guid>
         <dc:creator>Adam Daughterson</dc:creator>
			<description>This is great for TrafficScript, but I'm not finding any way to do this with RuleBuilder and ZXTM complains that TrafficScript rules cannot be run under my current license. Any help?
Thanks in advance,
AD</description>
			<content:encoded><![CDATA[This is great for TrafficScript, but I'm not finding any way to do this with RuleBuilder and ZXTM complains that TrafficScript rules cannot be run under my current license. Any help?<br />
Thanks in advance,<br />
AD]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2005/07/01/rewriting_http_responses#c224</link>
		</item>
				<item>
			<title>In response to: Zeus Communities</title>
			<pubDate>Thu, 24 Jan 2008 04:34:59 +0000</pubDate>
			<guid isPermaLink="false">c223@http://knowledgehub.zeus.com</guid>
         <dc:creator>RAVI AGRAWAL</dc:creator>
			<description>LOGIN NOT APPEARE</description>
			<content:encoded><![CDATA[LOGIN NOT APPEARE]]></content:encoded>
			<link>http://knowledgehub.zeus.com/internal/2007/11/23/zeus_communities#c223</link>
		</item>
				<item>
			<title>In response to: Rewriting HTTP responses</title>
			<pubDate>Mon, 21 Jan 2008 09:22:13 +0000</pubDate>
			<guid isPermaLink="false">c222@http://knowledgehub.zeus.com</guid>
         <dc:creator>Owen Garrett [Zeus Dev Team]</dc:creator>
			<description>No - you're exactly correct!  Thank you for pointing that out.

I've updated the comment above so that the code is now correct.</description>
			<content:encoded><![CDATA[No - you're exactly correct!  Thank you for pointing that out.<br />
<br />
I've updated the comment above so that the code is now correct.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2005/07/01/rewriting_http_responses#c222</link>
		</item>
				<item>
			<title>In response to: Rewriting HTTP responses</title>
			<pubDate>Sat, 19 Jan 2008 04:01:25 +0000</pubDate>
			<guid isPermaLink="false">c221@http://knowledgehub.zeus.com</guid>
         <dc:creator>slyphon [Member]</dc:creator>
			<description>Unless I'm misinterpreting the desired effect from this code, it would seem that you'd want the *negation* of the above:


if( !string.startsWith( http.getHeader( "Content-Type" ), "text/html" ) ) break;

as you want to process "text/html" responses, and not anything else.


Or am I being dense?
</description>
			<content:encoded><![CDATA[Unless I'm misinterpreting the desired effect from this code, it would seem that you'd want the *negation* of the above:<br />
<br />
<br />
if( !string.startsWith( http.getHeader( "Content-Type" ), "text/html" ) ) break;<br />
<br />
as you want to process "text/html" responses, and not anything else.<br />
<br />
<br />
Or am I being dense?<br />
]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2005/07/01/rewriting_http_responses#c221</link>
		</item>
				<item>
			<title>In response to: Converting Snort Rules to TrafficScript</title>
			<pubDate>Mon, 14 Jan 2008 14:09:17 +0000</pubDate>
			<guid isPermaLink="false">c220@http://knowledgehub.zeus.com</guid>
         <dc:creator>Matt H [Zeus Dev Team]</dc:creator>
			<description>The bug listed in the above comment should now be fixed, the new version has replaced the old one on this page.</description>
			<content:encoded><![CDATA[The bug listed in the above comment should now be fixed, the new version has replaced the old one on this page.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2007/12/20/converting_snort_rules_to_trafficscript#c220</link>
		</item>
				<item>
			<title>In response to: Converting Snort Rules to TrafficScript</title>
			<pubDate>Fri, 11 Jan 2008 16:40:03 +0000</pubDate>
			<guid isPermaLink="false">c219@http://knowledgehub.zeus.com</guid>
         <dc:creator>Axel Larsson</dc:creator>
			<description>Using the current set of certified VRT rules from snort.org, the Perl script seems to run into trouble parsing several of the rules files, including exploit.rules and misc.rules. 

Perl is throwing errors like:
Reading snort rule file rules/specific-threats.rules.
Modification of non-creatable array value attempted, subscript -1 at ./snort2ts.pl line 464,  line 20305.</description>
			<content:encoded><![CDATA[Using the current set of certified VRT rules from snort.org, the Perl script seems to run into trouble parsing several of the rules files, including exploit.rules and misc.rules. <br />
<br />
Perl is throwing errors like:<br />
Reading snort rule file rules/specific-threats.rules.<br />
Modification of non-creatable array value attempted, subscript -1 at ./snort2ts.pl line 464,  line 20305.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2007/12/20/converting_snort_rules_to_trafficscript#c219</link>
		</item>
				<item>
			<title>In response to: ZXTM Visio stencils</title>
			<pubDate>Wed, 02 Jan 2008 10:10:41 +0000</pubDate>
			<guid isPermaLink="false">c218@http://knowledgehub.zeus.com</guid>
         <dc:creator>Owen Garrett [Zeus Dev Team]</dc:creator>
			<description>Set the grid to 2.5mm x 2.72mm - look at the 'Grid Settings' object in the stencil (it is a handy screenshot).

Isometric lines will then be two grid steps across and one step up (or down).</description>
			<content:encoded><![CDATA[Set the grid to 2.5mm x 2.72mm - look at the 'Grid Settings' object in the stencil (it is a handy screenshot).<br />
<br />
Isometric lines will then be two grid steps across and one step up (or down).]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2006/12/19/zxtm_visio_stencils#c218</link>
		</item>
				<item>
			<title>In response to: ZXTM Visio stencils</title>
			<pubDate>Wed, 26 Dec 2007 16:32:54 +0000</pubDate>
			<guid isPermaLink="false">c217@http://knowledgehub.zeus.com</guid>
         <dc:creator>ryan.fairchild [Member]</dc:creator>
			<description>I am also having trouble making the green lines isometric.  What must I do to get this working?</description>
			<content:encoded><![CDATA[I am also having trouble making the green lines isometric.  What must I do to get this working?]]></content:encoded>
			<link>http://knowledgehub.zeus.com/articles/2006/12/19/zxtm_visio_stencils#c217</link>
		</item>
				<item>
			<title>In response to: How to recompile a FreeBSD kernel with SSE support</title>
			<pubDate>Thu, 13 Dec 2007 15:46:15 +0000</pubDate>
			<guid isPermaLink="false">c216@http://knowledgehub.zeus.com</guid>
         <dc:creator>FreeBSD</dc:creator>
			<description>thanks for the tip !</description>
			<content:encoded><![CDATA[thanks for the tip !]]></content:encoded>
			<link>http://knowledgehub.zeus.com/faqs/2005/07/01/howto_recompile_a_freebsd_kernel_with_ss#c216</link>
		</item>
				<item>
			<title>In response to: Rewriting responses with "Generic Client First" and "Generic Server First" protocols</title>
			<pubDate>Fri, 30 Nov 2007 10:31:25 +0000</pubDate>
			<guid isPermaLink="false">c214@http://knowledgehub.zeus.com</guid>
         <dc:creator>Owen Garrett [Zeus Dev Team]</dc:creator>
			<description>Hi Julian,

If a protocol does not have a way to tell the client to reconnect to a different server, then you should look at ZXTM's Forward Proxy capability; ZXTM can forward the TCP connection to any server, whether it's named in the pool or not.

If you're having trouble getting a rule to run, drop a line to our tech support team.</description>
			<content:encoded><![CDATA[Hi Julian,<br />
<br />
If a protocol does not have a way to tell the client to reconnect to a different server, then you should look at ZXTM's <a href="http://knowledgehub.zeus.com/code/2007/10/17/using_zxtm_as_a_forward_proxy">Forward Proxy</a> capability; ZXTM can forward the TCP connection to any server, whether it's named in the pool or not.<br />
<br />
If you're having trouble getting a rule to run, drop a line to our <a href="http://knowledgehub.zeus.com/internal/2005/07/01/contacting_zeus_technical_support">tech support team</a>.]]></content:encoded>
			<link>http://knowledgehub.zeus.com/code/2006/06/05/rewriting_responses_when_using_the_clien#c214</link>
		</item>
			</channel>
</rss>
