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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:36:17+00:00 2026-05-23T22:36:17+00:00

I have a simple web app which displays a simple hello world . I

  • 0

I have a simple web app which displays a simple hello world. I can access the app through the web browser (127.0.0.1:3000/test/hello), but cannot access it using the local ip the app is running on, or using my external ip (i have forwarded the port appropriately on my router).

server.modules += ( "mod_fastcgi" )

server.document-root = "/Users/me/test"
server.port = 3000
server.bind = "127.0.0.1"

fastcgi.debug = 1

fastcgi.server = (
    "test" =>
    (
        "python-fcgi" =>
        (
         "socket" => "/tmp/fastcgi.python.socket",
         "bin-path" => "/Users/me/hello.py",
         "check-local" => "disable",
         "max-procs" => 1,
        )
    ))

How do I access the web app using my external ip?

  • 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-23T22:36:18+00:00Added an answer on May 23, 2026 at 10:36 pm

    Set server.bind to the local network IP of the server rather than localhost 127.0.0.1. Also check that port 3000 is not blocked between hosts on your network.

    By binding to localhost you are bound to the loopback interface of your machine, which means that lighttpd is not even listening on the network at all.

    Alternatively, to accept request no matter how they are directed to the server, bind to 0.0.0.0 which enables all interfaces.

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

Sidebar

Related Questions

I have a web app which displays a list of emails that need to
I have a simple ASP.NET 3.5 SP1 Web Forms app... I've added the System.Web.Routing
I am writing a simple database with web access. I have previous experience with
i want to write a simple web app that can connect to databases and
I have written a VERY simple MVC application which just displays a single string
I have an app which displays 10 images and each image is associated with
I have a simple php web app. I need to add an option for
I have a web app of which I would like to create a mobile
I have a situation where I'm trying to build a web app which takes
I have an Android app which I use to register users on my web

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.