I've worked through parts 1 and 2 of the tutorial using the development 
server, and I have reviewed the doco on how to use Django with Apache and 
mod_wsgi. I want to trial a production environment on my Fedora 14 dev box, 
but the provided instructions assume some familiarity with configuring the 
Apache environment.

I have Apache/2.2.17 (Unix) installed on my development box and I have 
installed package mod_wsgi-3.2-2.fc14 (x86-64), but I'm not sure where to 
go from here. Can anyone point me to a a concrete example of file edits 
(eg, httpd.conf, wsgi.conf) I need to do to set up Apache and mod_wsgi to 
serve my application? I have a path to the application package, and I want 
URL http://localhost/polls/ to run it.

-- 
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/-/Ai8swKtJnooJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to