Translation into Windows
3. create a empty text file named rocketmap.conf in /Apache24/conf/extra
in this file you paste in the first part for http and modify to fit your setup (domain/port/etc)
4. Add the below line to your httpd.conf file (at the bottom is fine)
Include conf/extra/rocketmap.conf5. Test your config. At the command line type
httpd -t if you have everything right it should only say "Syntax OK"
6. Restart Apache
7. Test with
http://whatever-domain-you-used-in-step-3