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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:03:02+00:00 2026-05-21T19:03:02+00:00

I am using Lighttpd and Django. I have configured my Lighttpd server to pass

  • 0

I am using Lighttpd and Django. I have configured my Lighttpd server to pass all the requests ending with “.psp” extension to Django.

My startup page is a page served through Django, which is accessed as “http://192.168.1.198/home.psp”. I want to enable the user to browse this page without writing “home.psp” explicitly in the url i.e. using “http://192.168.1.198”

Is this possible?

Thanks for any help 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-05-21T19:03:03+00:00Added an answer on May 21, 2026 at 7:03 pm

    I solved the problem myself. Here is what I did:

    I had to add a statement inside url.rewrite-once block of lighttpd’s configuration file like:

     url.rewrite-once = (
            "^(/media.*)$" => "$1",
            "^(/static.*)$" => "$1",
            "^/favicon\.ico$" => "/media/favicon.ico",
            "^(/)$" => "/my_project_dir/home.psp",
            "^(/.*)$" => "/my_project_dir$1",
       )
    

    Apart from this, I added the following line in my urls.py:

    (r'^$',my_index_view_name),
    

    Hope this helps someone in the future. Thanks everybody for your replies above. Cheers!

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

Sidebar

Related Questions

I am using lighttpd for my server. On main page lighttpd.net i saw some
I have a site running in Django. Frontend is lighttpd and is using fcgi
I'm running Django on Linux using fcgi and Lighttpd. Every now and again (about
I'm running a Django app using FastCGI and lighttpd. Can somebody explain me what
I'm using lighttpd as webserver for php application server. The avg. load on this
We have a number of PDFs hosted using Lighttpd but when they are downloaded
I am using Lighttpd + FastCGI + Django on a dev machine. I start
I'm installing a lighttpd server on a remote machine using a bash script. After
I am using Django to handle fairly long http post requests and I am
I'm using a lighttpd 404 error handler, with a static 404 page. The entire

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.