From 78eb31baf3a34ba255701c249d71dda7fd0d75e5 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 10 Aug 2026 11:12:33 +0800 Subject: Verify GPG signature. --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 9964765..d01e545 100644 --- a/README.txt +++ b/README.txt @@ -7,6 +7,17 @@ TEST # slowcgi -d -v -s /var/www/run/slowcgi_debug.sock +Without PGP: + +# echo -n "body-mime=hello%20world" | chroot -u www /var/www /usr/bin/perl -e ' + $ENV{CONTENT_TYPE} = "application/x-www-form-urlencoded"; + $ENV{CONTENT_LENGTH} = 23; + $ENV{REMOTE_ADDR} = "127.0.0.1"; + $ENV{HTTP_USER_AGENT}= "test-cli"; + do "/cgi-bin/lex.cgi"; + print $@ if $@; +' + CHROOT: # Create the jail root -- cgit v1.2.3