Module Name: src Committed By: kamil Date: Mon Dec 7 03:11:48 UTC 2015
Modified Files: src/libexec/httpd: printenv.lua Log Message: Improve the httpd(8) printenv.lua Lua example Stop using Lua builtin print function and replace them with http.* ones. httpd.print and http.write wraps SSL support when needed. Print http headers, without them browser may interpret page as raw text. No need to hardcode prefix path in the form. Add comments for a user with tips how to use this script. Patch by Travis Paul Closes PR misc/50502 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/libexec/httpd/printenv.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.