[plt-scheme] web server config
What we do is set the web server to accept connections only from
localhost and have Apache provide the external interface to the web
server. As well as blocking certain URLs it allows us to rewrite some
URLs to be a bit shorter.
N.
On 5/3/07, David Gurvich <david.gurvich at verizon.net> wrote:
> Hello,
>
> If you set the local server to a particular port, ie. localhost:8080, and
> block external port 8080 requests with a firewall, that should be secure
> enough. The public server can be on any other port.
>
> All the above depends on the plt webserver being able to run multiple
> instances with different configurations.
>
> David