free hosting (for my linux dist.) ?
It more depends on what you eventually want to do with the web server.
If you're building an application that requires IIS, MS Extensions, and .NET, then go the Windows route.
On the other hand, if you're planning on using a LAMP stack (Linux, Apache, MySQL, and PHP), then go the Linux route.
If it were me, I'd go the LINUX route.
If you're doing static web pages, then go Windows/IIS. If youre dynamically generating web pages, go Linux/Apache.
|