Web Server for Windows: IIS? Apache?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Web Server for Windows: IIS? Apache?

Post by RichAlgeni »

What would you recommend? Neither? Something else?

Is FastCGI the best interface to use?
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Re: Web Server for Windows: IIS? Apache?

Post by yoxola »

It really depends on your need...

If you're running www server with lower spec machine, WAMP, EasyPHP, UniServer will work.
I use UniServer, it's lightweight and comes with php MySQL support, from http://sourceforge.net/projects/miniserver/

If you have a decent hardware and want to use ASP/.NET/SQL, you need IIS of course,
it's not hard to configure but you'll need to set up many extra components like php rubyonrail MySQL etc.

As to FastCGI, technically it can reduce server load, but not much improvement on speed like it claims.
This field was left intentionally as signature.
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Web Server for Windows: IIS? Apache?

Post by RichAlgeni »

I have PostgreSql, the interface to whichever will be done with PureBasic. I just don't have a lot of time to deal with it.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Web Server for Windows: IIS? Apache?

Post by Kukulkan »

Hi,

I've had very good experience with Aprelium Abbyss webserver (http://www.aprelium.com/abyssws/). I think it is very easy to configure if you have never done a webserver before.

Anyway, IIS has always been a pain for me (tons of rights management problems and certificate problems etc). If only the two are in decision, then Apache would always be the one for me.

Kukulkan
Opcode
Enthusiast
Enthusiast
Posts: 138
Joined: Thu Jul 18, 2013 4:58 am

Re: Web Server for Windows: IIS? Apache?

Post by Opcode »

NGINX

One of the fastest and most secure web servers out there. Nuff said. :mrgreen:
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Web Server for Windows: IIS? Apache?

Post by RichAlgeni »

Opcode wrote:NGINX
They have a disclaimer on their website that says there is a problem with the Windows version that has yet to be fixed.
Post Reply