Changes between Initial Version and Version 3 of Ticket #183


Ignore:
Timestamp:
Feb 13, 2006, 3:29:58 PM (18 years ago)
Author:
Alec Thomas
Comment:

This is the exact reason why the WSGI branch is necessary. Trac's existing request handlers basically don't handle anything except text/html POSTs. The WSGI branch rectifies this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #183

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #183 – Description

    initial v3  
    22
    33apache conf:
    4 
     4{{{
    55Alias /trac/ "/usr/share/trac/htdocs/"
    66
     
    3333   Require group
    3434</Location>
    35 
     35}}}
    3636etc
    3737