Is there a lightweight web server that only does http/https redirects? Right now I am looking at using lighttpd, but even than seems like overkill for what I need to do.
Asked
Active
Viewed 79 times
1 Answers
1
Are you looking for a single-function http daemon to do this? If so, the answer is most likely "No".
That said, every single major http daemon out there is able to do this.
If you know lighttpd, then use it. If not, give nginx a try.
![](../../users/profiles/20815.webp)
EEAA
- 108,414
- 18
- 172
- 242
-
Yeah, I was hoping for something like what you describe, and I figured it was a long shot. Thanks. – Grant Keller Mar 25 '14 at 18:41