Edgewall Software

Changes between Version 52 and Version 53 of TracCgi


Ignore:
Timestamp:
Aug 10, 2011, 2:47:49 PM (13 years ago)
Author:
jayen@…
Comment:

cgi + wsgi

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v52 v53  
    5858On some systems, you ''may'' need to edit the shebang line in the `trac.cgi` file to point to your real Python installation path. On a Windows system you may need to configure Windows to know how to execute a .cgi file (Explorer -> Tools -> Folder Options -> File Types -> CGI).
    5959
     60=== Using WSGI ===
     61
     62You can run a [http://henry.precheur.org/python/how_to_serve_cgi WSGI handler under CGI].  You can [wiki:TracModWSGI#Thetrac.wsgiscript write your own application function], or use the deployed trac.wsgi's application.
     63
    6064== Mapping Static Resources ==
    6165