<?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>TECHiE TALKS &#187; Apache</title>
	<atom:link href="http://www.icpep.org/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Fixing Apache&#8217;s Error: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName in Ubuntu</title>
		<link>http://www.icpep.org/fixing-apaches-error-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-1-1-for-servername-in-ubuntu/</link>
		<comments>http://www.icpep.org/fixing-apaches-error-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-1-1-for-servername-in-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 06:33:21 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1548</guid>
		<description><![CDATA[One of the server I am using is running ubuntu. I am installing memcached on the server and every time I restart the web server I always have the error &#8220;Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName&#8221;. If you are having the same error then this post is for you. To solve the problem this is how I solved the problem. Open the cli and use the command to edit apache&#8217;s config file: [...]]]></description>
			<content:encoded><![CDATA[<p align="center">
<img src="http://www.icpep.org/wp-content/uploads/2012/01/Screenshot-1.png" alt="Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" title="Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" width="1043" height="52" class="aligncenter size-full wp-image-1549" />
</p>
<p align="justify">
One of the server I am using is running ubuntu.  I am installing memcached on the server and every time I restart the web server I always have the error &#8220;Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName&#8221;.  If you are having the same error then this post is for you.  To solve the problem this is how I solved the problem.
</p>
<p>Open the cli and use the command to edit apache&#8217;s config file:</p>
<p>
<div id="code">sudo gedit /etc/apache2/httpd.conf</div>
</p>
<p>The file is empty by default.  Add the line:</p>
<p>
<div id="code">ServerName localhost</div>
</p>
<p>Save the changes and restart the server:</p>
<p>
<div id="code">apache2ctl restart</div>
</p>
<p>I hope this solved the problem&#8230;  Happy coding!</p>
<p>&nbsp;</p>
<div id="seo_alrp_related"><h2>Posts Related to Fixing Apache's Error: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName in Ubuntu</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/setting-up-a-memcached-server/" rel="bookmark">Setting Up a MemCached Server</a></h3><p>image from www.memcached.org Based on their official website memcached is defined as: Free & open source, high-performance, distributed memory object caching system, generic in nature, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/pdo-database-extensions-error/" rel="bookmark">PDO Database Extensions Error</a></h3><p>&nbsp; &nbsp; I installed Apache, MySQL and PHP on windows 7.  I tried to install drupal version 7.9 and went through an error as shown ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/phpmyadmin-importing-large-data/" rel="bookmark">PHPMyAdmin Importing Large Data</a></h3><p>By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/an-error-occurred-executing-the-microsoft-vc-runtime-installer/" rel="bookmark">An Error Occurred Executing the Microsoft VC++ Runtime Installer</a></h3><p>MySQL is proprietary and some developers are now merging to Postgre SQL.  If you are running windows you might come across this error.  I am ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/internal-error-2378/" rel="bookmark">Internal Error 2378</a></h3><p>I was installing a software and throws an error Internal Error 2378. I googled the problem and most suggestions didn't work out for me, btw I am ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/fixing-apaches-error-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-1-1-for-servername-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Allow htaccess</title>
		<link>http://www.icpep.org/apache-allow-htaccess/</link>
		<comments>http://www.icpep.org/apache-allow-htaccess/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:24:41 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=955</guid>
		<description><![CDATA[Most web developers use a &#8220;third party&#8221; web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver&#8217;s main configuration.  Even apache itself usage of htaccess is disabled by default and configuring the server is needed to allow htaccess on your server.  Below is how to allow htaccess on your web server: Open your Apache [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-956   aligncenter" title="htaccess" src="http://www.icpep.org/wp-content/uploads/2009/11/htaccess.gif" alt="htaccess" width="448" height="336" /></p>
<p style="text-align: justify;">Most web developers use a &#8220;third party&#8221; web server which comes in a package such as <strong>WAMP</strong> or<strong><em> XAMPP </em></strong>resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver&#8217;s main configuration.  Even apache itself usage of htaccess is disabled by default and configuring the server is needed to allow htaccess on your server.  Below is how to allow htaccess on your web server:<br />
<span id="more-955"></span><br />
Open your Apache httpd.conf Configuration File and &#8220;uncomment&#8221; the line</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">#LoadModule rewrite_module modules/mod_rewrite.so</div>
<p>You can &#8220;uncomment&#8221; it by removing the number sign &#8220;#&#8221; resulting to</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">LoadModule rewrite_module modules/mod_rewrite.so</div>
<p>After removing the number sign you need to change the AllowOverride directive, the default configuration is:</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">&lt;/Directory&gt;<br />
Options FollowSymLinks<br />
AllowOverride None<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all<br />
&lt;/Directory&gt;</div>
<p>It should be changed to :</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all<br />
&lt;/Directory&gt;</div>
<p>You also need to change the line</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">AllowOverride None</div>
<p>to</p>
<div style="border:2px solid #CECECE;padding:5px;background:#F1F1F1;">AllowOverride All</div>
</p>
<p style="text-align: justify;">this can be found where you set your DocumentRoot where in my case is set to (<em>&lt;/Directory &#8220;D:/HTDOCS&#8221;&gt;</em>).  After configuring Apache you need to restart the server for the changes to take effect.</p>
<div id="seo_alrp_related"><h2>Posts Related to Apache Allow htaccess</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/fixing-apaches-error-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-1-1-for-servername-in-ubuntu/" rel="bookmark">Fixing Apache&#8217;s Error: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName in Ubuntu</a></h3><p>One of the server I am using is running ubuntu. I am installing memcached on the server and every time I restart the web server ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/php-curl/" rel="bookmark">PHP Curl</a></h3><p>If you are a web developer and having problems on Installing PHP Curl on Apache with PHP installed on Windows Operating System, below is my ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/changing-the-owner-of-your-docroot-lamp/" rel="bookmark">Changing the Owner of Your Docroot (LAMP)</a></h3><p>In a LAMP server when you upload files in your htdocs folder by default  the owner of the files is root or the account you ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/setting-up-a-memcached-server/" rel="bookmark">Setting Up a MemCached Server</a></h3><p>image from www.memcached.org Based on their official website memcached is defined as: Free & open source, high-performance, distributed memory object caching system, generic in nature, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/install-apache-tomcat/" rel="bookmark">Install Apache Tomcat</a></h3><p>Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. But what are servlets? What are JSPs? Servlets are memory-resident Java programs ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/apache-allow-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

