01/10/2018, 08:52

Cách cài đặt Web Server sao cho nó chạy code .py

Hi mọi người , em đang học lập trình CGI trong Python . Nhưng mà em cài cái web server trên máy của em thì không chạy được code .py trên web Em có làm theo bài viết đó thêm đống này vào file httpd.conf nhưng vẫn không được :

<Directory "/var/www/cgi-bin">
   AllowOverride None
   Options ExecCGI
   Order allow,deny
   Allow from all
</Directory>

<Directory "/var/www/cgi-bin">
Options All
</Directory>`

Em search google " Cách chạy code python trên web server " nhưng nó toàn ra cách cài đặt xamp , appserver… không à Em mong mọi người trên diễn đàn giúp em , Thanks.

The Wind viết 11:02 ngày 01/10/2018

Google cho u nà : https://www.google.com.vn/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=webserver+with+python&*

Hoặc : https://ruslanspivak.com/lsbaws-part1/

https://docs.python.org/2/library/simplehttpserver.html

https://docs.python.org/2/howto/webservers.html

blueworld viết 11:05 ngày 01/10/2018

thank anh nhea

Bài liên quan
0