음... 기본적으로 mod_python을 잡고난 다음에... httpd.conf 파일을 설정해 줘야 하는..문제... SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonDebug On PythonPath "['/path/to/project'] + sys.path" mysite는 자신의 프로젝트 이름이다... 하지만 에서는... 웹에 주소 입력시... ex) http://localhost/mysite 하였을 때 나타나게 되는 것... 이름은 변경해도 되나... mysite.settings는 프로젝트이름.settings 이어여 한다는것.....