Forum Moderators: phranque
<VirtualHost *>
ServerName user.example.com
DocumentRoot /home/user/public_html/
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/
CustomLog /home/user/logs/access.log combined
</VirtualHost>
Is it possible to point the doc root to another ip address within the local network
The reason I want to set this up is because I only have one static ip address and require to host an application on a dedicated box.
I though about simply routing port 81 requests to the new lan address but it would be a lot better to keep everything standard and use a virtual host entry somehow.
Thanks in advance.
Mack.
If the cost is not too astronomic (it shouldn't be for one address), it would surely be easier and more robust a solution?