[web2py] Re: deployment problem with mod_wsgi

2011-12-20 Thread Adi
if it's going to make things more simple, and you want to avoid figuring out the installation and setting up server, i suggest using fluxflex.com. worked perfectly for me, and then later on i'll focus on vps, but will at least know the application works fine. I'm not related to that company,

[web2py] Re: deployment problem with mod_wsgi

2011-12-19 Thread LightDot
Installing mod_wsgi on Fedora would be simply (in shell, executed as root): yum install mod_wsgi

[web2py] Re: deployment problem with mod_wsgi

2011-12-19 Thread Paolo Caruccio
Maybe this helps http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/

[web2py] Re: deployment problem with mod_wsgi

2011-12-19 Thread Web2Py Freak
i think there is somthing wrong with the way i installed mod_wsgi ,, can you please tell me how to install it ??

[web2py] Re: deployment problem with mod_wsgi

2011-12-18 Thread LightDot
You have an error in your Apache configuration somewhere, that much is obvious. Please post the part of your httpd.conf that you've changed and any other changes that you've made to the server configuration.