Read the last link I gave you. It explains it. The docs are out of date. BTW, I hope you have a WSGIProcessGroup directive to match the WSGIDaemonProcess.
Graham Graham > On 27 Aug 2015, at 8:23 pm, [email protected] wrote: > > Dear Graham. > > Are you using mod_wsgi daemon mode as you should? > > I can hardly tell but I think so. My set-up is a simple one: > > WSGIDaemonProcess rseIMS user=rse group=rse processes=1 threads=16 > python-path=/home/... > > Have you set the lang/local options to WSGIDaemonProcess directive? > > Sorry, I cannot see a lang/local option in that directive. In the > documentation I read: > Options which can be supplied to the WSGIDaemonProcess directive are: > user=name | user=#uid > group=name | group=#gid > processes=num > threads=num > [...] > receive-buffer-size=nnn > send-buffer-size=nnn > > Or are you using mod_wsgi-express? > > No. It is all a manual set-up. I have a separate rse.conf file enabled for > Apache2. > > If using daemon mode, use the lang/locale settings to set more sensible > defaults. > > Could you please indicate the format of this option ? I just did a search for > `lang` and `locale` on the > https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives page but > cannot locate it. Or is there a more recent documentation set ? My apologies > for such elementary question. > > Regards, René > > > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/modwsgi > <http://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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. For more options, visit https://groups.google.com/d/optout.
