mod_python/good documentation?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim

    mod_python/good documentation?

    ....just starting to work with mod_python. There are a number of details and
    pitfalls: any suggestions on where to get some decent tips and tricks. I can
    comprehend the provided docs but...they are not that great. :-(

    Feel free to comment/recommend any other Apache modules for py.

    T


  • Gerhard Häring

    #2
    Re: mod_python/good documentation?

    Tim wrote:[color=blue]
    > ...just starting to work with mod_python. There are a number of details and
    > pitfalls: any suggestions on where to get some decent tips and tricks. I can
    > comprehend the provided docs but...they are not that great. :-([/color]

    mod_python questions are obviously best asked on the mod_python mailing
    list :-)
    [color=blue]
    > Feel free to comment/recommend any other Apache modules for py.[/color]

    It seems among the three (mod_python, mod_snake, PyApache), mod_python
    is the one to go.

    There's still mod_scgi and FastCGI as alternatives. But these, just like
    mod_python are just for connecting your app to the webserver, not a
    complete web framework yet.

    -- Gerhard

    Comment

    Working...