<?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>Simply Dhavest - Filipino PHP Programmer &#187; web server</title>
	<atom:link href="http://www.dhavest.com/tag/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhavest.com</link>
	<description>Journal of a Filipino Programmer</description>
	<lastBuildDate>Fri, 29 Jan 2010 14:23:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Apache version installed in your Linux OS</title>
		<link>http://www.dhavest.com/2007/10/19/getting-apache-version-installed-in-your-linux-os/</link>
		<comments>http://www.dhavest.com/2007/10/19/getting-apache-version-installed-in-your-linux-os/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 02:11:07 +0000</pubDate>
		<dc:creator>conai</dc:creator>
				<category><![CDATA[Linux Tidbits]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.dhavest.com/2007/10/19/getting-apache-version-installed-in-your-linux-os/</guid>
		<description><![CDATA[Question: How can you determine the version of your Apache Web Server on your Linux machine?
Answer: First determine the installation directory of your apache server. You can find this by issuing this command, but basically you can do better that this one in finding the installation directory of your apache.
[darwin@myserver]$ whereis apache
apache: /usr/local/apache
Once you know [...]]]></description>
			<content:encoded><![CDATA[<p>Question: How can you determine the version of your Apache Web Server on your Linux machine?</p>
<p>Answer: First determine the installation directory of your apache server. You can find this by issuing this command, but basically you can do better that this one in finding the installation directory of your apache.</p>
<pre>[darwin@myserver]$ whereis apache
apache: /usr/local/apache</pre>
<p>Once you know where the directory is we will try to execute the httpd command with the -v option</p>
<pre>[darwin@myserver]$ /usr/local/apache/bin/httpd -v
Server version: Apache/1.3.36 (Unix)
Server built:   Jul 18 2006 14:34:00</pre>
<p>And there you go your Apache version is  1.3.36.</p>
<p>Thanks again Mark.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhavest.com/2007/10/19/getting-apache-version-installed-in-your-linux-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
