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

  • Home
  • SEARCH
  • 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 8302153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:12:46+00:00 2026-06-08T17:12:46+00:00

So I have this Bitnami EC2 instance which had project ‘Project’ in it by

  • 0

So I have this Bitnami EC2 instance which had project ‘Project’ in it by default (at /apps/django/django_projects), so I started following the django tutorial and done everything. I am able to access this project at

http://myIp/Project/.

So after having finished the tutorial I set off to create my own project. I created the project using

django-admin.py startproject DoE

in the same directory as project ‘Project’ (i.e. /apps/django/django_projects), followed by

python manage.py runserver 0.0.0.0:8000

But the problem is when I go to

http://myIp/DoE/

I get this error:

Not Found

The requested URL /DoE/ was not found on this server.

Any help will be much appreciated. Thanks in advance 🙂

  • 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-06-08T17:12:47+00:00Added an answer on June 8, 2026 at 5:12 pm

    I’ve found a way to work around this issue, it’s a bit hacky but it does the job.
    I got it from here http://wiki.bitnami.org/Components/Django.
    But they imply that you only need to do this if you are using an apache webserver which I am not. I am using the django’s development server, but nevertheless it works.

    Basically I had to create a DoE.conf file in /home/bitnami/apps/django/conf which looks like this:

    Alias /static "/opt/bitnami/apps/django/lib/python2.7/site-packages/django/contrib/admin/static"
    
    <Directory '/opt/bitnami/apps/django/lib/python2.7/site-packages/django/contrib'>
    Order allow,deny
    Allow from all
    </Directory>
    
    WSGIScriptAlias /DoE "/opt/bitnami/apps/django/scripts/DoE.wsgi"
    
    <Directory '/opt/bitnami/apps/django/scripts'>
    Order allow,deny
    Allow from all
    </Directory>
    

    and then create a file named DoE.wsgi in /home/bitnami/apps/django/scripts which looks like this:

    import os, sys
    sys.path.append('/opt/bitnami/apps/django/django_projects')
    sys.path.append('/opt/bitnami/apps/django/django_projects/DoE')
    os.environ['DJANGO_SETTINGS_MODULE'] = 'DoE.settings'
    
    import django.core.handlers.wsgi
    
    application = django.core.handlers.wsgi.WSGIHandler()
    

    after that I had to include

    /opt/bitnami/apps/django/conf/DoE.conf
    

    in my httpd.conf file, which for my case was here: /opt/bitnami/apache2/conf

    After this I restarted my machine/server and all was well 🙂

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

Sidebar

Related Questions

I have 3 projects hosted in amazon bitnami ec2 and my none of project
I have this form, in which i need to populate a combo box with
I have this managed bean: package com.DX_57.SR_57; /** include default packages for Beans */
I have this C# code which converts a dataset to xlsx. Is there a
I've got an instance using this AMI - ami-b7a29cc3 http://thecloudmarket.com/image/ami-b7a29cc3--bitnami-wordpress-3-3-1-1-multisite-linux-ubuntu-10-04-ebs#/details Which is a Wordpress
Have this bit of code in my app... Request::instance()->directory After upgrading to 3.1 it
I have this webpage which shows me some images and some images are on
I have this xml response to which I will do a foreach($response->entry->item as $data)
I have this gigantic ugly string: J0000000: Transaction A0001401 started on 8/22/2008 9:49:29 AM
Have this implementation file which compiles and runs fine, but gives me an unused

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.