<?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 Security &amp; Hacking Blog</title>
	<atom:link href="http://securityblog.gr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://securityblog.gr</link>
	<description>All about security and more!</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:03:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Securing Apache Part 1 by George Karpouzas</title>
		<link>http://securityblog.gr/146/securing-apache/#comment-5</link>
		<dc:creator>George Karpouzas</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://securityblog.gr/?p=146#comment-5</guid>
		<description>To add a group:
&lt;pre lang=&quot;bash&quot;&gt;
groupadd apache
&lt;/pre&gt;

To add a user for apache:
&lt;pre lang=&quot;bash&quot;&gt;
useradd apache -g apache -d /dev/null -s /sbin/nologin
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>To add a group:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">groupadd apache</pre></div></div>

<p>To add a user for apache:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">useradd apache <span style="color: #660033;">-g</span> apache <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>nologin</pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>

