2025-12-27 12:55:17 +01:00
2024-07-09 23:10:08 +02:00
2025-12-27 00:05:28 +01:00
2024-07-10 20:20:07 +02:00
2025-10-23 20:56:24 +02:00
2025-12-27 00:00:47 +01:00
2025-12-27 12:55:17 +01:00
2025-10-23 20:56:24 +02:00

AqCGI

AqCGI is a small library to help building CGI code in C to be used with Apache2 and other HTTP servers.

It parses HTTP headers and URL-encoded strings. It also takes care of sending responses including headers and error codes/messages.

Build AqCGI

Dependencies

AqCGI only depends on libgwenhywfar (see gwenhywfar).

Build

Download and unpack tar.gz file, CD into the unpacked folder and build like this:

mkdir build
cd build
gwbuild -s ..
gwbuild -jNN (with NN being the number of parallel processes to use, e.g. 4 if compiling on quadcore cpu)
sudo gwbuild -i
Description
No description provided
Readme 86 KiB
2025-12-27 14:20:11 +01:00
Languages
C 100%