diff --git a/website.md b/website.md index 2f7a8d0..a5fab9d 100644 --- a/website.md +++ b/website.md @@ -12,10 +12,9 @@ your `~/public_html` directory is served at: static content are served normally, but there are also some dynamic options: - php: `.php` extension -- python: `.py` extension -- lua: `.lua` extension -- shell: `.sh` or `.cgi` extension -- cgi scripts: name it whatever you want and place the executable file in `cgi-bin/` +- CGI scripts +CGI script have been traditionally limited to any executable file in `/cgi-bin/`. +however, we've set them to also allow running from anywhere, as long as they're executable and end in `.cgi`, `.py`, `.lua`, or `.sh` extentions