sorry about that, my boss doesnt know.
As for apache, if you visit www.phpgeek.com you can download phptriad. Its a package that includes apache, php and mysql all in one. simply run the install on your windows machine and then edit the apache config file (httpd.conf) and set apache to run on a different port i.e. 8080 This way you can run both apache and IIS on a windows box at the same time. It takes no time at all to do.
So to access IIS sites you would use:
http://localhost/sitename/
And for apache sites:
http://localhost:8080/sitename/
Thats the setup I'm using anyway as I do both ASP and PHP development and like using both systems.
Hope this helps you
Cheers,
Leon.