Yes you can have more than one WSGIScriptAlias. The order is important though. Have that for the sub URL before that for root of '/'.
WSGIScriptAlias /suburl /some/path/app1.wsgi WSGIScriptAlias / /some/path/app2.wsgi Can you post the actual configuration snippet you are using rather than refer to an old post as can only assume that you are actually entering it in correct? Graham On 12 July 2012 22:52, DougE <[email protected]> wrote: > Sorry to bother -- I have done this: setup and I have spent a week breaking > it by trying to add moin on this site as a sub url. I was trying two > <virtualhost>'s based on different ports, no luck. > > Can a single <virtualhost> tag contain more than one WSGIScriptAlias > directive? > > Can someone provide guidance on best way to call two completely different > wsgi scripts from Apache? > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/modwsgi/-/FvtkKpOlu9gJ. > 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. -- 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.
