Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
63 views

Defining header response not working in hiawatha and php

I have a local server and a remote server. On the local server what I'm trying to do works, but the remote server which is hiawatha doesn't. I'm trying to set a not found header and then respond with ...
0
votes
1answer
24 views

Hiawatha CGI: writing to the client as soon as a command gets executed

I have a CGI script run by Hiawatha web server that needs to return some data to the client, do some system work (may take 20-30 seconds) and then return yet more data. So far I haven't been able ...
0
votes
0answers
58 views

Url rewrites in Hiawatha

I'm trying out some alternatives to Apache and stumbled upon Hiawatha. It's smaller and faster than Apache for sure and the developers claim it's much safer than Apache. However, I've stumbled upon an ...
0
votes
1answer
109 views

Hiawatha and Drupal

I posted this on serverfault as well, but I probably asked in the wrong group. I am using the Hiawatha web server and running drupal on a FastCGI PHP server. The drupal site is using imagecache and ...
0
votes
1answer
123 views

web server for embedded system

Is there anyone knows about list of web servers which is used in embedded system ??. I have used hiawatha, is there any others ?.
0
votes
1answer
307 views

CGI post handling differences on Hiawatha and Apache

I'm trying to set up a light development environment to allow straight CGI in Common Lisp, and I'd like to use Hiawatha instead of the much larger Apache. I have code that works for both GET and POST ...