Links
old
Recent site activity
R
edited by Andreas Jostel
Diab
removed by A J
home
removed by A J
attachment removed by A J
who
removed by A J
home
attachment removed by A J
where
removed by A J
home
attachment removed by A J
when
removed by A J
View All
Navigation
1-Endocrine
Home
>
blog
>
Python Web Server
posted
7 Jul 2010, 14:44
by Andreas Jostel
http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python
cd into directory to share eg:
cd /Inkscape/Med/GAD
then:
python -m SimpleHTTPServer
This start a simple apache server
ifconfig
then find inet address (eg of eth1):
192.168.1.100
, and go to
http://
192.168.1.100:8000/
Comments