On Aug 10, 4:00 pm, Haes <[email protected]> wrote: > Hi, > > I'm looking to integrate wsgi applications (Django in this case) into > a legacy PHP web application. The legacy app is way to big to be > completely rewritten all at once. > > Right now there are two wsgi apps installed in two subdirectories and > more to come. The only way to configure apache was to set up a > WSGIDaemonProcess for each of the two wsgi apps and point the > WSGIScriptAlias to the respective subdirectory. That way I'll need at > least two daemon processes (http and https) for every part I will > exchange. > > Is there a way to only set up one set of WSGIDaemonProcess'es and just > exclude certain path's from this configuration and let them being > served by mod_php? > > Thanks for any hints.
I would try something like this AddHandler wsgi-script .wsgi AddHandler php-script .php --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
