This forum is no longer active. Please post your questions to our new community site

Forums MAMPStack

View Virtual Hosts on Virtual Machine

Subscribe to View Virtual Hosts on Virtual Machine 2 post(s), 2 voice(s)

 
Avatar pixelenvy 1 post

Hi,

I have a nicely working stack under os x, with several virtual hosts set up… e.g. -

<virtualhost>
DocumentRoot ”/Users/nick/Sites/drupal/dev/codebase”
ServerName local.pixelenvy.co.uk
ErrorLog logs/local.pixelenvy.co.uk-error_log
CustomLog logs/local.pixelenvy.co.uk-access_log common
<directory />
AllowOverride All
Allow from all
</directory>
</virtualhost>

This allows me to go to local.pixelenvy.co.uk:8080 and work on my site…
What I’d like to be able to do is access these on a windows virtual machine (running in VMWare Fusion), or a networked machine, for browser testing. I can see the default site easily enough by entering the ip address of the host machine plus port number, but how do I get to see my vhosts?

Any ideas would be brilliant. Thanks

 
Avatar antonio 621 post(s)

Hi,

Maybe this helps

Cheers

Forums MAMPStack