Hi, I´m migrating my Django application from one machine to another and I´ve been facing some issues. Let me explain them:
I have a Django application running on a Fedora 26 64bits OS with Apache 2.4.23, mod_wsgi 4.4.8 and python2.7. The Django app is properly working on this machine but because an architecture requirement I need to migrate the app to another machine with a Fedora 28 32bits OS and Apache 2.4.34, mod_wsgi 4.5.20 and python 2.7. So, after install the necessary packages, I have created a Django.conf file and I have restarted the httpd service, however, although my Django application is working in the old machine, it doesn't work on this new one. The error that I´ve been getting right after restarting the httpd service and running my app is this one: [Mon Sep 24 16:36:45.489453 2018] [wsgi:error] [pid 3643:tid 2712664896] [client 127.0.0.1:57710] Truncated or oversized response headers received from daemon process 'hmiproject': /home/genrobot/Escritorio/HMI_SVN/3-Software/hmi/trunk/hmiproject/wsgi.py [Mon Sep 24 16:36:46.489876 2018] [core:notice] [pid 3635:tid 3078985728] AH00052: child pid 3640 exit signal Segmentation fault (11) I don´t know what to do. I´ve tried to uninstall and install the httpd service but it didn´t work. Would you mind to bring me some help, please? Thanks in advance. Macarena. -- 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 https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
