Saturday, April 05, 2008

Question for the Daily Duck helpdesk

Does anyone know of a good, freeware web server for a Windows PC? It has to be able to run embedded PHP scripts.

5 comments:

  1. I'm looking at the Apache HTTP server documentation and I can't find any mention of PHP scripting. The only scripting references are to CGI. Am I looking in the right place?

    ReplyDelete
  2. It's free.

    Installing PHP in Apache.

    Apache is a framework, so if you want to install X in it, you're more likely to find details for that in the documentation for X than Apache.

    ReplyDelete