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

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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, 11 Jun 2004 10:32 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


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

Posted by ge...@gump.apache.org.
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


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

Posted by ge...@gump.apache.org.
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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


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

Posted by ge...@gump.apache.org.
The following comment has been added to this issue:

     Author: Adam Jack
    Created: Tue, 22 Jun 2004 8:26 AM
       Body:
I don't think so, I've read this:

    http://www.python.org/doc/current/lib/module-pydoc.html

and tinkered with it, but not found a way. 

I'd really like to have PyDoc documentation for Gump, especially
publically, but I don't know the security risks & (sadly)
respect that they take priority. That said -- hmm, do we know
they are any better/worse for PyDoc than MoinMoin? I guess so,
since MoinMoin runs behind Apache (right?). Oh well.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/GUMP-63?page=comments#action_36283

---------------------------------------------------------------------
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: Tue, 22 Jun 2004 8:26 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