Posts

Posts mit dem Label "Python" werden angezeigt.

macports Update 2.1.0

Yesterday, Tuesday, May 17th 2012 macports.org rolled out the Update to 2.1.0 which I received via the sudo port selfupdate command. There was an Issue with Trac, Python26 and the AJP-WSGI Module for the Apache HTTP Server. Solution was to uninstall python and the AJP-WSGI module via the Force Option: sudo port -f uninstall python26 sudo port -f uninstall ajp-wsgi sudo port install python26 sudo port install ajp-wsgi +python26 References: How to use Trac with ajp-wsgi and Apache https://trac.macports.org/wiki/howto/SetupTracAjpWsgi Getting Apache, MySQL, and PHP Running under MacPorts https://trac.macports.org/wiki/howto/MAMP Getting Subversion under MacPorts https://trac.macports.org/wiki/howto/Subversion often used during testing the new configuration: sudo /opt/local/apache2/bin/apachectl -k restart