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 6762331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:18:31+00:00 2026-05-26T14:18:31+00:00

I have read several tutorials, but I just can’t this to work. My apache

  • 0

I have read several tutorials, but I just can’t this to work. My apache config file looks like this (with the important few lines at the bottom):

<VirtualHost *:80>
    ServerAdmin webmaster@localhost

    DocumentRoot /var/www
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log
    LogLevel warn

WSGIScriptAlias /wsgi/ /neuroling/projects/lnldb/lnldbproject/lnldb.wsgi
<Directory /neuroling/projects/lnldb/lnldbproject/>
  Order allow,deny
  Allow from all
</Directory>

My lnldb.wsgi file looks like this:

import os
import sys

path = '/neuroling/projects/lnldb'
if path not in sys.path:
    sys.path.append(path)

path = '/neuroling/projects/lnldb/lnldbproject'
if path not in sys.path:
    sys.path.append(path)

os.environ['DJANGO_SETTINGS_MODULE'] = 'lnldbproject.settings'

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()

Now if I go to [MY_IP_ADDRESS]/wsgi with my broswer, I see this:

Using the URLconf defined in lnldbproject.urls, Django tried these URL patterns, in this order:
^admin/
The current URL, , didn’t match any of these.

Fair enough, I haven’t really given it a URL. But at least lnldb.wsgi is getting called.

But I want to see the admin, so I go to [MY_IP_ADDRESS]/wsgi/admin, and I just get:

Not Found
The requested URL /wsgi/admin was not found on this server.

Could someone please point out what I’m doing wrong, I’m sure it’s something rather simple…

Thanks a lot.

  • 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-26T14:18:32+00:00Added an answer on May 26, 2026 at 2:18 pm

    Change:

    WSGIScriptAlias /wsgi/ /neuroling/projects/lnldb/lnldbproject/lnldb.wsgi
    

    to:

    WSGIScriptAlias /wsgi /neuroling/projects/lnldb/lnldbproject/lnldb.wsgi
    

    You should not have a trailing slash on mount point when mounted at sub URL for a start.

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

Sidebar

Related Questions

I have read several tutorials but I still do not have any clue :-)
I have read several post on both matters but I haven't seen anyone comparing
I have read a couple of tutorials on several web sites as well as
I have read several tutorials on what a UML model should contain and what
I have read several of the post about Objective-C method syntax but I guess
I have read several posts where users were having this same issue. When compiled,
I have read several theads, blogs and forum but I didn't find the solution
I have read several related posts but while some of them are for emulators
I have read a few tutorials and did some search but I must be
I read several posts regarding this but still don't understand how to solve my

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.