diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
