Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] mod_python (pid=14395, interpreter='subdomain.domain.com', phase='PythonHandler', handler='web2py_modpython'): Application error
  2. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] ServerName: 'subdomain.domain.com'
  3. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] DocumentRoot: '/var/www/vhosts/domain.com/httpdocs'
  4. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] URI: '/'
  5. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] Location: None
  6. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] Directory: '/var/www/vhosts/domain.com/httpdocs/'
  7. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] Filename: '/var/www/vhosts/domain.com/httpdocs/'
  8. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] PathInfo: ''
  9. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] Traceback (most recent call last):
  10. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent)
  11. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg)
  12. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1128, in _execute_target\n result = object(arg)
  13. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] File "/var/www/vhosts/domain.com/httpdocs/web2py_modpython.py", line 5, in handler\n req.subprocess_env['PATH_INFO'] = req.subprocess_env['SCRIPT_URL']
  14. [Thu Oct 09 09:47:52 2014] [error] [client xx.xx.xx.xxx] KeyError: 'SCRIPT_URL'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement