On Wed, Apr 4, 2012 at 12:14 PM, Patrick McCabe <patrickm at citilink.com> wrote:
> I would try editing the /etc/hosts file on the remote computer and adding
> the line
>
> 192.168.0.4    site1
>
> Then browse to it with http://site1/

^^^ This.

You need the "site1" HOST header sent by your browser so that apache
serves its requests from the correct vhost. The above is the canonical
way to do this if you don't want to get DNS involved.

-Erik