@lucidiot @m455 if you need a really basic CGI-capable server for testing, python has one built in:
python3 -m http.server --cgi 8000
your cgi scripts have to be in a directory named cgi-bin for this to work. and don't use it in production haha
@lucidiot @m455 if you need a really basic CGI-capable server for testing, python has one built in:
python3 -m http.server --cgi 8000
your cgi scripts have to be in a directory named cgi-bin for this to work. and don't use it in production haha
Chirp! is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.
All Chirp! content and data are available under the Creative Commons Attribution 3.0 license.