I was not able to get the proxypass contrib to work on 5.1.2 in the past so I just created a custom template.
I use the following for many different hosts in my home office.
I don't have the time to run a create a full HowTo so here is the Quick and Dirty HowTo.
Create the template-custom directory that will be needed.
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
Go to the template-custom directory
cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
create a fragment for ProxyPass
pico 91ProxyPassServer (This is what I use. I experimented with stuff and came up with 91 as the leading number. I don’t know if it’s the correct number but it works for me)
You should now be in the editor window.
Create your ProxyPass settings.
ServerName newserver.yourdomain.com
ProxyPass / http://newserver.yourdomain.com/
Exit and save your changes
Expand the template
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
and then restart apache
service httpd restart
Make sure to go into server manager and create a hostname and IP address for your new server.
This is the link to the article that I used to create the VirtualHost directives above. Someone posted this link in the Forum a few months back.
http://www.linuxfocus.org/English/March2000/article147.shtmlGood Luck,
Tony P.