Hello,

I am trying to deploy a Django developed application as a "subfolder"
of an existing Joomla installation. I have templated my Django app
very similarly to the Joomla installation, so no need to do any kind
of deep integration.

My issue is that I can't get mod_wsgi to work.

I have followed the mod_wsgi instructions, and created a file called
test.py. Placed it in a folder outside of the Apache www/htdocs
folder. Created WSGIScriptAlias to point to it.

But when I try to open that address, Joomla takes over. I think the
issue is related to the .htaccess file of Joomla, but I'm not sure how
to make the mod_wsgi take precedence, and only go to Joomla after
checking the WSGIScriptAlias directive.

Any ideas?

--

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.


Reply via email to