Edgewall Software

Changes between Version 255 and Version 256 of 0.12/TracFaq


Ignore:
Timestamp:
Oct 24, 2006, 9:50:03 AM (18 years ago)
Author:
Christian Boos
Comment:

Move the troubleshooting section just after the install section (as those are mainly installation issues)

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v255 v256  
    338338Despite it's name, the "Fast CGI" solution is often quite a bit slower than mod_python.  Try the TracModPython installation. 
    339339
    340 ----
     340
     341----
     342
     343== Trouble-shooting ==
     344
     345=== I have issues with Subversion and Trac ===
     346
     347Start by reading the TracSubversion page and its [TracSubversion#Troubleshooting troubleshooting] section.
     348
     349=== I have issues with SQLite/Pysqlite and Trac ===
     350
     351Start by reading the PySqlite page and its [PySqlite#Troubleshooting troubleshooting] section.
     352
     353=== I have issues with Apache/ModPython and Trac ===
     354
     355Start by reading the TracModPython page and its [TracModPython#Troubleshooting troubleshooting] section.
     356
     357=== Internet explorer will not upload (multiple) files when Trac is used over SSL (Apache server only) === #internet-explorer-will-not-upload-multiple-files-when-trac-is-used-over-ssl-apache-server-only
     358
     359Internet explorer is not too keen on obeying rules. Try to add this line in your httpd.conf:
     360{{{
     361SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
     362}}}
     363
     364See also: http://www.modssl.org/docs/2.7/ssl_faq.html#ToC48
     365
     366----
     367
    341368
    342369== Wiki == #wiki
     
    624651You can use LDAP to manage your Trac groups and permissions with the TracHacks:LdapPlugin.
    625652
     653----
    626654See also: TracGuide, TitleIndex
    627 
    628 ----
    629 
    630 == Trouble-shooting ==
    631 
    632 === I have issues with Subversion and Trac ===
    633 
    634 Start by reading the TracSubversion page and its [TracSubversion#Troubleshooting troubleshooting] section.
    635 
    636 === I have issues with SQLite/Pysqlite and Trac ===
    637 
    638 Start by reading the PySqlite page and its [PySqlite#Troubleshooting troubleshooting] section.
    639 
    640 === I have issues with Apache/ModPython and Trac ===
    641 
    642 Start by reading the TracModPython page and its [TracModPython#Troubleshooting troubleshooting] section.
    643 
    644 === Internet explorer will not upload (multiple) files when Trac is used over SSL (Apache server only) === #internet-explorer-will-not-upload-multiple-files-when-trac-is-used-over-ssl-apache-server-only
    645 
    646 Internet explorer is not too keen on obeying rules. Try to add this line in your httpd.conf:
    647 {{{
    648 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
    649 }}}
    650 
    651 See also: http://www.modssl.org/docs/2.7/ssl_faq.html#ToC48
    652 
    653