Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remram44/http-redirect
A very small redirecting HTTP server
https://github.com/remram44/http-redirect
http-redirect http-server tiny
Last synced: 21 days ago
JSON representation
A very small redirecting HTTP server
- Host: GitHub
- URL: https://github.com/remram44/http-redirect
- Owner: remram44
- Created: 2012-11-02T18:44:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-19T22:27:31.000Z (almost 12 years ago)
- Last Synced: 2024-10-04T18:53:06.222Z (about 1 month ago)
- Topics: http-redirect, http-server, tiny
- Language: C
- Size: 110 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
http-redirect -- A minimalist HTTP server redirecting to another address
This program is designed to use as little memory as possible. Each time it
receives an HTTP request, it will send back a 301 redirect to the specified
address.It is intended to be run on machines that are not supposed to act as HTTP
servers (for instance, if example.com is not the same machine as
www.example.com and example.com doesn't run an HTTP server, you might want to
setup http-redirect on it).Example usage:
http-redirect -p 80 http://www.google.com/