* If you need it for developing, just use django bulidin server.
* If you have a free time, than compile apache2 in your homedirectory with
mod_python and other modules.
* you can run any of Linux liveCDs on your macbook with preinstalled
apache, mod_python and django
--
Anton P. Linevich
-Bill
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com
> To unsubscribe from this group, send email to django-users...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
You don't really need Apache and mod_python for developing Django, just
use the built-in webserver.
Take a look here:
http://www.djangoproject.com/documentation/install/
Note the first paragraph of "Install Apache and mod_python". Developing
your applications under mod_python is quite a hassle IMO.
Regards,
--
Christian Joergensen | Linux, programming or web consultancy
http://www.razor.dk | Visit us at: http://www.gmta.info
In the end I wanted to mirror my remote production setup as closely a
possible so I went ahead and installed my own Apache2, python 2.4 and
the rest (OS X 10.5 comes with python 2.5, which can cause problems
when your production environment is python2.4).
But if you have any questions, feel free to e-mail me.
cheers
sng
<http://luxagraf.net/>
>
> Anton, that was sort of my question, how do I complete your second
> idea but w/o the recompile. The mac already comes with apache 2
> installed and running rather well, how hard would it be to add
> mod_python or mod_wsgi to that environment?
Well, this is not hard, but as many of django-users@ sayed, better use
that already builded and supporting by others. There is mod_cgi module
from the box in MacOS Tiger/Leo. Instructions how to use mod_cgi with
django availiable in django-docs. Good luck!
--
Anton P. Linevich