On Jan 11, 4:09 pm, smo_PenguinStyle <[email protected]> wrote:
> Hello all.  I'm really new to Python and to Apache, and even more so
> when it comes to Python working with Apache.  So, any help is much
> appreciated.
>
> The install page (http://webpy.org/install) says that if I'm using
> Apache, then that means that I should set web.py up with one of the
> following setup bullets:  Apache with CGI, Apache with CGI
> using .htaccess
> Apache with FastCGI, Apache with mod_python, or Apache with mod_wsgi.
>
> I've been told that CGI is old-school, antiquated, and shouldn't be
> used.  I don't have an opinion on that subject because I've never used
> "CGI" on any of my web pages.  I'm of the impression that I should use
> MOD_Python, and learn how to work with that, since I've worked with
> MOD_PHP before.
>
> Any suggestions?  Or, better yet, might you be able to point me to a
> "best and most helpful howto"...?

You would be better off using mod_wsgi over mod_python. See:

  http://www.modwsgi.org
  http://code.google.com/p/modwsgi/wiki/IntegrationWithWebPy

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to