<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Blog &#187; ssl</title>
	<atom:link href="http://informationideas.com/news/category/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Apache SSL IfDefine &#8211; Error</title>
		<link>http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/</link>
		<comments>http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 23:23:28 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/</guid>
		<description><![CDATA[Just encountered a problem that was painful to deal with while configuring SSL on apache for linux.Â  The httpd.conf had a tag, , before all the SSL configuration lines.Â  In order for any commands within and to be loaded on service start, you must use the -D attribute like this. $ service httpd -D SSL [...]]]></description>
			<content:encoded><![CDATA[<p>Just encountered a problem that was painful to deal with while configuring SSL on apache for linux.Â  The httpd.conf had a tag, <ifdefine SSL>, before all the SSL configuration lines.Â  In order for any commands within </ifdefine><ifdefine SSL> and </ifdefine> to be loaded on service start, you must use the -D attribute like this.</p>
<p>$ service httpd -D SSL -k start</p>
<p>Also, I found that restart does not always take new changes to my conf files.</p>
<p>$ service httpd -D SSL -k restart</p>
<p>Instead, use the stop then the start command to be sure.</p>
<p>$service httpd -D SSL -k stop<br />
$service httpd -D SSL -k start</p>
<p>That was a source of much pain while working on this particular server.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/&amp;title=Apache+SSL+IfDefine+-+Error" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/&amp;title=Apache+SSL+IfDefine+-+Error" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/&amp;t=Apache+SSL+IfDefine+-+Error" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/&amp;title=Apache+SSL+IfDefine+-+Error&amp;summary=Just%20encountered%20a%20problem%20that%20was%20painful%20to%20deal%20with%20while%20configuring%20SSL%20on%20apache%20for%20linux.%C3%82%C2%A0%20The%20httpd.conf%20had%20a%20tag%2C%20%2C%20before%20all%20the%20SSL%20configuration%20lines.%C3%82%C2%A0%20In%20order%20for%20any%20commands%20within%20%20and%20%20to%20be%20loaded%20on%20service%20start%2C%20you%20must%20use%20the%20-D%20attribute%20like%20this.%0D%0A%0D%0A%24%20service%20&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Apache+SSL+IfDefine+-+Error+-+http://b2l.me/acxxq6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2007/01/18/apache-ssl-ifdefine-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
