You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ge...@gump.apache.org on 2004/06/25 11:35:09 UTC

[jira] Closed: (GUMP-63) pydoc & ProxyPass

Message:

   The following issue has been closed.

   Resolver: Leo Simons
       Date: Fri, 25 Jun 2004 2:35 AM

http://brutus.apache.org/gump/pydoc/

run as user gump using

  /home/gump/bin/pydoc.sh

---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

    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, 25 Jun 2004 2:35 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org