<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://brandonhutchinson.com/mediawiki/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Which version of mod * do I have installed? - Revision history</title>
		<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_%2A_do_I_have_installed%3F&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.11.0rc1</generator>
		<lastBuildDate>Wed, 19 Jun 2013 06:41:45 GMT</lastBuildDate>
		<item>
			<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>http://brandonhutchinson.com/mediawiki/index.php5?title=Which_version_of_mod_%2A_do_I_have_installed%3F&amp;diff=581&amp;oldid=prev</link>
			<description>&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;</description>
			<pubDate>Thu, 15 Nov 2007 21:35:41 GMT</pubDate>			<dc:creator>Hutch</dc:creator>			<comments>http://brandonhutchinson.com/wiki/Talk:Which_version_of_mod_%2A_do_I_have_installed%3F</comments>		</item>
	</channel>
</rss>