<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> </div>
<div>I have been testing out Mapproxy using Apache Mod WSGI and Python 2.6 which is included with ArcGIS 10.0. I recently upgraded to ArcGIS 10.1 which includes Python 2.7. Apache will no longer load. I am assuming that this is because it is trying to use
Python 2.7 instead of Python 2.6 (which is still installed on my machine).</div>
<div> </div>
<div>How can I force Apache WSGI to use Python 2.6 instead of 2.7?</div>
<div> </div>
<div>*note I realize that I could install MapProxy using Python 2.7. 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> </div>
<div> </div>
<div>WSGIScriptAlias /mapproxy "c:/Python26/ArcGIS10.0/Scripts/config.py"</div>
<div> </div>
<div><Directory "c:/Python26/ArcGIS10.0/Scripts/"></div>
<div> Order deny,allow</div>
<div> Allow from all</div>
<div></Directory></div>
<div> </div>
<div>Thank You</div>
<div> </div>
<div>Mark Volz</div>
<div>GIS Specialist</div>
<div>Lyon County, MN</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>