shtml in python

Michael P. Soulier msoulier at storm.ca
Sun Jan 7 14:36:37 EST 2001


In article <93adro$k9n$1 at sunsite.icm.edu.pl>, Vesemir wrote:
>
>How to write shtml scripts in python?
>what's needed to configure apache server?

    I think you're confusing two concepts here. shtml is a standard file
extension for Server Side Includes. This has nothing to do with Python. If you
are instead hoping to use Python to write CGI scripts, then read up on your
web server's documentation on how to enable CGI scripts. If it's apache, check
the apache web site. They have excellent documention.

    Mike

-- 
Michael P. Soulier <msoulier at storm.ca>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://24.43.42.96/email.phtml



More information about the Python-list mailing list