Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update novice instructions in cgi-scripts #442

Open
wants to merge 6 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cgi-examples/printenv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# To permit this cgi, replace # on the first line above with the
# appropriate #!/path/to/perl shebang, and on Unix / Linux also
# set this script executable with chmod 755.
# You will also need to uncomment lines matching cgid_module and
# Scriptsock in http.conf and restart (or HUP) the server.
#
# ***** !!! WARNING !!! *****
# This script echoes the server environment variables and therefore
Expand Down
2 changes: 2 additions & 0 deletions docs/cgi-examples/printenv.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

' To permit this cgi, replace ' on the first line above with the
' appropriate shebang, f.e. '!c:/windows/system32/cscript -nologo
' You will also need to uncomment lines matching cgi_module in
' http.conf and restart the server.
'
' ***** !!! WARNING !!! *****
' This script echoes the server environment variables and therefore
Expand Down
2 changes: 2 additions & 0 deletions docs/cgi-examples/printenv.wsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

' To permit this cgi, replace ' on the first line above with the
' appropriate shebang, f.e. '!c:/windows/system32/cscript -nologo
' You will also need to uncomment lines matching cgi_module in
' http.conf and restart the server.
'
' ***** !!! WARNING !!! *****
' This script echoes the server environment variables and therefore
Expand Down
2 changes: 2 additions & 0 deletions docs/cgi-examples/test-cgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# To permit this cgi, replace # on the first line above with the
# appropriate #!/path/to/sh shebang, and set this script executable
# with chmod 755.
# You will also need to uncomment lines matching cgid_module and
# Scriptsock in http.conf and restart (or HUP) the server.
#
# ***** !!! WARNING !!! *****
# This script echoes the server environment variables and therefore
Expand Down