Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mod-wsgi in apache
#4
(Jul-09-2017, 06:43 AM)Skaperen Wrote: i have to filter it from the flood of other crap
If you switch to LogLevel error you wont have a lot in there.

(Jul-09-2017, 06:43 AM)Skaperen Wrote: the traceback does not always show up in the apache error log. that and it's not always a traceback.
Anything resulting in an internal server error will show up in the error logs which is any python related error. Anything else would be an apache issue and not a python issue. That and you need to make sure that the files are executable, correct permissions, and in the directory that apache is assigned as wsgi executable.
(Jul-06-2017, 03:08 AM)Skaperen Wrote: there is a "system error".
Whatever is causing your system error should also be in the error logs giving you an indication of the problem.
Recommended Tutorials:
Reply


Messages In This Thread
mod-wsgi in apache - by Skaperen - Jul-06-2017, 03:08 AM
RE: mod-wsgi in apache - by metulburr - Jul-06-2017, 05:45 AM
RE: mod-wsgi in apache - by Skaperen - Jul-09-2017, 06:43 AM
RE: mod-wsgi in apache - by metulburr - Jul-09-2017, 09:32 AM
RE: mod-wsgi in apache - by Skaperen - Jul-10-2017, 01:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mod-wsgi Skaperen 2 3,885 Jun-06-2017, 05:12 AM
Last Post: Skaperen
  WSGI vs CGI Skaperen 9 12,324 Jun-01-2017, 05:39 AM
Last Post: Skaperen
  WSGI working examples Skaperen 1 3,529 May-29-2017, 10:45 AM
Last Post: snippsat
  trying to figure out WSGI Skaperen 10 7,983 Apr-30-2017, 10:00 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020