I read online how some programmers like to use PHP with Apache. Anyone else agree or disagree? What would you prefer using Apache with?
Printable View
I read online how some programmers like to use PHP with Apache. Anyone else agree or disagree? What would you prefer using Apache with?
You can run PHP under IIS
Apache HTTP Server - Wikipedia, the free encyclopediaQuote:
Apache supports a variety of features, many implemented as compiled modules which extend the core functionality. These can range from server-side programming language support to authentication schemes. Some common language interfaces support Perl, Python, Tcl, and PHP.
I just use PHP on IIS 7. Apache just doesn't offer everything I need.
Microsoft has put a lot of effort into getting PHP to run on Windows.
http://www.microsoft.com/web/platform/phponwindows.aspx
Of course, PHP now supports Windows:
http://windows.php.net
However, I still find that PHP runs better on Apache.
Shane.