<?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>Life of a Plesk Admin &#187; apache</title>
	<atom:link href="http://www.lifeofapleskadmin.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeofapleskadmin.com</link>
	<description>Where i go for Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:18:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable Apache Module mod_authz_user</title>
		<link>http://www.lifeofapleskadmin.com/2011/04/enable-apache-module-mod_authz_user/</link>
		<comments>http://www.lifeofapleskadmin.com/2011/04/enable-apache-module-mod_authz_user/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 00:18:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=293</guid>
		<description><![CDATA[This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site. mod_authz_user grants access if the authenticated user is listed in a Require user directive. Alternatively Require valid-user can be &#8230; <a href="http://www.lifeofapleskadmin.com/2011/04/enable-apache-module-mod_authz_user/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site. mod_authz_user grants access if the authenticated user is listed in a Require user directive. Alternatively Require valid-user can be used to grant access to all successfully authenticated users.</p>
<p>Uncomment this line in /etc/httpd/conf/httpd.conf:</p>
<pre>LoadModule authz_user_module modules/mod_authz_user.so</pre>
<p>Then restart apache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2011/04/enable-apache-module-mod_authz_user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Proxy on WAMP server</title>
		<link>http://www.lifeofapleskadmin.com/2011/03/setup-proxy-on-wamp-server/</link>
		<comments>http://www.lifeofapleskadmin.com/2011/03/setup-proxy-on-wamp-server/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 00:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=245</guid>
		<description><![CDATA[Edit this file C:\wamp\bin\apache\Apache2.2.11\conf\extra\httpd-vhosts.conf]]></description>
			<content:encoded><![CDATA[<p>Edit this file</p>
<pre>C:\wamp\bin\apache\Apache2.2.11\conf\extra\httpd-vhosts.conf</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2011/03/setup-proxy-on-wamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart Apache</title>
		<link>http://www.lifeofapleskadmin.com/2010/07/restart-php/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/07/restart-php/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=209</guid>
		<description><![CDATA[sudo /etc/init.d/apache2 restart]]></description>
			<content:encoded><![CDATA[<pre>sudo /etc/init.d/apache2 restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/07/restart-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable suexec</title>
		<link>http://www.lifeofapleskadmin.com/2009/04/disable-suexec/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/04/disable-suexec/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 11:58:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[unix / linux]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=87</guid>
		<description><![CDATA[To find suexec type in whereis suexec Result suexec: /usr/sbin/suexec /usr/sbin/suexec.saved_by_psa /usr/share/man/man8/suexec.8.gz Now move the file to a backup mv /usr/sbin/suexec /usr/sbin/suexec_old Restart apache /etc/init.d/httpd  restart]]></description>
			<content:encoded><![CDATA[<p>To find suexec type in</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">whereis</span> suexec</pre></div></div>

<p>Result</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">suexec: <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>suexec <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>suexec.saved_by_psa <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>man<span style="color: #000000; font-weight: bold;">/</span>man8<span style="color: #000000; font-weight: bold;">/</span>suexec.8.gz</pre></div></div>

<p>Now move the file to a backup</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>suexec <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>suexec_old</pre></div></div>

<p>Restart apache</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>httpd  restart</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/04/disable-suexec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

