>> Any suggestions for which direction I should pursue?  (Building
>> Apache2 + building mod_python)  Options I haven't uncovered?
> 
> 
> I went this route under OpenBSD 3.9 and have had very few issues.  The most
> trouble I had was with getting mod_python to compile correctly, mostly
> related to path issues of where I had installed python.
> 
> If you need any help, go ahead and email me directly.

Thanks for the suggestions.  I finally managed to get:

- Apache upgraded to 2.0 (as 2.2 barfed on compile) moved to /var 
rather than the default deployment directory in /usr (which will 
be locked down, mounted readonly)
- mod_python installed
- freetds (for talking to SQLServer)
- pymssql (for interfacing python and freetds)
- postgresql (the eventually planned target for deployment)
- django (both the trunk and row-level-permissions branch, with 
soft-links to make it easy to switch between them)

all on the system.  It wasn't a facile process, especially after 
chasing down a dark path of trying to get iODBC+freetds+mxODBC 
working to talk to SQLServer.  A nightmare, that. 
FreeTDS+pymssql is much kinder for such purposes.

Apache is now configured to serve two django folders via 
django+mod_python, and serve general media (and the admin media) 
from a non-django'd directory.  I should image the bloody drive 
now before I break it again :)

It also took a few tries to get the syntax of the section in 
httpd.conf file right, so that files were in the right place, 
with and without various levels of path/ext (and using dots vs. 
slashes in various places).  Perhaps a little expansion in the 
online-help could help slower folks like myself. :)

All the config files have been snapshotted at least, using the 
venerable RCS.

I'd still be interested in getting lighttpd+fastcgi/WSGI working 
just to prove it's possible (and perhaps to compare speed).

Thanks for your various suggestions.

-tkc






--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to