huanghao.c
huanghao.c at gmail.com
Sat May 19 03:14:24 EDT 2007
Hello, I got many notices in apache error_log: [Sat May 19 14:52:27 2007] [notice] mod_python: (Re)importing module 'handler' [Sat May 19 14:54:11 2007] [notice] mod_python: (Re)importing module 'handler' my apache conf: <Directory /data/wwwroot/vhosts/hao.com/htdocs> <IfModule mod_python.c> PythonOptimize On PythonAutoReload Off PythonDebug On PythonOption session_directory /data/wwwroot/vhosts/hao.com/tmp PythonOption mutex_directory /data/wwwroot/vhosts/hao.com/tmp SetHandler python-program PythonHandler handler </IfModule> </Directory> have problem? how to avoid re-importing handler module in every time? I care that may effect my mod_python performance. thanks in advance.
|