I tried using the proxypass command lines from the link above, but it doesn't work.
What I want to do is forward a vitual folder to an internal server, so I changed the command lines to the following:
db domains set domain.com/virtualfolder domain
db domains setprop domain.com/virtualfolder Nameservers internet
db domains setprop domain.com/virtualfolder ProxyPassTarget
http://192.168.2.18db domains setprop domain.com/virtualfolder TemplatePath ProxyPassVirtualHosts
signal-event domain-create domain.com/virtualfolder
Since I am not actually creating a domain, do I need to change something?