<?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>Quacos &#187; apache</title>
	<atom:link href="http://www.quacos.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quacos.com</link>
	<description>Web development, Open Source e informatica divertente</description>
	<lastBuildDate>Fri, 30 Dec 2011 14:11:58 +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>I comandi che uso più spesso amministrando un server Linux</title>
		<link>http://www.quacos.com/2011/05/23/i-comandi-che-uso-piu-spesso-amministrando-un-server-linux/</link>
		<comments>http://www.quacos.com/2011/05/23/i-comandi-che-uso-piu-spesso-amministrando-un-server-linux/#comments</comments>
		<pubDate>Mon, 23 May 2011 14:40:48 +0000</pubDate>
		<dc:creator>Giovanni Cappellini</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tempo reale]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xargs]]></category>

		<guid isPermaLink="false">http://www.quacos.com/?p=2463</guid>
		<description><![CDATA[Con questo articolo condivido una lista dei comandi più importanti della bash history dei miei VPS. Vorrei dare credito a tutte le fonti da cui ho attinto, ma è impossibile. Ad ogni modo... Trovare un file dalla directory corrente sapendo il nome find . -type f &#124; grep nomefile Per trovare una directory, usare "type d". [...]]]></description>
		<wfw:commentRss>http://www.quacos.com/2011/05/23/i-comandi-che-uso-piu-spesso-amministrando-un-server-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress e Lighttpd allo stato dell&#8217;arte</title>
		<link>http://www.quacos.com/2010/12/30/wordpress-e-lighttpd-allo-stato-dellarte/</link>
		<comments>http://www.quacos.com/2010/12/30/wordpress-e-lighttpd-allo-stato-dellarte/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 19:37:29 +0000</pubDate>
		<dc:creator>Giovanni Cappellini</dc:creator>
				<category><![CDATA[$this]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.quacos.com/?p=2375</guid>
		<description><![CDATA[<a href="http://www.quacos.com/2010/12/30/wordpress-e-lighttpd-allo-stato-dellarte/"><img align="left" hspace="5" width="120" height="120" src="http://www.quacos.com/wp-content/uploads/wordpress-lighttpd-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="wordpress-lighttpd" /></a>L'11 ottobre scorso ho iniziato a configurare un nuovo VPS scegliendo Lighttpd come web server. Era destino, visto che il mio primo tema WordPress era uguale al primo tema usato da Lighty. Oggi ho approfittato di una giornata tranquilla per poter correggere alcune pecche relative a WordPress, e a questo punto sono soddisfatto al 100%. [...]]]></description>
		<wfw:commentRss>http://www.quacos.com/2010/12/30/wordpress-e-lighttpd-allo-stato-dellarte/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Controllare il consumo di CPU dei Virtual Hosts di Apache</title>
		<link>http://www.quacos.com/2010/06/09/controllare-il-consumo-di-cpu-dei-virtual-hosts-di-apache/</link>
		<comments>http://www.quacos.com/2010/06/09/controllare-il-consumo-di-cpu-dei-virtual-hosts-di-apache/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:04:48 +0000</pubDate>
		<dc:creator>Giovanni Cappellini</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[siti]]></category>

		<guid isPermaLink="false">http://www.quacos.com/?p=1832</guid>
		<description><![CDATA[<a href="http://www.quacos.com/2010/06/09/controllare-il-consumo-di-cpu-dei-virtual-hosts-di-apache/"><img align="left" hspace="5" width="120" src="http://www.quacos.com/wp-content/uploads/apache-top1-150x150.png" class="alignleft wp-post-image tfe" alt="" title="apache-top1" /></a>Apache di per sè ha già un modulo, mod_status, con il compito di segnalare all'amministratore lo stato del server e la CPU utilizzata dalle varie richieste. Una volta abilitato si passa alla modifica del file di configurazione. Su Debian è per esempio ﻿﻿﻿/etc/apache2/apache2.conf ﻿&#60;IfModule mod_status.c&#62; # # Allow server status reports generated by mod_status, # with [...]]]></description>
		<wfw:commentRss>http://www.quacos.com/2010/06/09/controllare-il-consumo-di-cpu-dei-virtual-hosts-di-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.quacos.com/tag/apache/feed/ ) in 0.72005 seconds, on Feb 11th, 2012 at 2:55 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 3:55 pm UTC -->
