Yes, I have looked, but how to I make it to go to the iBay: /home/e-smith/files/ibays/plone/html
You can't. Plone runs it's own http server. The way I did it is to
create your ibay
plone (this is a dummy)
install Plone into
/usr/local/Plone (which will run on port 8080 by default). Check that
mysite.local:8080 works
create a domain redirection
plone.mysite.local which points to your ibay
create a
proxy pass directive pointing to
mysite.local:8080set the plone url configuration to
plone.mysite.local. This is now the url for your Plone installation.
Si