Comment #11 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion
http://code.google.com/p/reviewboard/issues/detail?id=2686

I made that change, but it still isn't giving me the additional output. I made sure to restart apache2 and memcached. I tried moving the SetEnv options into the Location tag with the other ones in case that made a difference too. It didn't. I noticed in the apache config, there is also a reference to PythonDebug Off. Is that something I can turn on to get more data or is that more for gdb-style stepping?

<VirtualHost *:80>
        ServerName reviewboard
        DocumentRoot "/var/lib/reviewboard/htdocs"

        # Error handlers
        ErrorDocument 500 /errordocs/500.html

        # Serve django pages
        <Location "/">
                PythonPath "['/var/lib/reviewboard/conf'] + sys.path"
                SetEnv DEBUG_RBSSH 1
                SetEnv RBSSH_LOG_DIR "/var/lib/reviewboard/logs/"
                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
                SetEnv PYTHON_EGG_CACHE "/var/lib/reviewboard/tmp/egg_cache"
                SetEnv HOME "/var/lib/reviewboard/data"
                SetHandler mod_python
                PythonHandler django.core.handlers.modpython
                PythonAutoReload Off
                PythonDebug Off
                # Used to run multiple mod_python sites in the same apache
                PythonInterpreter reviewboard_reviewboard
        </Location>
.
.
.

(I am heading out for the day, but I will check back tomorrow morning to see if you have any other suggestions for how to get more debug output and help solve this problem. I really appreciate your help so far, thanks!)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to