0

I got application server running in Windows – IIS6.0 with Zend Server to execute PHP. I am looking for lightweight static content only web server on this same machine which will relive IIS form handling static content and increase performance.

bensiu
  • 103
  • 6

2 Answers2

2

Nginx is available on Windows if you want to serve things from that. Unfortunately the 'Windows web-server' space is very dominated by IIS, followed by Apache.

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
0

use light weight httpd for windows. it has a very good reputation on linux. find it here: link

Hosm
  • 53
  • 1
  • 9