Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks Tklauser,
I found a very minimalist example for the httpd config but it doesn't seem to work. There were no examples where to set filetypes to support. The authentication message box didn't appear so no login was shown and I could browse through the cgi-bin folder. The cgi-scripts weren't executed but the browser wanted to download the files. So I decided to work on authentication for boa webserver. There was a patch for an older boa version 0.94.14.r19. http://sourceforge.net/tracker/download.php?group_id=78&atid=300078&file_id=83873&aid=935995 I changed the sources of the boa distribution and successfully compiled it after replacing 'bzero' with 'memset'. When I start boa the error message "can't find keyword Auth" disappears. But now when I try to open a website I get the message501 Not Implemented
POST to non-script is not supported in Boa Urmel