The following comment has been added to this issue:
Author: Leo Simons
Created: Fri, 18 Jun 2004 10:20 AM
Body:
is it possible to run pydoc periodically instead and have it generate static html?
Seems more secure...and we could have gump do it.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/GUMP-63?page=comments#action_36233
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/GUMP-63
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GUMP-63
Summary: pydoc & ProxyPass
Type: Task
Status: Unassigned
Priority: Minor
Project: Gump
Components:
configuration of live servers
Documentation
Python
Versions:
unspecified
Assignee:
Reporter: Michael Davey
Created: Fri, 11 Jun 2004 10:32 AM
Updated: Fri, 18 Jun 2004 10:20 AM
Environment: brutus.apache.org, gump.apache.org
Description:
As requested by Adam, I am logging this as a jira task:
1. run pydoc as a service on brutus (or other server), pointing it to the gump code.
Something like:
python pydoc.py -p 1234 gump
where 1234 is the port to use and gump is the root directory of python code.
2. ProxyPass from gump.apache.org to the pydoc service. Something like:
ProxyPass /docs/api/ http://brutus.apache.org:1234/
ProxyPassReverse /docs/api/ http://brutus.apache.org:1234/
Adam adds: "What would be cool would be to automate
checking out the Gump code into the place where pydoc looks, so we are
always fresh.
BTW: I don't know the security concerns associated with pydoc..."
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]