Apache FastCGI Error Log, Only index.html works

53 views
Skip to first unread message

Jay Poss

unread,
Jan 23, 2013, 1:50:12 PM1/23/13
to aspen...@googlegroups.com
Running on BlueHost using Apache + FastCGI.
Aspen works fine when no filename is specified in URL ( index.html displays properly )
When a filename is specified, the following entries show in error log.
Looking for suggestions on what to try.

project_root           None                           default                 
    project_root           /home1/posscode/python/env1/src environment variable ASPEN_PROJECT_ROOT=/home1/posscode/python/env1/src
    renderer_default       tornado                        default                 
    show_tracebacks        False                          default                 
    www_root               None                           default                 
    www_root               /home1/posscode/python/env1/www environment variable ASPEN_WWW_ROOT=/home1/posscode/python/env1/www
  project_root set to /home1/posscode/python/env1/src.
  Renderers (*ed are unavailable, CAPS is default):
    TORNADO          
   *pystache         ImportError: No module named pystache
    stdlib_template  
    stdlib_format    
   *jinja2           ImportError: No module named jinja2
    stdlib_percent   
  Default configuration script not found: /home1/posscode/python/env1/src/configure-aspen.py.
   mod_fcgid: stderr: WARNING: SCRIPT_NAME does not match REQUEST_URITraceback (most recent call last):
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/site-packages/flup/server/fcgi_base.py", line 574, in run
   mod_fcgid: stderr:     protocolStatus, appStatus = self.server.handler(self)
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/site-packages/flup/server/fcgi_base.py", line 1159, in handler
   mod_fcgid: stderr:     result = self.application(environ, start_response)
   mod_fcgid: stderr:   File "/home1/posscode/python/env1/lib/python2.7/site-packages/aspen/website.py", line 48, in __call__
   mod_fcgid: stderr:     response = self.handle_safely(request)
   mod_fcgid: stderr:   File "/home1/posscode/python/env1/lib/python2.7/site-packages/aspen/website.py", line 78, in handle_safely
   mod_fcgid: stderr:     response = self.handle_error(request)
   mod_fcgid: stderr:   File "/home1/posscode/python/env1/lib/python2.7/site-packages/aspen/website.py", line 144, in handle_error
   mod_fcgid: stderr:     try:                        # nice error messages
   mod_fcgid: stderr:   File "/home1/posscode/python/env1/lib/python2.7/site-packages/aspen/website.py", line 144, in handle_error
   mod_fcgid: stderr:     try:                        # nice error messages
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/bdb.py", line 48, in trace_dispatch
   mod_fcgid: stderr:     return self.dispatch_line(frame)
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/bdb.py", line 66, in dispatch_line
   mod_fcgid: stderr:     self.user_line(frame)
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/pdb.py", line 158, in user_line
   mod_fcgid: stderr:     self.interaction(frame, None)
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/pdb.py", line 210, in interaction
   mod_fcgid: stderr:     self.cmdloop()
   mod_fcgid: stderr:   File "/home1/posscode/python/lib/python2.7/cmd.py", line 130, in cmdloop
   mod_fcgid: stderr:     line = raw_input(self.prompt)
   mod_fcgid: stderr: IOError: [Errno 22] Invalid argument
Reply all
Reply to author
Forward
0 new messages