It sounds like Django is working and your issue is with the web server configuration.
In you case it sounds like there are two ways you could install Django, add a virtual host to the machine, or configure apache to serve Django from a subdirectory. Unless you have extra hostnames available, I'd go with the subdirectory option. Both configuration options have examples on the web. On May 10, 2010, at 6:31 PM, ah...@cs.ucla.edu wrote: > Hi, > > I don't know very much about django, except that a piece of software > that one of my colleagues developed requires it to function properly. > > My problem is as follows : I have inherited responsibility for > installing the aforementioned software on a pre-existing webserver > which already hosts more than one site. The server has been installed > and maintained by an ad-hoc group of researchers, insofar as I can > determine. I need to install deploy Django for the piece of software > on this server without clobbering any pre-existing websites. > > I have successfully* installed and configured** Django with Apache and > mod_wsgi and Python2.6 on a CentOS machine. However, when I enable > django in the apache configuration file, one of two things happens : > (1) the congratulations you installed django page appears on all or > most webpages on the server (2) the congratulations you installed > Django page is inaccessible. > > Neither of these outcomes solves my problems... > > What would be the recommended way to allow django and the rest of the > sites to coexist? Do I need virtual hosts and a separate URL? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@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. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.