It looks like mod_wsgi isn't actually running so apache is just serving up your public_html directory. I bet if you put a file called index.html in there and put; Hello World, in the file you would see Hello World instead of the directory listing. You need to look more into your mod_wsgi configuration. Are you running in daemon mode? Also, its generally a bad idea to put django apps inside your public html directory because it can expose things like your settings.py which contains passwords, etc...

-Josh


On 12/10/10 11:21 AM, jc wrote:
My Apache (mod_wsgi) Django app only lists the files of my website/
project instead of the actual running website/application. My guess is
that it's mod_wsgi that is the culprit but I'm not really sure. What
are some of the causes of this? Here is a screenshot of what I am
seeing instead of my actual web application: http://yfrog.com/j5screenshotgcqp

thanks,
j.


--
You received this message because you are subscribed to the Google Groups "Satchmo 
users" group.
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/satchmo-users?hl=en.

Reply via email to