Forum Moderators: phranque

Message Too Old, No Replies

Need help in migrating the apache server to IIS server

         

rajip23

4:00 pm on Mar 15, 2010 (gmt 0)

10+ Year Member



Hi,

Can anyone tell me the procedure to migrate the apache webserver to IIS webserver.Details are as below:

Apache is running on solaris8
IIS webserver is running on windows 2003.

I dont have much knowledge in apache.

jdMorgan

3:13 pm on Mar 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You'd likely do better asking this question in our Microsoft forum, as the general advice here (due to our "natural loyalties") is likley to be "Don't do it!" :)

If you have a pure-HTML static site, then the answer is likely to be simple: Copy all the files over, and use the IIS "control panel" to set up the site.

If, however, you have lots of server-side-include code, CGI scripts, and PHP code, then you will need to rewrite all that code into .asp or some other language that is supported on IIS servers. So, this could be a two hour project or a two-year project, depending on the specifics of the site itself.

Jim

LifeinAsia

3:32 pm on Mar 16, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



No reason to re-code to ASP, PHP runs on IIS. You just need to configure IIS to tell it where to point to for processing .php files (may be automatic when installing PHP on your server).