Tag: SysAdmin

How to forward a domain to a Vagrant VM with Apache on OSX

January 27th, 2015

I do a lot of my development work using Virtual Machines and Vagrant. This provides an easy way for me to get a working environment up and running locally on the many projects I work on daily. However, one of the problems with this is that these VMs aren't accessible externally. This can be a problem when you need to show your work or use a third party service that needs access to the site. Here's how to forward a domain to a Vagrant VM using Apache's mod_proxy.

Solved: Installing composer V1 with Ansible

November 12th, 2020

Here's how I solved installing Composer V1 with Ansible