Passing arguments to os.execute()
tsunny
nginx-forum at nginx.us
Thu Jun 19 06:57:27 UTC 2014
Hello,
How to send the value of a variable to a shell program using os.execute()?
I want to send the value of $uri to my shell program. Below is my code,
location / {
set_by_lua $result 'os.execute("/tmp/test.sh $uri")';
}
If I access $1 in my program, the value is just 'uri' not the value of the
'$uri'.
Can please anyone tell me how to do this correctly.
Thanks
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251038,251038#msg-251038
More information about the nginx
mailing list