Can someone please explain how to install/configure the following on a Windows 2003 Server?

DNS Security Enhancements (very important) Apache + PHP + Mysql IIS

Thank you. This will be used as a dedicated server for a side project.

link|improve this question

69% accept rate
You're planning to run both Apache and IIS? Which one will have port 80? – Chris_K Jun 23 '10 at 1:22
Nothing wrong with running both - you can have Apache on port 80 doing reverse-proxy to IIS on port 8080 (or anything else.) And of course you only make 80 open to the world, and 8080 can only be contacted by localhost. – mfinni Jun 23 '10 at 2:02
Don't believe I indicated there was anything wrong with it. But it would sure help to know what is planned before offering a detailed answer. – Chris_K Jun 23 '10 at 2:29
feedback

2 Answers

Guide for installing WAMP. Technet article on enabling DNSSEC on Server 2003 here.

link|improve this answer
feedback

For the PHP / MySQL bits check out Microsoft's Web Platform Installer. The installer also handles most of the popular PHP apps as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.