# CGI #Action zpt-handler /projects/zptool/cgi_handler.cgi #AddHandler zpt-handler .zpt # mod_python SetHandler mod_python PythonPath "sys.path+['/home/johnny/projects/zptool']" PythonHandler zptool.mod_python_handler DirectoryIndex index.html index.zpt Options All ExecCGI FollowSymlinks