<?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>Comments on: Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 &#8211; Part 4</title>
	<atom:link href="http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Sat, 19 Dec 2009 16:58:49 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tito</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-565700</link>
		<dc:creator>tito</dc:creator>
		<pubDate>Mon, 16 Mar 2009 10:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-565700</guid>
		<description>thank you very much for the information....</description>
		<content:encoded><![CDATA[<p>thank you very much for the information&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-549653</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sat, 27 Dec 2008 00:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-549653</guid>
		<description>Hi, I would just like to post my experiences following this guide. All went fine following the steps on this page except when I tested apache by accessing it&#039;s URL. I was having hostname or servname not set problems and I could not not get it to work changing the different settings and stuff. After searching through the net, I stumbled upon an article on turning off IPv6 support. Here&#039;s what I did:

ipv6_enable=&quot;NO&quot; - Added this in rc.conf
#::1 localhost localhost.my.domain - I commented this line in my /etc/hosts.conf

I also came across accf problems. I did this:
root@freebsd:# kldload accf_http
root@freebsd:# vi /boot/loader.conf
Edited this line: accf_http_load=”YES”

This somehow got me over the hump. I hope this helps anyone out there who encounters the same problems as min.

Francis</description>
		<content:encoded><![CDATA[<p>Hi, I would just like to post my experiences following this guide. All went fine following the steps on this page except when I tested apache by accessing it&#8217;s URL. I was having hostname or servname not set problems and I could not not get it to work changing the different settings and stuff. After searching through the net, I stumbled upon an article on turning off IPv6 support. Here&#8217;s what I did:</p>
<p>ipv6_enable=&#8221;NO&#8221; &#8211; Added this in rc.conf<br />
#::1 localhost localhost.my.domain &#8211; I commented this line in my /etc/hosts.conf</p>
<p>I also came across accf problems. I did this:<br />
root@freebsd:# kldload accf_http<br />
root@freebsd:# vi /boot/loader.conf<br />
Edited this line: accf_http_load=”YES”</p>
<p>This somehow got me over the hump. I hope this helps anyone out there who encounters the same problems as min.</p>
<p>Francis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-543994</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Tue, 25 Nov 2008 02:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-543994</guid>
		<description>I usually have to (at least) set ServerName in /usr/local/etc/apache22/httpd.conf</description>
		<content:encoded><![CDATA[<p>I usually have to (at least) set ServerName in /usr/local/etc/apache22/httpd.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreaken</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-530711</link>
		<dc:creator>dreaken</dc:creator>
		<pubDate>Mon, 08 Sep 2008 14:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-530711</guid>
		<description>For PC-BSD (and possibly other FreeBSD distros), you may recieve a conflict with another package when running &quot;make install clean&quot;. Run this instead &quot;make -i install clean&quot; to get past this issue.</description>
		<content:encoded><![CDATA[<p>For PC-BSD (and possibly other FreeBSD distros), you may recieve a conflict with another package when running &#8220;make install clean&#8221;. Run this instead &#8220;make -i install clean&#8221; to get past this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Martinez &#187; Blog Archive &#187; &#8220;apache22_enable: not found&#8221; fix</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-521636</link>
		<dc:creator>Aaron Martinez &#187; Blog Archive &#187; &#8220;apache22_enable: not found&#8221; fix</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-521636</guid>
		<description>[...] The apache22/mysql/php install guide on mydigitallife is excellent, but if you copy/paste the snippet (as shown in the instructions) it adds an extra [...]</description>
		<content:encoded><![CDATA[<p>[...] The apache22/mysql/php install guide on mydigitallife is excellent, but if you copy/paste the snippet (as shown in the instructions) it adds an extra [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisse</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/comment-page-1/#comment-509637</link>
		<dc:creator>Nisse</dc:creator>
		<pubDate>Thu, 22 May 2008 08:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-4/#comment-509637</guid>
		<description>ehhm and you dont config apache  ??</description>
		<content:encoded><![CDATA[<p>ehhm and you dont config apache  ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
