Edgewall Software

Changes between Initial Version and Version 2 of Ticket #3868


Ignore:
Timestamp:
Oct 5, 2006, 2:53:08 PM (18 years ago)
Author:
Christian Boos
Comment:

(fixing description, it should have been {{{ ... }}} not {{ ... }})

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3868 – Description

    initial v2  
    22
    33Here is error log:
    4 {{
     4{{{
    55Unhandled exception in thread started by <bound method Connection.run of <trac.web._fcgi.Connection object at 0x83f504c>>
    66Traceback (most recent call last):
     
    2626    sent = sock.send(data)
    2727socket.error: (32, 'Broken pipe')
    28 }}
     28}}}
    2929
    3030And fastcgi server settigs:
    31 {{
     31{{{
    3232        fastcgi.server             = ( "/" =>
    3333                                   ("trac" =>
     
    4343                                   )
    4444                                 )
    45 }}
     45}}}