]> git.plutz.net Git - shellwiki/commitdiff
Merge commit 'a0e80b53ee3e393907040ce06b0d7fb82d8e0eec'
authorPaul Hänsch <paul@plutz.net>
Tue, 10 May 2022 22:24:28 +0000 (00:24 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 10 May 2022 22:24:28 +0000 (00:24 +0200)
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.