On Monday, 19 December 2011 07:42:33 UTC, Anthony Navarro wrote: > > Hi folks, > > I'm running a micro ec2 instance with Linux(Ubuntu), Apache Web > Server, and MySQL. I've been having problems getting started with > Satchmo (www.satchmoproject). In a nutshell, after going through all > the steps on the Satchmo installation page (http:// > www.satchmoproject.com/docs/dev/new_installation.html) and changing my > local_settings.py file so that I'm using mysql as opposed to sqlite3 > database settings, I get a 500 Internal Server Error when I point my > browser to my ec2 domain. You can find the contents my httpd.conf file > here (http://paste.pocoo.org/show/522899/), and you can also find the > contents of my apache_error.log file here (http://paste.pocoo.org/show/ > 522866/). > > I'm also posting this on the Satchmo Users Group, but maybe someone > here can help me out with this issue. > > Anthony >
Well that traceback seems absolutely explicit: Apache doesn't have the privileges to write to that satchmo.log file. What about it is confusing you? -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/mlDafdJ2nKwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

