File: pcgitest

package info (click to toggle)
python-pcgi 1.999a5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 400 kB
  • ctags: 197
  • sloc: ansic: 1,518; python: 775; makefile: 136; sh: 71
file content (17 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/pcgi-wrapper

# example pcgi info file - JeffBauer@bigfoot.com

# This example has been set up for a Debian webserver. To run it, try this:
#
#     http://YOURHOST/cgi-bin/pcgitest/getTime

# If you're using this as template for your own PCGI application, substitute
# PCGI_MODULE_PATH with the appropriate path of your application's main
# module.

PCGI_EXE=/usr/bin/python
PCGI_PUBLISHER=/usr/lib/site-python/pcgi_publisher.py
PCGI_MODULE_PATH=/usr/doc/python-pcgi/examples/pcgitime.py
PCGI_SOCKET_FILE=/tmp/pcgitest.soc
PCGI_PID_FILE=/tmp/pcgitest.pid