up vote 0 down vote favorite
share [g+] share [fb]

hi all, how you must configure Apache 2.2 or mod_python?, to avoid the following error:

MOD_PYTHON ERROR
ProcessId: 5399
Interpreter: '127.0.1.1'
ServerName: '127.0.1.1'
DocumentRoot: '/var/www'
URI: '/cgi-bin/wps/'
Location: None
Directory: '/usr/lib/cgi-bin/'
Filename: '/usr/lib/cgi-bin/wps/'
PathInfo: ''
Phase: 'PythonHandler'
Handler: 'pywps'
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent) File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1206, in _process_target
object = apache.resolve_object(module, object_str, arg, silent=silent) File "/usr/lib/python2.6/dist-packages/mod_python/apache.py", line 696, in resolve_object raise AttributeError, s
AttributeError: module '/usr/local/lib/python2.6/dist-packages/pywps/init.pyc' contains no 'handler'

this is for a configuration (ubuntu (10.4)) for AMD64. thanks for your answers

link|improve this question

2  
it looks like you're missing some of the end of the error message. – Wayne Werner Jul 2 '10 at 20:37
5  
Aside: I believe mod_python is no longer maintained. Last update listed here modpython.org was in January 2008. Perhaps mod_wsgi would suit your purposes. – Adam Bernier Jul 2 '10 at 20:38
3  
Adam is right, mod_python is officially no longer maintained (the open-source-equivalent-of-EOL kind of "no longer maintained") and its creator has been recommending that people switch to mod_wsgi for some time now. – David Zaslavsky Jul 2 '10 at 20:45
belongs to serverfault.com – Sepehr Lajevardi Jul 2 '10 at 22:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.