how to configure apache with mod_python?

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

    how to configure apache with mod_python?

    Hi

    I just started with mod_python but i can't make it work. I tried to test
    the following

    but apache still interpretats the mptest.py as plain text.
    I'm using fedora 1, apache 2.0.48, mod_python 3.0.4

    Thanks
    Gustavo

  • drs

    #2
    Re: how to configure apache with mod_python?

    "Gustavo Rahal" <listas@grahal. net> wrote in message
    news:mailman.91 7.1082645951.20 120.python-list@python.org ...[color=blue]
    > Hi
    >
    > I just started with mod_python but i can't make it work. I tried to test
    > the following
    > http://www.modpython.org/live/curren...t-testing.html
    > but apache still interpretats the mptest.py as plain text.
    > I'm using fedora 1, apache 2.0.48, mod_python 3.0.4[/color]

    Have you rebooted/restarted Apache? If so, you need to post the relevant
    parts of your httpd.conf file (and your .htaccess file if it exists).

    -d


    Comment

    Working...