old-www/HOWTO/Apache-Overview-HOWTO-24.html

49 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Apache Overview HOWTO: Migrating from Microsoft IIS</TITLE>
<LINK HREF="Apache-Overview-HOWTO-25.html" REL=next>
<LINK HREF="Apache-Overview-HOWTO-23.html" REL=previous>
<LINK HREF="Apache-Overview-HOWTO.html#toc24" REL=contents>
</HEAD>
<BODY>
<A HREF="Apache-Overview-HOWTO-25.html">Next</A>
<A HREF="Apache-Overview-HOWTO-23.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc24">Contents</A>
<HR>
<H2><A NAME="s24">24. Migrating from Microsoft IIS</A></H2>
<P>Common reasons why people migrate from IIS to Apache (and not the other way around) include
stability, performance and security. This is partly because most people running Apache do it on
an Unix variant (like Solaris, FreeBSD or Linux). Fortunately, Apache is multiplatform and runs
on both Unix and Windows, offering a sensible migration path.
<P>Common Windows based web development environments like Coldfusion or Active Server Pages
have Unix ports or compatible environments (some are commmercial, some are freely available):
<UL>
<LI>
<A HREF="http://www.macromedia.com/software/coldfusion/">Coldfusion for Linux</A></LI>
<LI>
<A HREF="http://www.apache-asp.org/">Perl ASP module</A></LI>
<LI>
<A HREF="http://www.halcyonsoft.com/">Halcyon ASP</A></LI>
</UL>
Apache for Windows supports also the ISAPI interface.
<P>If you want to go for a complete open source solution and you come from a Windows background (
IIS + ASP + MS-SQL server) the roughly equivalent (and highly popular) combination is Apache + PHP
+
<A HREF="http://www.mysql.com">MySQL</A> or
<A HREF="http://www.postgresql.org">PostgresSQL</A>.
You can learn more about PHP
<A HREF="Apache-Overview-HOWTO-18.html#php">here</A><P>Support for Windows is greatly improved in the new 2.0 Apache version, still in beta stage at the time of this writing.
<P>
<P>
<P>
<HR>
<A HREF="Apache-Overview-HOWTO-25.html">Next</A>
<A HREF="Apache-Overview-HOWTO-23.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc24">Contents</A>
</BODY>
</HTML>