mod_python.publisher သံုးရင္ *.py ကို run ခိုင္းလို့ရပါတယ္။
<Directory "C:/xampplite/htdocs/">
AddHandler mod_python .py
PythonHandler mod_python.publisher
</Directory>
test.py (ပိုသန့္သြားပါတယ္။ က်ေနာ္ ဒီနည္းကို အျကိုက္ဆံုးပါ)
def index():
return "Hello World!"
ဒါလည္း Hello World! ပဲေပါ္ရပါမယ္။
Cheers,
Soe Min
No comments:
Post a Comment