Questions tagged [hiawatha]

Hiawatha is an open source webserver that focuses on security and ease-of-use.

Hiawatha is an open source webserver that focuses on security and ease-of-use.

14 questions
3
votes
1 answer

FCGI & url issues while moving from Hiawatha

We are moving from Hiawatha webserver to Lighty. I want to make this transfer as transparent as possible without making any change to FCGI application. In Hiawatha, we have a configuration line in the UrlToolKit block Match ^/load_app UseFastCGI…
Dinkan
  • 31
  • 4
2
votes
1 answer

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 the login page. I'm using the following code to…
Maurizio Pozzobon
  • 3,044
  • 7
  • 34
  • 44
1
vote
1 answer

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 to achieve this result: the script doesn't write…
dpq
  • 9,028
  • 10
  • 49
  • 69
1
vote
1 answer

How to convert URL rewrite from Apache to Hiawatha

I'm using the Hiawatha webserver and need to convert the following Apache URL rewrite rule into a URL toolkit rule. RewriteRule ^symphony\/api(\/(.*\/?))?$ extensions/rest_api/handler.php?url=$1&%{QUERY_STRING} [NC,L] %{QUERY_STRING} can't be used…
David Oliver
  • 2,424
  • 1
  • 24
  • 37
0
votes
0 answers

undefined reference to functions in gzip

When I was trying to build the Hiawatha webserver, I got the following error: [ 1%] Linking C executable cgi-wrapper /usr/bin/ld: CMakeFiles/cgi-wrapper.dir/src/libfs.c.o: in function gzip_file':…
0
votes
1 answer

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 in Apache, but only GET in Hiawatha; is there a…
JasonFruit
  • 7,764
  • 5
  • 46
  • 61
0
votes
1 answer

.htaccess to .hiawatha regex conversion

So i do not understand how the conversion from htaccess to hiawatha works. Can you suggest agood site or a good book to get into the topic? My problem is the following conversion: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^((?s).*)$…
D4ny
  • 41
  • 5
0
votes
1 answer

cakePHP returning empty parameters on the GET request

I'm having problem to read parameters on the GET request: www.example.com/users/checkusername?username=e I'm using cakePHP 3, on cakePHP 2.6.4 is working without problem. By these way I have an empty…
coder
  • 23
  • 8
0
votes
1 answer

Internal Server Error 500 when sending mail to AWS SES with cakephp running on Hiawatha

I'm getting "Internal Server Error 500" after the third or sometimes at the first attempt to send a mail using CakePHP 3 through AWS SES account (in production mode) running on Hiawatha server. Here is my php code: public function sendmail() { …
coder
  • 23
  • 8
0
votes
1 answer

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 it requires either private files or clean urls. The…
Botto
  • 1,188
  • 4
  • 16
  • 29
0
votes
1 answer

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 ?.
deddihp
  • 653
  • 1
  • 6
  • 17
0
votes
1 answer

embedded web server using FastCGI

I'm trying to create dynamic web control panel using hiawatha web server on embedded Linux platform. I'm planning to split the web panel to 2 HTML frames: One frame will be written as a static HTML. Another frame will be generated using FastCGI -…
Dima
  • 1,253
  • 3
  • 21
  • 31
0
votes
1 answer

Converting Apache URL rewrite to Hiawatha for Codeigniter

I have a working installation of Codeigniter on Apache2. Trying to run it on Hiawatha (on Puppy Linux). Moved the Codeigniter application to Hiawatha along with databases and updated all settings. But, am unable to get the app running on Hiawatha.…
Prashanth JC
  • 537
  • 1
  • 6
  • 20
0
votes
1 answer

error reading information on service hiawatha: No such file or directory

I want to install kloxo-mr panel. my os is centos 5.9 I did the setup steps according to this guide: https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt During the installation process it show me this error and end install…
saeid ezzati
  • 239
  • 1
  • 3
  • 16