> how do you setup ActivePython to work through Apache like perl does?

The Python FAQ on http://www.python.org suggests::

In the Apache configuration file httpd.conf, add the following line at the
end of the file:
ScriptInterpreterSource Registry

Then, give your Python CGI-scripts the extension .py and put them in the
cgi-bin directory.

John Ochiltree



_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to