Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7176527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:31:34+00:00 2026-05-28T16:31:34+00:00

I have a Django app running on a shared server using FCGI. When I

  • 0

I have a Django app running on a shared server using FCGI. When I run the dispatch.fcgi script from the command line, I see the HTML content of my homepage, as expected. However, when I try to visit my homepage using my browser, I get a 500 error. My question is basically the same as this one: Django FastCGI and 500 Internal Server Error except that I am already on Python version 2.6.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T16:31:36+00:00Added an answer on May 28, 2026 at 4:31 pm

    You need to log the exception – put your entire dispatch.fcgi file in a try/except block and write the traceback to a file you can inspect:

    from traceback import format_exc
    try:
        # current dispatch.fcgi code
    except Exception:
        open("/path/you/can/write/to.txt", "w").write(format_exc())
        raise
    

    Hopefully that’s enough to figure out the underlying issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a Django app running on apache server (mod_python) on a windows machine
I am running cherokee to serve a django app using uwsgi. I have been
I have a simple django app that is using only the admin. This is
I'm using django.core.mail.EmailMultiAlternatives when sending e-mails from my django app in an attempt to
I have a Django app that needs to pull the follower_count information from several
I have a django-app using sites framework and need to deploy in a single
I have a Django app running django-piston for the first time. I've got a
I have configured my Django app to run under Apache+FastCGI on Linux (Ubuntu, if
I'm running a Django app using FastCGI and lighttpd. Can somebody explain me what
I have a django-nonrel app running in Google App Engine and am wanting all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.