Re: noobie cannot get mod_wsgi to import settings

2011-04-03 Thread Sam Walters
Hi I dont usually deal with Apache+WSGI (usually fcgi + nginx) However your script: WSGIScriptAlias /wsgi /var/www/wsgi-scripts One of my apache sites: WSGIScriptAlias / /home/hvv00/hvv/wsgi/hvv.wsgi Point directly this directly to the file. Note: You wont need to chmod 777 anything S

noobie cannot get mod_wsgi to import settings

2011-03-30 Thread Sells, Fred
I've been googling and trying this for 2 days now, I'm sure I'm just confused about something basic because it cannot be that hard. I've tried all the hints I found via google and they made sense but no success. I'm running RHEL 6 Python 2.6.5, django 1.2.4 and mod_wsgi 3.2. I'm trying to config