Clarify language requirement for CGI executables

Binary executable without an extension are sent to the client like any other file. Adding a .cgi extension makes the web server run the executable.
This commit is contained in:
Shon Frazier
2026-03-19 07:53:17 -04:00
committed by GitHub
parent a642ab7fd6
commit ea6ec3738f

View File

@@ -190,8 +190,8 @@ of your Tilde.club home directory,
with appropriate file extension;
and also make sure that the thing is **world-readable** _and_ **world-executable**
(something like <q>`chmod +rx YOURFILE.EXT`</q> would do).
If you use other language that compiles to a binary executable,
just world-executable permission will suffice.
If you use another language that compiles to a binary executable, use a `.cgi` extension
and just world-executable permission will suffice.
The URL for accessing a CGI program from a web browser
is no different from accessing