my OS version is 10.8.5
last revision: 2014-06-27
here are the instructions:
# download & install XAMPP (you only get -bit version for mac)
http://www.apachefriends.org/download.html# install python 2.7.x (-bit)
http://www.python.org/download/releases/2.7.7/# check python bit-version (run the following script in Python)
import struct; print( 8 * struct.calcsize("P"))(should print out ‘′)
# check python version (run the following script in Python)
import sys; print (sys.version)
(print out ‘2.7.7′ in this moment)
# download mod_wsgi (a bride for Apache and Python)
http://github.com/GrahamDumpleton/mod_wsgi/releases# install mod_wsgi
make distclean
./configure –with-apxs=/Applications/XAMPP/xamppfiles/bin/apxs –with-python=/Library/Frameworks/Python.framework/Versions/2.7/bin/python
make
sudo make install
# add load wsgi module script in Apache configuration (httpd.conf)
LoadModule wsgi_module modules/mod_wsgi.so
that’s all then you can launch Apache & MySQL in XAMPP now.
good luck!
[IMPORT!!] the Apache bit-version must be matched with the Python bit-version, or you will get error while Apache trying to launch. They must be both -bit version or both 32-bit version.
Tags:Apache,mod_wsgi,MySQL,Python,XAMPP
Copyright © 2019- 517ttc.cn 版权所有 赣ICP备2024042791号-8
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务