<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Beat Cross-site Scripting Issue with StoryTestIQ</title>
	<atom:link href="http://www.gettingagile.com/2008/08/25/beat-cross-site-scripting-issue-with-storytestiq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gettingagile.com/2008/08/25/beat-cross-site-scripting-issue-with-storytestiq/</link>
	<description>with Sterling Barton</description>
	<lastBuildDate>Sun, 04 Jul 2010 16:55:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mickey Phoenix</title>
		<link>http://www.gettingagile.com/2008/08/25/beat-cross-site-scripting-issue-with-storytestiq/comment-page-1/#comment-84</link>
		<dc:creator>Mickey Phoenix</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://chrissterling.gettingagile.com/?p=105#comment-84</guid>
		<description>Also, you need to add the following line to httpd.conf:

RewriteRule ^/~extensions(.*) http://localhost:9999/~extensions$1 [P]

This enables STIQ to load the project-specific and STIQ-specific extensions files in the extensions directory through the proxy.</description>
		<content:encoded><![CDATA[<p>Also, you need to add the following line to httpd.conf:</p>
<p>RewriteRule ^/~extensions(.*) <a href="http://localhost:9999/~extensions$1" rel="nofollow">http://localhost:9999/~extensions$1</a> [P]</p>
<p>This enables STIQ to load the project-specific and STIQ-specific extensions files in the extensions directory through the proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey Phoenix</title>
		<link>http://www.gettingagile.com/2008/08/25/beat-cross-site-scripting-issue-with-storytestiq/comment-page-1/#comment-83</link>
		<dc:creator>Mickey Phoenix</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://chrissterling.gettingagile.com/?p=105#comment-83</guid>
		<description>It is also necessary to uncomment the LoadModule line for mod_rewrite.so:

LoadModule rewrite_module modules/mod_rewrite.so

It may also be necessary to uncomment the sub-modules for mod_proxy.so:

LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so</description>
		<content:encoded><![CDATA[<p>It is also necessary to uncomment the LoadModule line for mod_rewrite.so:</p>
<p>LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>It may also be necessary to uncomment the sub-modules for mod_proxy.so:</p>
<p>LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br />
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so<br />
LoadModule proxy_connect_module modules/mod_proxy_connect.so<br />
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br />
LoadModule proxy_http_module modules/mod_proxy_http.so</p>
]]></content:encoded>
	</item>
</channel>
</rss>
