On 8 September 2010 03:18, commonzenpython <[email protected]> wrote: > thanks, i think its as you say, that the virtual host is not being > fuound, so ill check on that , but one more thing, since im trying to > host a few sites in the same apache conf, thats why i went for the > virtual host, but i saw that in the documentation you put a > configuration like : > > WSGIScriptAliasMatch ^/([^/]+) /usr/local/django/$1/apache/django.wsgi > > <DirectoryMatch ^/usr/local/django/([^/]+)/apache> > Order deny,allow > Allow from all > </DirectoryMatch> > > is it possible to mount a site at the root of one site, using this > cnfiguration ?
That was specifically intended only where hosting multiple Django instances as immediate sub URL of a site and not as separate sites. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
