我正在面臨2天的問題,使我的項目投入生產。 我的項目名爲'rfaapp',當我嘗試訪問一個頁面時出現這個apache錯誤:導入器錯誤沒有名爲rfaapp的模塊。 這 我的Apache 2萬default.conf ' <VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and p
我有Python腳本在谷歌應用程序引擎我webapp2的應用: x = 0
class MyHandler(webapp2.RequestHandler):
def get(self):
global x
x = x + 1
print x
隨着頁面的每次刷新(或連接新用戶) ,計數遞增。 Python並沒有在每個請求中啓動一個新的