Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Peter Heitzer" Newsgroups: comp.lang.python Subject: Re: show instant data on webpage Date: 27 Jan 2016 16:47:49 GMT Lines: 10 Message-ID: References: X-Trace: individual.net cHkRYuPOEsOgdjJOVzMlOAAcW2djtqZxRrUmtCp/1xx8NwaSpMQjJeInry X-Orig-Path: not-for-mail Cancel-Lock: sha1:5zSGUYpCcCgbBim0D8Oq8WAyJnE= User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.16.0-4-amd64 (x86_64)) Xref: csiph.com comp.lang.python:102163 mustang wrote: >> You even could use python for the webserver. Read the docs for the module >> "SimpleHTTPServer". >now I'm using apache. Is it possible to do the same with python+apache >or it's better to use SimpleHTTPServer? mod_python exists for apache. If your only goal is just a simple website for your temperature sensor you could do it completely with python. If the webserver should serve other pages as well I'd prefer apache with mod_python.