]> git.plutz.net Git - cgilite/blobdiff - cgilite.sh
Implemented Pipe Tables
[cgilite] / cgilite.sh
index 7af962332cde39d1a4f0583da271159f8281f475..b47a3e2e683219b773af4383059a6701f2d44d46 100755 (executable)
@@ -164,7 +164,7 @@ if [ -z "$REQUEST_METHOD" ]; then
     done
 
     export REMOTE_ADDR SERVER_NAME SERVER_PORT REQUEST_METHOD REQUEST_URI SERVER_PROTOCOL \
-           PATH_INFO QUERY_STRING CONTENT_TYPE CONTENT_LENGTH
+           PATH_INFO QUERY_STRING CONTENT_TYPE CONTENT_LENGTH cgilite_headers
 
     # Try to serve multiple requests, provided that script serves a
     # Content-Length header.