How do you set up Python scripts to work in Apache 2.0?

后端 未结 4 1663
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 06:00

I tried to follow a couple of googled up tutorials on setting up mod_python, but failed every time. Do you have a good, step-by step, rock-solid howto?

My dev box is

4条回答
  •  离开以前
    2020-12-15 06:26

    Are you running Python on UNIX or Windows?

    An alternative to mod_python and FastCGI is mod_wsgi. You can find out more at modwsgi

    I have built and installed this on Solaris without problems. I had previously tried mod_python but ran into problems with shared libraries as part of the build. There are good install docs available.

提交回复
热议问题