Re: Production install 'admin' failing with 500 internal server error

2009-05-14 Thread Vincent
Ccorrection: The names and paths in WSGIScriptAlias and Directory were inconsistent. The sample config file should read as follows: httpd/conf.d/python.conf LoadModule wsgi_module modules/mod_wsgi.so WSGIDaemonProcess myapp WSGIProcessGroup %{GL

Re: Production install 'admin' failing with 500 internal server error

2009-05-14 Thread Vincent
Hi Dan, Thanks for the tips. I think I've figured out what went wrong. First up: no, I am not using a virtualenv. I was able to serve the site using "./manage.py runserver" albeit a bit slow (due to load issues I believe). So the problem ultimately was my mod_wsgi setup. The fix: For starters,

Re: Production install 'admin' failing with 500 internal server error

2009-05-13 Thread Daniel Hilton
2009/5/13 Vincent : > > Additional information: > > I am running Django 1.0.2 and the web host I am attempting to do this > all on is Media Temple, in one of their Dedicated Virtual (DV) > accounts. I followed the general guidelines for mod_wsgi setup from > here: > > http://code.google.com/p/modw

Re: Production install 'admin' failing with 500 internal server error

2009-05-13 Thread Vincent
Additional information: I am running Django 1.0.2 and the web host I am attempting to do this all on is Media Temple, in one of their Dedicated Virtual (DV) accounts. I followed the general guidelines for mod_wsgi setup from here: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango None

Production install 'admin' failing with 500 internal server error

2009-05-13 Thread Vincent
Hi all: I have loaded my application on our production server but I am unable to load the supplied admin interface. What's really odd is that everything else seems to work fine. Databrowse works along with the django 'configuration success' page. When using databrowse, I can view all of my databa