<?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>ocfs2 &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/ocfs2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Sat, 28 Mar 2009 15:21:17 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=91462</generator>
	<item>
		<title>Apache e OCFS2</title>
		<link>https://blog.smsoft.it/2009/03/28/apache-e-ocfs2/</link>
					<comments>https://blog.smsoft.it/2009/03/28/apache-e-ocfs2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 28 Mar 2009 15:21:17 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ocfs2]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=147</guid>

					<description><![CDATA[Se avete necessità di utilizzare un disco OCFS2, o un network file system (es. nfs, smb, etc), come document_root di uno o più server web apache, vi consiglio di aggiungere le due seguenti direttive alla configurazione di apache: [crayon-6a7b6c3294a1d974650187/] In caso contrario, il load sui server crescerà in modo esagerato&#8230; Un altro accorgimento da adottare ... <a title="Apache e OCFS2" class="read-more" href="https://blog.smsoft.it/2009/03/28/apache-e-ocfs2/" aria-label="Per saperne di più su Apache e OCFS2">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>Se avete necessità di utilizzare un disco <strong>OCFS2</strong>, o un <strong>network file system</strong> (es. nfs, smb, etc), come document_root di uno o più server web <strong>apache</strong>, vi consiglio di aggiungere le due seguenti direttive alla configurazione di <strong>apache</strong>:</p><pre class="urvanov-syntax-highlighter-plain-tag">EnableSendfile Off
EnableMMAP Off</pre><p>In caso contrario, il load sui server crescerà in modo esagerato&#8230;<br />
Un altro accorgimento da adottare è nelle direttive utilizzate durante il mount. Consigliatissimo l&#8217;uso del <strong>noatime </strong>e <strong>localflocks</strong>. Una riga tipo del file /etc/fstab può essere:</p><pre class="urvanov-syntax-highlighter-plain-tag">/dev/sdb1<!--DVFMTSC--> /var/www/ocfs2  ocfs2 _netdev,localflocks,noatime 0<!--DVFMTSC--> 0</pre><p>Nel caso di utilizzo di ESX, consiglio infine di modificare il file di configurazione della macchina virtuale (.vmx) aggiungendo la seguente direttiva:</p><pre class="urvanov-syntax-highlighter-plain-tag">disk.locking = "false"</pre><p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2009/03/28/apache-e-ocfs2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
