1. Web servers for Windows?

I know a few web servers for windows was mentioned a while ago, but I have lost the links to these and am wondering what others use? I have used Abyss (http://www.aprelium.com/abyssws/) in the past but was hoping for something that was just a simple .exe with a config file that I could use for development purposes. Lighttpd would be great, but does not seem to work on Windows.

Jeremy

new topic     » topic index » view message » categorize

2. Re: Web servers for Windows?

Apache is more than you asked for, but with the installers available now you can set-up it in just a few minutes on Windows.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Web servers for Windows?

This may be less than you were looking for, but you did ask for simple.

Baby Web Server, a single 220K exe.

http://www.pablosoftwaresolutions.com/html/baby_web_server.html

new topic     » goto parent     » topic index » view message » categorize

4. Re: Web servers for Windows?

What actually would be nice is if someone wants to take the new demo/httpd.ex and make it support CGI smile

It already supports basic file serving, directory listing and logging. Not much more is needed to be a basic web server for development... any takers? We'd then have a functional web server written in Euphoria. Not to compete with Apache or anything but just for simple CGI development purposes.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

5. Re: Web servers for Windows?

Xitami. Dead simple. Great for testing. www.xitami.com.

Though having checked it I see things have moved on since I downloaded it a while back - looks like its called x5 now, so I can't vouch for it anymore.

Chris

new topic     » goto parent     » topic index » view message » categorize

6. Re: Web servers for Windows?

jeremy said...

I know a few web servers for windows was mentioned a while ago, but I have lost the links to these and am wondering what others use? I have used Abyss (http://www.aprelium.com/abyssws/) in the past but was hoping for something that was just a simple .exe with a config file that I could use for development purposes. Lighttpd would be great, but does not seem to work on Windows.

Jeremy

If you add to the http code in Euphoria, you'll be headed for arguements with CoBaJo. I wouldn't touch it, not even for my own private use. I don't use it.

I use XAMPP (apache and php) now.

useless

new topic     » goto parent     » topic index » view message » categorize

7. Re: Web servers for Windows?

useless said...

If you add to the http code in Euphoria, you'll be headed for arguements with CoBaJo. I wouldn't touch it, not even for my own private use. I don't use it.

I use XAMPP (apache and php) now.

I'm the one who wrote the httpd.ex server found in demo/ ... Just didn't have the time to make it a more full featured server. It's really just an example of using the new built in socket interface w/Euphoria 4.0 but it wouldn't take much to wrap things up into a bit more usable server.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

8. Re: Web servers for Windows?

Kat said...

If you add to the http code in Euphoria, you'll be headed for arguements with CoBaJo.

Why would that happen?

Kat said...

I wouldn't touch it, not even for my own private use. I don't use it.

Why don't you use it?

Kat said...

I use XAMPP (apache and php) now.

Why do you use this?

new topic     » goto parent     » topic index » view message » categorize

9. Re: Web servers for Windows?

I found this link: http://en.wikipedia.org/wiki/Comparison_of_lightweight_web_servers which has a huge list of light weight web servers (as the name implies). I'm looking for one that:

Required

  1. Small binary size
  2. Single binary (no additional files are wanted, except for 1 config file)
  3. Cross-platform (same OSes as Euphoria)
  4. CGI support
  5. Single file config (can be put in your projects SCM system)

Benefits

  1. FastCGI support
  2. SCGI support

That's all. Nothing more.

new topic     » goto parent     » topic index » view message » categorize

10. Re: Web servers for Windows?

Oh, and some type of mod_rewrite capabilities.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

11. Re: Web servers for Windows?

You may want to try Cherokee http://www.cherokee-project.com/

Cheers,
Guillermo

new topic     » goto parent     » topic index » view message » categorize

12. Re: Web servers for Windows?

You might want to look at nginx. Has FCGI, but no SCGI yet (I think).

http://nginx.net/

new topic     » goto parent     » topic index » view message » categorize

13. Re: Web servers for Windows?

You can try to do this in Euphoria if you need a small simple server . I put a example at http://members.home.nl/m.s.ter.haseborg/peu/MSERVER/ This is a window version what is a wrapper of the open() functions of PEU . PEU has a buildin open for server/client ports aswell for Linux/Windows (no Dos)

A other example is http://dotpups.de/menno/RSS/pserver.exw out of a articel about a RSS reader in PEU (see : http://dotpups.de/menno/RSS/uitleg.htm

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu