summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 11 insertions, 0 deletions
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