There shouldn't be a limit on the name of the application group. Can you set LogLevel directive in Apache for that VirtualHost, or whole server as necessary, to 'debug'. This will enable a lot more logging. Capture what mod_wsgi is logging for the request when made and post it.
Thanks. Graham > On 21 Nov 2015, at 6:38 PM, Patrick Joy <[email protected]> wrote: > > Hi, > > Just wondering what the maximum length of the application name is when > mod_wsgi in daemon mode? > > I have noticed that when the application name is too long (for example > below), apache will return a 500 server error but nothing will be logged in > any of the logs, even with log level set to debug. > > WSGIDaemonProcess mysuperduperapplication user=django group=django threads=25 > display-name=%{GROUP} inactivity-timeout=3600 > python-home=/usr/local/pythonenv/DJANGO_1.8 > WSGIProcessGroup mysuperduperapplication > > Thanks, > Patrick > -- > 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. -- 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.
