50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
---
|
|
layout: page
|
|
published: true
|
|
noToc: true
|
|
noDate: true
|
|
noComments: true
|
|
title: /examples/
|
|
subtitle: These examples show you what is possible using CGI/FastCGI
|
|
permalink: /examples/
|
|
tags:
|
|
- bin
|
|
- c
|
|
- c++
|
|
- go
|
|
- gcc
|
|
- rust
|
|
- ifconfig
|
|
- ip
|
|
- whois
|
|
- networking
|
|
- cgi
|
|
- fastcgi
|
|
- environment
|
|
- env
|
|
- bash
|
|
- lua
|
|
- perl
|
|
- php
|
|
- python
|
|
- ruby
|
|
---
|
|
|
|
<h2>Environment</h2>
|
|
|
|
<ul>
|
|
<li><a href="./env/">./env/</a> - PHP/FastCGI (Shows you some information about your PHP environment)</li>
|
|
</ul>
|
|
|
|
<h2>Try the CGI & FastCGI</h2>
|
|
|
|
<ul>
|
|
<li><a href="./bash/">./bash/</a> - Bash/CGI (This could be written using any Shell e.g. ash, fish, Ksh, Zsh etc...)</li>
|
|
<li><a href="./bin/">./bin/</a> - C/CGI (This example could be written in Go, Rust or any other compiled language)</li>
|
|
<li><a href="./lua/">./lua/</a> - Lua/CGI (A simple Lua script execution example)</li>
|
|
<li><a href="./perl/">./perl/</a> - Perl/CGI (Perl is still alive for the CGI)</li>
|
|
<li><a href="./php/">./php/</a> - PHP/FastCGI (The world most used web scripting language)</li>
|
|
<li><a href="./python/">./python/</a> - Python/CGI (Python is supported like all other languages)</li>
|
|
<li><a href="./ruby/">./ruby/</a> - Ruby/CGI (Just because Jekyll is written in Ruby)</li>
|
|
</ul>
|
|
|