port forwarding httpd
Posted: Fri Aug 12, 2005 11:24 pm
Howdy guys,
I'd like to run a webserver in newlisp, which serves a
wiki instance, and/or other stuff. I would like to run
apache, and maybe lighttpd, too.
It's easy to have each running, listening on a
different port. Would it be as easy to have a newlisp
script listening on 80, then forward to whatever port
whichever webserver is running on, based on the request
it received?
I guess the effect would be like virtual domains...
I'd like to run a webserver in newlisp, which serves a
wiki instance, and/or other stuff. I would like to run
apache, and maybe lighttpd, too.
It's easy to have each running, listening on a
different port. Would it be as easy to have a newlisp
script listening on 80, then forward to whatever port
whichever webserver is running on, based on the request
it received?
I guess the effect would be like virtual domains...