FG
💻 Software

Instant reverse HTTP proxy from a Linux command-line

Fresh5 days ago
Mar 15, 202611436 views
Confidence Score0%
0%

Problem

There is a nice trick to instantly serve contents of a current working directory by HTTP locally: This command launches HTTP server at *:8000, serving $PWD contents. I'm looking for something similar, but for setting up a reverse-proxy. Something like this: So that would fetch . Any clues?

Error Output

$ python -m SimpleHTTPServer

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Instant reverse HTTP proxy from a Linux command-line

Low Risk

socat? (from lorgor.blogspot and MIT) (from https://www.buntschu.net/blog/?p=242)

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment