sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (598B)


      1 Base cgi support
      2 ================
      3 
      4 Description
      5 -----------
      6 This patch adds basic cgi support for quark. It directly executes given script sending data via pipe in case of POST method and then reads script's stdout and sends it to client. This patch allows quark to accept any input data except for uploading files. Scripts are searched relatively to server root (-d option). This option is proceed before vhosts.
      7 
      8 This patch is not tested on UDS.
      9 
     10 Download
     11 --------
     12 * [quark-basecgi-20190317-4677877.diff](quark-basecgi-20190317-4677877.diff)
     13 
     14 Author
     15 ------
     16 * Platon Ryzhikov <ihummer63@yandex.ru>