From e98e43e0599e8718eda6c8c4ee9ddda0c5a908bd Mon Sep 17 00:00:00 2001 From: ahriman Date: Tue, 11 Dec 2018 04:49:16 -0500 Subject: fixed typo --- start.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.html') diff --git a/start.html b/start.html index b84cebb..8d1eb58 100644 --- a/start.html +++ b/start.html @@ -32,7 +32,7 @@

Once you've written your software to be served via CGI, be sure to statically link the executables. Sure, there's a larger file size, but the benefits outweigh that in this case - there's no relying on what I may or may not have installed on the Tilde Institute's server. For example:

$ cc -static -g -W -Wall -o app.cgi app.c

When you've completed compilation, make sure to set permissions properly (755) and move it to the public folder in your home directory. httpd(8) is set to use index as the index file, however this can be changed to index.cgi or what-have-you by contacting ahriman via IRC.

-

~institute user xvetrd has written a more detailed example on kcgi than is provided on the library's site. It includes an example makefile as well. The KCGI Starter archive is available here. Simply curl -O https://tilde.institute/kcgi-start.tar.gz it to your home directory here on ~institute, untar, make, and make install to test the compilation. It installs to ~/public with the proper ownership and permissions. View the index.c source and the makefile to see what goes on under the hood! Feel free to adapt it your own projects!

+

~institute user xvetrd has written a more detailed example on kcgi than is provided on the library's site. It includes an example makefile as well. The KCGI Starter archive is available here. Simply curl -O https://tilde.institute/kcgi-start.tar.gz it to your home directory here on ~institute, untar, make, and make install to test the compilation. It installs to ~/public_html with the proper ownership and permissions. View the index.c source and the makefile to see what goes on under the hood! Feel free to adapt it your own projects!

-- cgit 1.4.1-2-gfad0