선배들의 압박(?)으로 만든 홈페이지~~^^
디자인이 영 딸려서 소스는 얼마든지 만들수 있는데...^^
디자인이 영 딸려서 소스는 얼마든지 만들수 있는데...^^

<Directory "/var/www/html">
Options Indexes Includes FollowSymLinks MultiViews
AddHandler python-program .pyc .py
PythonPath "[r'/var/www/html'] + sys.path"
PythonHandler mod_python.cgihandler
PythonDebug On
AllowOverride Options FileInfo AuthConfig
Order allow,deny
Allow from all
</Directory>