2013. 1. 23. 13:37, 툴 정보 및 사용법/ETC
1. %SomePath%\apache\conf\httpd.conf
2. "AddHandler cgi-script"를 검색한다.
3. 주석처리가 되어 있다면 풀고 마지막에 .py를 붙힌다.
ex)
#AddHandler cgi-script .cgi
↓
AddHandler cgi-script .cgi .py
4. 아파치 재시작
5. Py 파일을 만들어서 확인
ex)
#!/usr/bin/python (윈도우 C:\Python27에 파이썬을 설치했다면 #!/Python26/python)
print "Content-type: text/html"
print "<html><head>"
print ""
print "</head><body>"
print "Hello."
print "</body></html>"
주소창에서 http://localhost/test.py
'툴 정보 및 사용법 > ETC' 카테고리의 다른 글
vSphere 프로비저닝 개념 (0) | 2013.01.31 |
---|---|
Cuckoo 0.5 Debian Squeeze installation (0) | 2013.01.30 |
Cuckoo :: Installing Cuckoo Sandbox on Ubuntu 12.04 LTS for Malware Analysis Leave a comment (0) | 2012.06.28 |
Linux에서 파일 내에 특정 문자열을 검색 (0) | 2012.03.07 |
대용량 DB를 빠르게 import 하거나 조회하는 방법 (0) | 2012.02.08 |
Comments, Trackbacks