[plt-scheme] web server config

From: Robert Nikander (nikander at nc.rr.com)
Date: Thu May 3 00:07:28 EDT 2007

Hi,

I just started using the web server.  I notice that I can hit the 
"/conf/refresh-servlets" url from anywhere.  This is going to be a 
public website, so how do I make that url and others like it accessible 
only to localhost or otherwise protected? 

Also, can I define aliases for virtual hosts?  Something like:

(default-host-table
   (alias "acme.com"))
(virtual-host-table
   ("acme.com" (host-table ......)
   ("acme.net" (alias "acme.com"))
   ...

thanks,
Rob




Posted on the users mailing list.