Instructions to allow .cgi files to execute from anywhere using boa webserver
parent
f839d99694
commit
331cc6cca1
|
@ -55,3 +55,9 @@ rule that allow `ikiwiki.cgi` to be executed.
|
||||||
**Warning:** I only use this lighttpd configuration on my development
|
**Warning:** I only use this lighttpd configuration on my development
|
||||||
server (offline). I am not sure of how secure this approach is.
|
server (offline). I am not sure of how secure this approach is.
|
||||||
If you have any thought about it, feel free to let me know.
|
If you have any thought about it, feel free to let me know.
|
||||||
|
|
||||||
|
## boa
|
||||||
|
|
||||||
|
Edit /etc/boa/boa.conf and make sure the following line is not commented:
|
||||||
|
|
||||||
|
AddType application/x-httpd-cgi cgi
|
||||||
|
|
Loading…
Reference in New Issue