running Apache + Bottle + Python

后端 未结 4 1758
夕颜
夕颜 2020-12-16 01:20

I\'m trying to run Bottle.py with Apache and mod_wsgi.

I\'m running it on windows, using a xampp. python v2.7

My Apache config in httpd:

<         


        
4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-16 02:00

    I don't see your hello.py referenced anywhere.

    You should just put the contents of hello.py (the route) into app.wsgi.

提交回复
热议问题