<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://brandonhutchinson.com/mediawiki/skins/common/feed.css?97"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_*_do_I_have_installed%3F&amp;action=history&amp;feed=atom</id>
		<title>Which version of mod * do I have installed? - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_*_do_I_have_installed%3F&amp;action=history&amp;feed=atom"/>
		<link rel="alternate" type="text/html" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_%2A_do_I_have_installed%3F&amp;action=history"/>
		<updated>2013-05-21T05:10:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.11.0rc1</generator>

	<entry>
		<id>http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_%2A_do_I_have_installed%3F&amp;diff=581&amp;oldid=prev</id>
		<title>Hutch: New page: If for some reason ''mod_perl'', ''mod_ssl'', etc., were installed without package management and you do not know the version number, you can determine it using ''strings''.  e.g., module ...</title>
		<link rel="alternate" type="text/html" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_%2A_do_I_have_installed%3F&amp;diff=581&amp;oldid=prev"/>
				<updated>2007-11-15T21:35:41Z</updated>
		
		<summary type="html">&lt;p&gt;New page: If for some reason ''mod_perl'', ''mod_ssl'', etc., were installed without package management and you do not know the version number, you can determine it using ''strings''.  e.g., module ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If for some reason ''mod_perl'', ''mod_ssl'', etc., were installed without package management and you do not know the version number, you can determine it using ''strings''.&lt;br /&gt;
&lt;br /&gt;
e.g., module directory of ''/usr/lib/apache''&lt;br /&gt;
* ''mod_perl''&lt;br /&gt;
 $ '''strings /usr/lib/apache/libperl.so | grep mod_perl/'''&lt;br /&gt;
 mod_perl/1.29&lt;br /&gt;
&lt;br /&gt;
* ''mod_ssl''&lt;br /&gt;
 $ strings /usr/lib/apache/libssl.so | grep ^\$Id&lt;br /&gt;
 $Id: mod_ssl/2.8.22 $&lt;/div&gt;</summary>
		<author><name>Hutch</name></author>	</entry>

	</feed>