website

your user page is available at

files are served from the ~/www/html directory.

cgi scripts

the following file extensions are dynamically executed:

any files placed in ~/www/html/cgi-bin will be executed regardless of their extension.

make sure you use #!/usr/bin/env <interpreter> as the shebang, make the script executable and that the first thing you send is Content-Type.

take a look at some cgi script examples if you need help.

static site generators

it's recommended to keep the source files for sites outside of ~/www/html.