Forum OpenACS Q&A: Re: Apache, AOLServer and Virtual Domains: how?

Collapse
Posted by Jerry Asher on
I have an example buried in a comparison of AOLserver vs. Apache virtualhosting. The relevant section might look something like this:
 <VirtualHost *>
       ServerName photos.hollyjerry.org
       proxypass / http://192.168.0.16:7000/
       proxypassreverse / http://192.168.0.16:7000/
  </VirtualHost>