#!/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
