<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hello,</div>
<div>&nbsp;</div>
<div>I have been testing out Mapproxy using Apache Mod WSGI&nbsp; and Python 2.6 which is included with ArcGIS 10.0.&nbsp; I recently upgraded to ArcGIS 10.1 which includes Python 2.7.&nbsp; Apache will no longer load.&nbsp; I am assuming that this is because it is trying to use
Python 2.7 instead of Python 2.6&nbsp; (which is still installed on my machine).</div>
<div>&nbsp;</div>
<div>How can I force Apache WSGI to use Python 2.6 instead of 2.7?</div>
<div>&nbsp;</div>
<div>*note I realize that I could install MapProxy using Python 2.7.&nbsp; However, I would like to know how to force Apache WSGI to use 2.6 just in case I upgrade to a python version that MapProxy is not compatible with such as 3.x.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>WSGIScriptAlias /mapproxy &quot;c:/Python26/ArcGIS10.0/Scripts/config.py&quot;</div>
<div>&nbsp;</div>
<div>&lt;Directory &quot;c:/Python26/ArcGIS10.0/Scripts/&quot;&gt;</div>
<div>&nbsp; Order deny,allow</div>
<div>&nbsp; Allow from all</div>
<div>&lt;/Directory&gt;</div>
<div>&nbsp;</div>
<div>Thank You</div>
<div>&nbsp;</div>
<div>Mark Volz</div>
<div>GIS Specialist</div>
<div>Lyon County, MN</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>