[EMAIL PROTECTED] enlightened us with:
> I am new to python.. I have uploaded few scripts in my cgi-bin
> folder, some with extension .cgi and some with .py.
>
> What is the difference between the two extensions..

None at all, except the way you write them.

> which one is more prefered

That depends. If you want to hide the fact that you're using Python,
use .cgi. If you want to show that, use .py.

> do it effects performance ??

Nope.

This is all assuming you're using the most widely used webserver
Apache.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to