Hello,
I tried to switch to lighttpd but I have problems with executing the scripts correctly. Lighttd always tried to download the files. I tried all the above mentioned configuration for lighttpd.conf but none of them works.
In the error log file I have :
(server.c.931) WARNING: unknown config-key: cgi.assign (ignored)
when I add .sh in the cgi.assign option.
edit: when I DO add
# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" , ".sh" )
It seems that the sh file is being executed but I get a "403 - Forbidden" error.
Regards,
Tex
(Last edited by Tex-Twil on 30 Mar 2008, 09:55)