<?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: Install Apache 2 from Source on Linux</title>
	<atom:link href="http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Joseph</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-183394</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 24 Jan 2012 01:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-183394</guid>
		<description>Hi,

This is an excellent tutorial but unfortunately I have run into some issues. I installed the latest version - 2.2.21.
I am able to start up Apache using the following commands and I get the &quot;it works&quot; on my browser when I type http://localhost. There is no message to say Apache has started when I type the ./apachectl start command though.

# cd /usr/local/apache2/bin
# ./apachectl start

For starters I did not have the /etc/rc.d/init.d/httpd file so I added the following script

#!/bin/bash
apachectl=/usr/local/apache2/bin/apachectl
httpd=${HTTPD-/usr/local/apache2/bin/httpd}
chmod 775

Now when I try to start httpd automatically I get the following error.

[root@localhost ~]# service httpd start
httpd: unrecognized service</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is an excellent tutorial but unfortunately I have run into some issues. I installed the latest version &#8211; 2.2.21.<br />
I am able to start up Apache using the following commands and I get the &#8220;it works&#8221; on my browser when I type <a href="http://localhost" rel="nofollow">http://localhost</a>. There is no message to say Apache has started when I type the ./apachectl start command though.</p>
<p># cd /usr/local/apache2/bin<br />
# ./apachectl start</p>
<p>For starters I did not have the /etc/rc.d/init.d/httpd file so I added the following script</p>
<p>#!/bin/bash<br />
apachectl=/usr/local/apache2/bin/apachectl<br />
httpd=${HTTPD-/usr/local/apache2/bin/httpd}<br />
chmod 775</p>
<p>Now when I try to start httpd automatically I get the following error.</p>
<p>[root@localhost ~]# service httpd start<br />
httpd: unrecognized service</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Md. Mujahidul Islam Khan</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-110989</link>
		<dc:creator>Md. Mujahidul Islam Khan</dc:creator>
		<pubDate>Sun, 12 Jun 2011 11:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-110989</guid>
		<description>Wow!! All done successfully. Thank you so much...</description>
		<content:encoded><![CDATA[<p>Wow!! All done successfully. Thank you so much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-93902</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Wed, 23 Mar 2011 02:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-93902</guid>
		<description>hey i am using Ubuntu9.04 i installed Apache but  i am not find in my system .if i use command line Aptitude i find the httpd package but where can i find this Applications,systems .please help me</description>
		<content:encoded><![CDATA[<p>hey i am using Ubuntu9.04 i installed Apache but  i am not find in my system .if i use command line Aptitude i find the httpd package but where can i find this Applications,systems .please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XAMPP: Easy Apache, MySQL, PHP, Perl Install and Config For Linux, Windows, Mac OS, and Solaris</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-78737</link>
		<dc:creator>XAMPP: Easy Apache, MySQL, PHP, Perl Install and Config For Linux, Windows, Mac OS, and Solaris</dc:creator>
		<pubDate>Wed, 12 Jan 2011 06:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-78737</guid>
		<description>[...] For those who prefer to install the individual components separately, you can also install Apache from source, MySQL, PHP from source, or install LAMP using [...]</description>
		<content:encoded><![CDATA[<p>[...] For those who prefer to install the individual components separately, you can also install Apache from source, MySQL, PHP from source, or install LAMP using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UNIX / Linux: How to Install and Configure mod_perl for Apache 2</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-78465</link>
		<dc:creator>UNIX / Linux: How to Install and Configure mod_perl for Apache 2</dc:creator>
		<pubDate>Tue, 11 Jan 2011 06:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-78465</guid>
		<description>[...] install Apache 2, if you don&#8217;t have it [...]</description>
		<content:encoded><![CDATA[<p>[...] install Apache 2, if you don&#8217;t have it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To: 5 Steps to Install phpMyAdmin on Linux</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-63454</link>
		<dc:creator>How To: 5 Steps to Install phpMyAdmin on Linux</dc:creator>
		<pubDate>Thu, 16 Sep 2010 06:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-63454</guid>
		<description>[...] sure Apache is installed and [...]</description>
		<content:encoded><![CDATA[<p>[...] sure Apache is installed and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamsi</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-34081</link>
		<dc:creator>Vamsi</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-34081</guid>
		<description>Hi !
thanks for the detailed..guide..
can you please tell the advantages of manually compiling apache instead of using the build in manager like apt, yum , etc..
thanks !</description>
		<content:encoded><![CDATA[<p>Hi !<br />
thanks for the detailed..guide..<br />
can you please tell the advantages of manually compiling apache instead of using the build in manager like apt, yum , etc..<br />
thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-18393</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-18393</guid>
		<description>&lt;3!  This guide was so explicit it was impossible to mess up. Thanks!</description>
		<content:encoded><![CDATA[<p>&lt;3!  This guide was so explicit it was impossible to mess up. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek Stuff &#187; How To Install Or Upgrade LAMP: Linux, Apache, MySQL and PHP Stack Using Yum</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-1118</link>
		<dc:creator>The Geek Stuff &#187; How To Install Or Upgrade LAMP: Linux, Apache, MySQL and PHP Stack Using Yum</dc:creator>
		<pubDate>Mon, 15 Sep 2008 06:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-1118</guid>
		<description>[...] with my posts, please subscribe by email or RSS feedPreviously we discussed about how to install Apache and PHP from source. Installing LAMP stack from source will give you full control to configure [...]</description>
		<content:encoded><![CDATA[<p>[...] with my posts, please subscribe by email or RSS feedPreviously we discussed about how to install Apache and PHP from source. Installing LAMP stack from source will give you full control to configure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek Stuff &#187; 9 Tips to Use Apachectl and Httpd like a Power User</title>
		<link>http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/comment-page-1/#comment-567</link>
		<dc:creator>The Geek Stuff &#187; 9 Tips to Use Apachectl and Httpd like a Power User</dc:creator>
		<pubDate>Thu, 21 Aug 2008 06:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=99#comment-567</guid>
		<description>[...] or subscribe to my RSS feed. Thanks for visiting and I hope you enjoy my articles.After you have installed Apache2, if you want to use apachectl and httpd to it&#8217;s maximum potential, you should go beyond using [...]</description>
		<content:encoded><![CDATA[<p>[...] or subscribe to my RSS feed. Thanks for visiting and I hope you enjoy my articles.After you have installed Apache2, if you want to use apachectl and httpd to it&#8217;s maximum potential, you should go beyond using [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 12:53:21 -->
