Now I have few apache instances. In script starting each of them I have apache1: set groups "a" "b" start apache
apache2: set groups "c" "d" start apache apache3: set groups "e" "f" start apache Apache serve mod_python application which works with particular groups set :) On May 19, 1:16 pm, Graham Dumpleton <[email protected]> wrote: > On 19 May 2010 21:13, Jan Koprowski <[email protected]> wrote: > > > Hi! > > > How set few groups for particular WSGI process? My Python > > application communicate with clearcase which get only first 16 groups > > and I must run Python App only to 16 groups but different for each > > tool. Is this possible? > > Post parts of Apache configuration you are using to setup mod_wsgi for > your applications. > > To suggest best way, need to see how you are using it and whether > using WSGIScriptAlias or AddHandler. > > Also, what version of mod_wsgi are you using? > > 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 > athttp://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.
