<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for The Geek Worker</title>
	
	<link>http://geekworker.com</link>
	<description>IT Stuff and Geek Stuff. Usually work related.</description>
	<lastBuildDate>Wed, 08 Aug 2012 17:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GeekWorkerComments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="geekworkercomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Enabling SSL in Apache2 on Ubuntu by bitsurs</title>
		<link>http://geekworker.com/enabling-ssl-in-apache2-on-ubuntu/#comment-159</link>
		<dc:creator>bitsurs</dc:creator>
		<pubDate>Wed, 08 Aug 2012 17:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://geekworker.com/?p=18#comment-159</guid>
		<description><![CDATA[While I am building a RESTful app, I was looking hot-to setup my ubuntu dist. This article is great: clear in his scope and explanation.
I had my SLL apache ready in 5 mins.
Thanks
PS:
here is my conf:

	ServerAdmin webmaster@localhost
	DocumentRoot /media/usb_htdocs/taklia.pro/taklia.dev/services/trunk

        SSLEngine on
        SSLCertificateFile /etc/ssl/certs/apacheserver.pem
        SSLCertificateKeyFile /etc/ssl/private/apacheserver.pem

	
		Options Indexes FollowSymLinks MultiViews
		AllowOverride All
		Order allow,deny
		allow from all
	



	ServerAlias services.taklia.dev
        RedirectPermanent / https://services.taklia.dev/
]]></description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
While I am building a RESTful app, I was looking hot-to setup my ubuntu dist. This article is great: clear in his scope and explanation.<br />
I had my SLL apache ready in 5 mins.<br />
Thanks<br />
PS:<br />
here is my conf:</p>
<p>	ServerAdmin webmaster@localhost<br />
	DocumentRoot /media/usb_htdocs/taklia.pro/taklia.dev/services/trunk</p>
<p>        SSLEngine on<br />
        SSLCertificateFile /etc/ssl/certs/apacheserver.pem<br />
        SSLCertificateKeyFile /etc/ssl/private/apacheserver.pem</p>
<p>		Options Indexes FollowSymLinks MultiViews<br />
		AllowOverride All<br />
		Order allow,deny<br />
		allow from all</p>
<p>	ServerAlias services.taklia.dev<br />
        RedirectPermanent / <a href="https://services.taklia.dev/" rel="nofollow">https://services.taklia.dev/</a><br />
<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling SSL in Apache2 on Ubuntu by james White</title>
		<link>http://geekworker.com/enabling-ssl-in-apache2-on-ubuntu/#comment-2</link>
		<dc:creator>james White</dc:creator>
		<pubDate>Wed, 15 Jun 2011 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://geekworker.com/?p=18#comment-2</guid>
		<description><![CDATA[Thanks for the guide im in the process of creating a new local exchange server at are office for internal mail mostly but people will be accessing it from home aswell. So im creating it as a SSL, this has been really helpful almost got it setup and working now thanks to you]]></description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Thanks for the guide im in the process of creating a new local exchange server at are office for internal mail mostly but people will be accessing it from home aswell. So im creating it as a SSL, this has been really helpful almost got it setup and working now thanks to you<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
