Commit 4b85d1cb authored by 's avatar

Added PCGI_EXE to pcgitest

parent be243acf
...@@ -2,9 +2,15 @@ ...@@ -2,9 +2,15 @@
# example pcgi info file - JeffBauer@bigfoot.com # example pcgi info file - JeffBauer@bigfoot.com
# substitute 'BogusDirectory' with appropriate path # substitute 'BogusDirectory' with appropriate path
# and subsitute the correct path to your Python binary
# for PCGI_EXE.
#
# To invoke from browser: http://.../cgi-bin/pcgitest/getTime # To invoke from browser: http://.../cgi-bin/pcgitest/getTime
PCGI_EXE=/usr/local/bin/python
PCGI_PUBLISHER=/BogusDirectory/pcgi_publisher.py PCGI_PUBLISHER=/BogusDirectory/pcgi_publisher.py
PCGI_MODULE_PATH=/BogusDirectory/pcgitime.py PCGI_MODULE_PATH=/BogusDirectory/pcgitime.py
PCGI_SOCKET_FILE=/tmp/pcgitest.socket PCGI_SOCKET_FILE=/tmp/pcgitest.socket
PCGI_PID_FILE=/tmp/pcgitest.pid PCGI_PID_FILE=/tmp/pcgitest.pid
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment