0

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.

1 Answers1

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.

EEAA
  • 108,414
  • 18
  • 172
  • 242