Do you use the same Apache to host static files even? Graham
On 26 February 2013 21:26, Thomas Guettler <[email protected]> wrote: > On 26.02.2013 11:11, Graham Dumpleton wrote: > >> What else runs on the same Apache instance? Only Python web applications, >> or do you also run PHP? >> >> Are the other Python web applications also running in daemon process >> groups? Or do you have some running in embedded mode? >> > > Only python wsgi (django) in WSGIDaemonProcess. > > Here is the config snippet of the wsgi soap app. The other web apps look > the same. > > WSGIDaemonProcess django_modbau_eins_p_rpclib user=modbau_eins_p > group=modbau threads=1 processes=3 maximum-requests=1000 > display-name=%{GROUP} > WSGIScriptAlias /modbau_eins_p_rpclib /home/modbau_eins_p/modbau_** > rpclib/apache/django_wsgi.py > <Location "/modbau_eins_p_rpclib/"> > WSGIProcessGroup django_modbau_eins_p_rpclib > WSGIApplicationGroup %{GLOBAL} > Allow from all > Satisfy All > </Location> > > > > > -- > Thomas Guettler, http://www.thomas-guettler.de/ > E-Mail: guettli (*) thomas-guettler + de > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > modwsgi+unsubscribe@**googlegroups.com<modwsgi%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/modwsgi?hl=en<http://groups.google.com/group/modwsgi?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
