<?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>Smemorando &#187; apache2</title>
	<atom:link href="http://www.smemorando.com/tag/apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smemorando.com</link>
	<description>la libertà non esiste, siamo tutti schiavi</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Resettare installazione Apache su Ubuntu</title>
		<link>http://www.smemorando.com/2010/01/10/resettare-installazione-apache-su-ubuntu/</link>
		<comments>http://www.smemorando.com/2010/01/10/resettare-installazione-apache-su-ubuntu/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:16:01 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[sites-enabled sites-available]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=251</guid>
		<description><![CDATA[Può capitare che dopo aver smanettato troppo sui file di configurazione di apache2 si senta la necessità di ripartire da zero senza reinstallare l&#8217;intero sistema si può quindi seguire questa semplice procedura anche a seguito di errori tipo [.: 44: Can't open /etc/apache2/envvars] allo start del servizio apache2. Dalla shell lancio: sudo dpkg &#8211;get-selections &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Può capitare che dopo aver smanettato troppo sui file di configurazione di apache2 si senta la necessità di ripartire da zero senza reinstallare l&#8217;intero sistema si può quindi seguire questa semplice procedura anche a seguito di errori tipo [.: 44: Can't open /etc/apache2/envvars] allo start del servizio apache2.</p>
<p>Dalla shell lancio:<strong><br />
sudo dpkg &#8211;get-selections | grep apache</strong><br />
<strong></strong></p>
<p>poi in base al risultato lancio il remove con l&#8217;opzione purge per cancellare anche tutti i file di configurazione<strong>:</strong><br />
<strong>sudo apt-get remove &#8211;purge apache2 apache2-mpm-worker apache2-threaded-dev apache2-utils apache2.2-common libapache2-mod-python libapache2-mod-python-doc libapache2-mod-wsgi</strong></p>
<p>poi reinstallo il tutto:<br />
<strong>sudo apt-get install apache2 libapache2-mod-python libapache2-mod-wsgi libapache2-mod-python-doc</strong></p>
<p>ora se vado in cd /etc/apache2/ trovo nuovamente tutti i file di configurazione aggiunti di default in fase di installazione.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2010/01/10/resettare-installazione-apache-su-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2: Could not reliably determine the server&#8217;s..</title>
		<link>http://www.smemorando.com/2010/01/07/apache2-could-not-reliably-determine-the-servers/</link>
		<comments>http://www.smemorando.com/2010/01/07/apache2-could-not-reliably-determine-the-servers/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:41:56 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[Could not reliably]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=320</guid>
		<description><![CDATA[Per risolvere questo warning su apache (apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName) basta aprire il file di configurazione di Apache che su ubuntu è sotto /etc/apache2/apache2.conf ed aggiungere: ServerName 127.0.0.1]]></description>
			<content:encoded><![CDATA[<p>Per risolvere questo warning su apache (apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName)</p>
<p>basta aprire il file di configurazione di Apache che su ubuntu è sotto /etc/apache2/apache2.conf ed aggiungere: <strong>ServerName 127.0.0.1</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2010/01/07/apache2-could-not-reliably-determine-the-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
