<?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>Commenti a: Installare LAMP</title>
	<atom:link href="http://ubuntufacile.org/installare-lamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntufacile.org/installare-lamp/</link>
	<description>Linux per esseri umani</description>
	<lastBuildDate>Wed, 08 Sep 2010 22:57:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Di: achille</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-640</link>
		<dc:creator>achille</dc:creator>
		<pubDate>Sat, 03 Apr 2010 07:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-640</guid>
		<description>Ciao!
Seguendo passo a passo la procedura,quando immetto http//localhost/joomla mi scarica questo file di cui ti mando una copia che è questo:
mark( &#039;afterLoad&#039; ) : null;

/**
 * CREATE THE APPLICATION
 *
 * NOTE :
 */
$mainframe =&amp; JFactory::getApplication(&#039;site&#039;);

/**
 * INITIALISE THE APPLICATION
 *
 * NOTE :
 */
// set the language
$mainframe-&gt;initialise();

JPluginHelper::importPlugin(&#039;system&#039;);

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterInitialise&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterInitialise&#039;);

/**
 * ROUTE THE APPLICATION
 *
 * NOTE :
 */
$mainframe-&gt;route();

// authorization
$Itemid = JRequest::getInt( &#039;Itemid&#039;);
$mainframe-&gt;authorize($Itemid);

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterRoute&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterRoute&#039;);

/**
 * DISPATCH THE APPLICATION
 *
 * NOTE :
 */
$option = JRequest::getCmd(&#039;option&#039;);
$mainframe-&gt;dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterDispatch&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterDispatch&#039;);

/**
 * RENDER  THE APPLICATION
 *
 * NOTE :
 */
$mainframe-&gt;render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterRender&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterRender&#039;);

/**
 * RETURN THE RESPONSE
 */
echo JResponse::toString($mainframe-&gt;getCfg(&#039;gzip&#039;));</description>
		<content:encoded><![CDATA[<p>Ciao!<br />
Seguendo passo a passo la procedura,quando immetto http//localhost/joomla mi scarica questo file di cui ti mando una copia che è questo:<br />
mark( &#8216;afterLoad&#8217; ) : null;</p>
<p>/**<br />
 * CREATE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe =&amp; JFactory::getApplication(&#8216;site&#8217;);</p>
<p>/**<br />
 * INITIALISE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
// set the language<br />
$mainframe-&gt;initialise();</p>
<p>JPluginHelper::importPlugin(&#8216;system&#8217;);</p>
<p>// trigger the onAfterInitialise events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterInitialise&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterInitialise&#8217;);</p>
<p>/**<br />
 * ROUTE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe-&gt;route();</p>
<p>// authorization<br />
$Itemid = JRequest::getInt( &#8216;Itemid&#8217;);<br />
$mainframe-&gt;authorize($Itemid);</p>
<p>// trigger the onAfterRoute events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterRoute&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterRoute&#8217;);</p>
<p>/**<br />
 * DISPATCH THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$option = JRequest::getCmd(&#8216;option&#8217;);<br />
$mainframe-&gt;dispatch($option);</p>
<p>// trigger the onAfterDispatch events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterDispatch&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterDispatch&#8217;);</p>
<p>/**<br />
 * RENDER  THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe-&gt;render();</p>
<p>// trigger the onAfterRender events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterRender&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterRender&#8217;);</p>
<p>/**<br />
 * RETURN THE RESPONSE<br />
 */<br />
echo JResponse::toString($mainframe-&gt;getCfg(&#8216;gzip&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: achille</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-743</link>
		<dc:creator>achille</dc:creator>
		<pubDate>Sat, 03 Apr 2010 07:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-743</guid>
		<description>Ciao!
Seguendo passo a passo la procedura,quando immetto http//localhost/joomla mi scarica questo file di cui ti mando una copia che è questo:
mark( &#039;afterLoad&#039; ) : null;

/**
 * CREATE THE APPLICATION
 *
 * NOTE :
 */
$mainframe =&amp; JFactory::getApplication(&#039;site&#039;);

/**
 * INITIALISE THE APPLICATION
 *
 * NOTE :
 */
// set the language
$mainframe-&gt;initialise();

JPluginHelper::importPlugin(&#039;system&#039;);

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterInitialise&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterInitialise&#039;);

/**
 * ROUTE THE APPLICATION
 *
 * NOTE :
 */
$mainframe-&gt;route();

// authorization
$Itemid = JRequest::getInt( &#039;Itemid&#039;);
$mainframe-&gt;authorize($Itemid);

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterRoute&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterRoute&#039;);

/**
 * DISPATCH THE APPLICATION
 *
 * NOTE :
 */
$option = JRequest::getCmd(&#039;option&#039;);
$mainframe-&gt;dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterDispatch&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterDispatch&#039;);

/**
 * RENDER  THE APPLICATION
 *
 * NOTE :
 */
$mainframe-&gt;render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER-&gt;mark(&#039;afterRender&#039;) : null;
$mainframe-&gt;triggerEvent(&#039;onAfterRender&#039;);

/**
 * RETURN THE RESPONSE
 */
echo JResponse::toString($mainframe-&gt;getCfg(&#039;gzip&#039;));</description>
		<content:encoded><![CDATA[<p>Ciao!<br />
Seguendo passo a passo la procedura,quando immetto http//localhost/joomla mi scarica questo file di cui ti mando una copia che è questo:<br />
mark( &#8216;afterLoad&#8217; ) : null;</p>
<p>/**<br />
 * CREATE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe =&amp; JFactory::getApplication(&#8216;site&#8217;);</p>
<p>/**<br />
 * INITIALISE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
// set the language<br />
$mainframe-&gt;initialise();</p>
<p>JPluginHelper::importPlugin(&#8216;system&#8217;);</p>
<p>// trigger the onAfterInitialise events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterInitialise&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterInitialise&#8217;);</p>
<p>/**<br />
 * ROUTE THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe-&gt;route();</p>
<p>// authorization<br />
$Itemid = JRequest::getInt( &#8216;Itemid&#8217;);<br />
$mainframe-&gt;authorize($Itemid);</p>
<p>// trigger the onAfterRoute events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterRoute&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterRoute&#8217;);</p>
<p>/**<br />
 * DISPATCH THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$option = JRequest::getCmd(&#8216;option&#8217;);<br />
$mainframe-&gt;dispatch($option);</p>
<p>// trigger the onAfterDispatch events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterDispatch&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterDispatch&#8217;);</p>
<p>/**<br />
 * RENDER  THE APPLICATION<br />
 *<br />
 * NOTE :<br />
 */<br />
$mainframe-&gt;render();</p>
<p>// trigger the onAfterRender events<br />
JDEBUG ? $_PROFILER-&gt;mark(&#8216;afterRender&#8217;) : null;<br />
$mainframe-&gt;triggerEvent(&#8216;onAfterRender&#8217;);</p>
<p>/**<br />
 * RETURN THE RESPONSE<br />
 */<br />
echo JResponse::toString($mainframe-&gt;getCfg(&#8216;gzip&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Netcreative</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-131</link>
		<dc:creator>Netcreative</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-131</guid>
		<description>Molto utile ho istallato per la prima volta in vita mia un lamp in 5 secondi

grazie</description>
		<content:encoded><![CDATA[<p>Molto utile ho istallato per la prima volta in vita mia un lamp in 5 secondi</p>
<p>grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Netcreative</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-742</link>
		<dc:creator>Netcreative</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-742</guid>
		<description>Molto utile ho istallato per la prima volta in vita mia un lamp in 5 secondi

grazie</description>
		<content:encoded><![CDATA[<p>Molto utile ho istallato per la prima volta in vita mia un lamp in 5 secondi</p>
<p>grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: simone</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-122</link>
		<dc:creator>simone</dc:creator>
		<pubDate>Sat, 20 Sep 2008 09:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-122</guid>
		<description>@Carlo devi aggiustare i permessi della cartella.
prova con
sudo chown -R www-data:www-data /var/www/joomla</description>
		<content:encoded><![CDATA[<p>@Carlo devi aggiustare i permessi della cartella.<br />
prova con<br />
sudo chown -R www-data:www-data /var/www/joomla</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: simone</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-741</link>
		<dc:creator>simone</dc:creator>
		<pubDate>Sat, 20 Sep 2008 09:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-741</guid>
		<description>@Carlo devi aggiustare i permessi della cartella.
prova con
sudo chown -R www-data:www-data /var/www/joomla</description>
		<content:encoded><![CDATA[<p>@Carlo devi aggiustare i permessi della cartella.<br />
prova con<br />
sudo chown -R www-data:www-data /var/www/joomla</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Carlo</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-121</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-121</guid>
		<description>Quando digito: http://localhost/joomla/  mi da:

Forbidden

You don&#039;t have permission to access /joomla/ on this server.
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch Server at localhost Port 80</description>
		<content:encoded><![CDATA[<p>Quando digito: <a href="http://localhost/joomla/" rel="nofollow">http://localhost/joomla/</a>  mi da:</p>
<p>Forbidden</p>
<p>You don&#8217;t have permission to access /joomla/ on this server.<br />
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch Server at localhost Port 80</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Carlo</title>
		<link>http://ubuntufacile.org/installare-lamp/comment-page-1/#comment-740</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2007/10/14/installare-lamp#comment-740</guid>
		<description>Quando digito: http://localhost/joomla/  mi da:

Forbidden

You don&#039;t have permission to access /joomla/ on this server.
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch Server at localhost Port 80</description>
		<content:encoded><![CDATA[<p>Quando digito: <a href="http://localhost/joomla/" rel="nofollow">http://localhost/joomla/</a>  mi da:</p>
<p>Forbidden</p>
<p>You don&#8217;t have permission to access /joomla/ on this server.<br />
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch Server at localhost Port 80</p>
]]></content:encoded>
	</item>
</channel>
</rss>
