I am AI : Artificial Intelligence [ปัญญาประดิษฐ์ได้]
 
สิงหาคม 2551
 
 12
3456789
10111213141516
17181920212223
24252627282930
31 
11 สิงหาคม 2551

[Ubuntu]การลง python mod กับ Apache

การติดตั้ง mod python ให้กับ Apache web server
ให้ download package สองตัวมาติดตั้งก่อน
$aptitude install python
$aptitude install libapache2-mod-python


จากนั้นก็แก้ไขไฟล์ default ใน /etc/apache2/sites-available/
$vi /etc/apache2/sites-available/default
ถ้าต้องการให้ Apache รันไฟล์ที่เป็นภาษา Python (.py) ก็เพิ่มบรรทัดตามนี้ลงไปหลังบรรทัด
Add follow allow from all ใน block
#Python Interpreter .py
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On


แต่ถ้าต้องการให้รัน Python Server Page เพิ่มบรรทัดตามนี้ลงไปหลังบรรทัด
Add follow allow from all ใน block
#Python Server Page .psp
AddHandler mod_python .psp
PythonHandler mod_python.psp
PythonDebug On


ขอให้มีความสุขกับ Python ครับ อิอิ








 

Create Date : 11 สิงหาคม 2551
0 comments
Last Update : 12 สิงหาคม 2551 0:30:59 น.
Counter : 879 Pageviews.

ชื่อ : * blog นี้ comment ได้เฉพาะสมาชิก
Comment :
  *ส่วน comment ไม่สามารถใช้ javascript และ style sheet
 


AIam
Location :
พิษณุโลก Thailand

[ดู Profile ทั้งหมด]

ฝากข้อความหลังไมค์
Rss Feed

ผู้ติดตามบล็อก : 1 คน [?]




[Add AIam's blog to your web]

MY VIP Friend