Can anyone help me install Apache with mod_wsgi to run Python for implementation of RESTful Web services. We're trying to get rid of our existing Java REST services with Apache Tomcat. The installation platform is SUSE Linux Enterprise. Please provide a step by step installation procedure with required modules, as I tried it and everytime was missinhg one module or other either in Python installation or Apache installation. I followed the standard Installation steps for all 3, Apache, Python and mod_wsgi, but didn't work out for me. Would this work at all? Do you have any other suggestions?
|
If this doesn't work, drop some error-dump here and we'll check. |
|||
|
Found the solution to the specific thing I was trying: Install apache & apr using YaST2, not by downloading the package from apache.org Install python & python-devel using YaST2, not by downloading the package from python.org Download the rpm package from http://software.opensuse.org/search?lang=en&p=2&q=mod_wsgi for your version of SLES. rpm -i <"packagename">.rpm restart apache : apachetl restart . |
|||
|