<?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>apache Archives - Beshoy Girgis</title>
	<atom:link href="https://beshoy.girgis.us/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://beshoy.girgis.us/tag/apache/</link>
	<description>Father, husband, son, nerd.</description>
	<lastBuildDate>Sun, 12 Mar 2017 08:06:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Ubuntu: Remove &#034;Could not reliably determine the server&#039;s fully qualified domain name&#034; Message</title>
		<link>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/</link>
					<comments>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/#respond</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Tue, 28 Aug 2012 15:23:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://beshoy.girgis.us/?p=164</guid>

					<description><![CDATA[For some reason, Ubuntu&#8217;s default Apache install is missing a directive in /etc/apache2/apache2.conf. This leads to the following message on every service apache2 restart: * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified <a class="read-more" href="https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>For some reason, Ubuntu&#8217;s default Apache install is missing a directive in /etc/apache2/apache2.conf.  This leads to the following message on every service apache2 restart:</p>
<pre lang="bash">
 * Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
</pre>
<p>The fix is simple!  Add &#8220;ServerName your.local.url&#8221; i.e. &#8220;ServerName beshoy.emfluence.com&#8221; to /etc/apache2/apache2/conf.</p>
<p>voila:</p>
<pre lang="bash">
 * Restarting web server apache2
... waiting                                                                                                                                                                               [ OK ]
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 41/72 objects using disk
Page Caching using disk: enhanced 
Lazy Loading (feed)
Minified using disk
Database Caching using disk (Request-wide modification query)

Served from: beshoy.girgis.us @ 2026-07-02 17:17:24 by W3 Total Cache
-->