<?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: PHP recursion and Apache segmentation faults</title>
	<atom:link href="http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:01:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bob</title>
		<link>http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/comment-page-1/#comment-7</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 01 Dec 2006 16:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php-recursion-and-apache-segmentation-faults/#comment-7</guid>
		<description>Hi! I setup SSL/TLS on apache 2.0.
Its working fine apache only listen on 443 port for incoming connections. My question is:
How to config apache , for example when user type www.dome.com to automatic redirect him to port 443 and https connection. Now when i use www.domain.com he dont display anything because apache don listen on 80.
Can you help me, please? Thanx :)</description>
		<content:encoded><![CDATA[<p>Hi! I setup SSL/TLS on apache 2.0.<br />
Its working fine apache only listen on 443 port for incoming connections. My question is:<br />
How to config apache , for example when user type <a href="http://www.dome.com" rel="nofollow">http://www.dome.com</a> to automatic redirect him to port 443 and https connection. Now when i use <a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a> he dont display anything because apache don listen on 80.<br />
Can you help me, please? Thanx <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Execute</title>
		<link>http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/comment-page-1/#comment-6</link>
		<dc:creator>Execute</dc:creator>
		<pubDate>Thu, 03 Nov 2005 19:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php-recursion-and-apache-segmentation-faults/#comment-6</guid>
		<description>can u give us a code example of what you were doing? Becuase i dont quite understand.</description>
		<content:encoded><![CDATA[<p>can u give us a code example of what you were doing? Becuase i dont quite understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickman</title>
		<link>http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/comment-page-1/#comment-5</link>
		<dc:creator>Stickman</dc:creator>
		<pubDate>Fri, 30 Sep 2005 19:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php-recursion-and-apache-segmentation-faults/#comment-5</guid>
		<description>Nope, it&#039;s running as a module, not CGI. And I can tell it doesn&#039;t segfault because it completes the task rather than borking halfway through.</description>
		<content:encoded><![CDATA[<p>Nope, it&#8217;s running as a module, not CGI. And I can tell it doesn&#8217;t segfault because it completes the task rather than borking halfway through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://the-stickman.com/web-development/php/php-recursion-and-apache-segmentation-faults/comment-page-1/#comment-4</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 28 Sep 2005 22:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php-recursion-and-apache-segmentation-faults/#comment-4</guid>
		<description>My guess for why windows+apache+php doesn&#039;t crash is because you&#039;re almost certainly using php via cgi instead of as an apache module.  Since php isn&#039;t embedded in the apache instance it can&#039;t segfault apache.  PHP itself might still segfault, though.</description>
		<content:encoded><![CDATA[<p>My guess for why windows+apache+php doesn&#8217;t crash is because you&#8217;re almost certainly using php via cgi instead of as an apache module.  Since php isn&#8217;t embedded in the apache instance it can&#8217;t segfault apache.  PHP itself might still segfault, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
