shtml in python

Fredrik Lundh fredrik at effbot.org
Sun Jan 7 17:44:28 EST 2001


"Vesemir" wrote:
> > Configure your web server to allow the execution of CGI scripts.
> > And then include the corresponding URL of the CGI scripts
> > inside the SSI statement.
>
> Could you give me an example?

how about the example in the fine manual?

http://httpd.apache.org/docs/howto/ssi.html#includingtheresultsofacgiprogram

    <!--#include virtual="/cgi-bin/counter.pl" -->

(just replace .pl with .py)

Cheers /F





More information about the Python-list mailing list