<?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 for AskApache searching on dns</title>
	<atom:link href="http://www.askapache.com/search/dns/feed/?withcomments=1" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP fsockopen for FAST DNS lookups over UDP by pantonini</title>
		<link>http://www.askapache.com/php/php-fsockopen-dns-udp.html#comment-14730</link>
		<dc:creator>pantonini</dc:creator>
		<pubDate>Mon, 13 May 2013 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=8835#comment-14730</guid>
		<description><![CDATA[My previous fix was wrong.

After the test &quot; if empty response or bad response, return original ip &quot;, you have to add a test to verify that the last character of the response is a 0 :

   // Verify the last character of response is 0
$responseLength = hexdec(bin2hex(substr( $response, $requestsize + 11, 1 ))); 
if ( bin2hex(substr( $response, $requestsize + $responseLength + 11, 1 )) != &#039;00&#039; ) {
   return $ip;
}]]></description>
		<content:encoded><![CDATA[<p>My previous fix was wrong.</p>
<p>After the test " if empty response or bad response, return original ip ", you have to add a test to verify that the last character of the response is a 0 :</p>
<p>   // Verify the last character of response is 0<br />
$responseLength = hexdec(bin2hex(substr( $response, $requestsize + 11, 1 )));<br />
if ( bin2hex(substr( $response, $requestsize + $responseLength + 11, 1 )) != '00' ) {<br />
   return $ip;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP fsockopen for FAST DNS lookups over UDP by pantonini</title>
		<link>http://www.askapache.com/php/php-fsockopen-dns-udp.html#comment-14729</link>
		<dc:creator>pantonini</dc:creator>
		<pubDate>Sun, 12 May 2013 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=8835#comment-14729</guid>
		<description><![CDATA[I fixed the problem by adding a test for an STX character at position requestsize +12 :

   if ( empty( $response ) &#124;&#124; bin2hex( substr( $response, $requestsize + 2, 2 ) ) != &#039;000c&#039; &#124;&#124; bin2hex( substr( $response, $requestsize + 12, 1 ) ) != &#039;02&#039; ) {

      return $ip;

   }]]></description>
		<content:encoded><![CDATA[<p>I fixed the problem by adding a test for an STX character at position requestsize +12 :</p>
<p>   if ( empty( $response ) || bin2hex( substr( $response, $requestsize + 2, 2 ) ) != '000c' || bin2hex( substr( $response, $requestsize + 12, 1 ) ) != '02' ) {</p>
<p>      return $ip;</p>
<p>   }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP fsockopen for FAST DNS lookups over UDP by pantonini</title>
		<link>http://www.askapache.com/php/php-fsockopen-dns-udp.html#comment-14728</link>
		<dc:creator>pantonini</dc:creator>
		<pubDate>Sat, 11 May 2013 23:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=8835#comment-14728</guid>
		<description><![CDATA[Nice improvement but it bugs with this address : 217.195.30.102]]></description>
		<content:encoded><![CDATA[<p>Nice improvement but it bugs with this address : 217.195.30.102</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bayonetta Trailer by AskApache</title>
		<link>http://www.askapache.com/design/grilled-cheese-jam-session-online.html#comment-14717</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 27 Apr 2013 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3861#comment-14717</guid>
		<description><![CDATA[Flash-back.. hehe.  Still like this trailer!]]></description>
		<content:encoded><![CDATA[<p>Flash-back.. hehe.  Still like this trailer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a Reverse Proxy in Apache by Zamy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-14704</link>
		<dc:creator>Zamy</dc:creator>
		<pubDate>Thu, 11 Apr 2013 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-14704</guid>
		<description><![CDATA[This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.]]></description>
		<content:encoded><![CDATA[<p>This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a Reverse Proxy in Apache by new proxy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-9675</link>
		<dc:creator>new proxy</dc:creator>
		<pubDate>Thu, 07 Feb 2013 05:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-9675</guid>
		<description><![CDATA[Good post. I learn something totally new and challenging on blogs I stumbleupon everyday.

It will always be interesting to read through content from other authors and practice 
a little something from other websites.]]></description>
		<content:encoded><![CDATA[<p>Good post. I learn something totally new and challenging on blogs I stumbleupon everyday.</p>
<p>It will always be interesting to read through content from other authors and practice<br />
a little something from other websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending POST form data with php CURL by Koroch</title>
		<link>http://www.askapache.com/php/sending-post-form-data-php-curl.html#comment-7410</link>
		<dc:creator>Koroch</dc:creator>
		<pubDate>Tue, 29 Jan 2013 01:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-7410</guid>
		<description><![CDATA[Great post. I used to be checking constantly this blog 
and I&#039;m impressed! Very useful info particularly the ultimate phase :) I handle such information a lot. I was looking for this certain info for a long time. Thank you and best of luck.]]></description>
		<content:encoded><![CDATA[<p>Great post. I used to be checking constantly this blog<br />
and I'm impressed! Very useful info particularly the ultimate phase :) I handle such information a lot. I was looking for this certain info for a long time. Thank you and best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPF Records on DreamHost by bu</title>
		<link>http://www.askapache.com/hosting/howto-spf-records-dreamhost.html#comment-7004</link>
		<dc:creator>bu</dc:creator>
		<pubDate>Sun, 27 Jan 2013 09:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/seo/howto-spf-records-on-dreamhost.html#comment-7004</guid>
		<description><![CDATA[&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Does SPF helped you to avoid Spam folder when sending messages?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Does SPF helped you to avoid Spam folder when sending messages?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNS Round Robin Configuration using Rsync over SSH by Vince</title>
		<link>http://www.askapache.com/optimize/dns-round-robin-rsync-over-ssh.html#comment-3224</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Wed, 10 Oct 2012 22:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=2540#comment-3224</guid>
		<description><![CDATA[Why not look into Cloudflare, implementing that with your site???]]></description>
		<content:encoded><![CDATA[<p>Why not look into Cloudflare, implementing that with your site???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a Reverse Proxy in Apache by Mike</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-291</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 04 Sep 2012 22:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-291</guid>
		<description><![CDATA[&lt;p&gt;It appears that Apache&#039;s mod_proxy is not able to correctly reverse proxy 302 and 303&#039;s that redirect from http to https (or vice-versa) and make it seamless for the client.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;
&lt;pre&gt;Clientâ€”â€”â€”â€”â€”â€”â€”â€”â€”â€“ReverseProxyâ€”â€”â€”â€”â€”â€”â€”â€”â€”-Internal
&#160;
â€”https://ReverseProxy/fooâ€”&gt;
â€”http://Internal/fooâ€”&gt;
&lt;â€”303: &quot;http://internal/bar&quot;â€”
&lt;â€”http://ReverseProxy/barâ€”&lt;/pre&gt;




&lt;p&gt;Note that to the client, the connection method has changed from https to http. It seems that apache&#039;s ProxyPassReverse directive does not understand that the connection method needs to remain https (despite living inside of a virtualhost on port 443 with SSLEngine On).&lt;/p&gt;

&lt;p&gt;Do you have any ideas how to force ProxyPassReverse to always return https to the client?&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>It appears that Apache's mod_proxy is not able to correctly reverse proxy 302 and 303's that redirect from http to https (or vice-versa) and make it seamless for the client.</p>
<p>Example:</p>
<pre>Clientâ€”â€”â€”â€”â€”â€”â€”â€”â€”â€“ReverseProxyâ€”â€”â€”â€”â€”â€”â€”â€”â€”-Internal
&nbsp;
â€”https://ReverseProxy/fooâ€”&gt;
â€”http://Internal/fooâ€”&gt;
&lt;â€”303: "http://internal/bar"â€”
&lt;â€”http://ReverseProxy/barâ€”</pre>
<p>Note that to the client, the connection method has changed from https to http. It seems that apache's ProxyPassReverse directive does not understand that the connection method needs to remain https (despite living inside of a virtualhost on port 443 with SSLEngine On).</p>
<p>Do you have any ideas how to force ProxyPassReverse to always return https to the client?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
