Forum

Customised Authorisation on Hiawatha

Rajesh Singhal
5 July 2011, 15:08


Hiawatha version: 7.4
Operating System: Debian 5.0

I wish to execute one executable which will authrise every user request on Hiawatha.
Can I configure this webserver in a way that instaed of authorisation by webserver user is autorised by my executable.
Rajesh Singhal
5 July 2011, 15:10
One way is to use CGI script to call executable to authorise the user.
Please help me if it is possible that before processing any response webserver runs this CGI script.
Hugo Leisink
12 July 2011, 09:59
The only way to do this is to redirect every request to a CGI script and let that CGI script handle the request. Even the requests to static files.
This topic has been closed.