Edgewall Software

Changes between Version 43 and Version 44 of TracCgi


Ignore:
Timestamp:
Sep 23, 2009, 10:49:07 AM (15 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

clean up intro

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v43 v44  
    11= Installing Trac as CGI =
    2 
    3 When installing Trac as a CGI script, make sure `trac.cgi` is executable by your web server.
    42
    53{{{
    64#!div class=important
    7   ''Please note that using Trac via CGI is the slowest deployment method available. It slower than [TracModPython mod_python], [TracFastCgi FastCGI] or even [trac:TracOnWindowsIisAjp IIS/AJP] on Windows.''
     5  ''Please note that using Trac via CGI is the slowest deployment method available. It is slower than [TracModPython mod_python], [TracFastCgi FastCGI] and even [trac:TracOnWindowsIisAjp IIS/AJP] on Windows.''
    86}}}
    97
     
    1210trac-admin /path/to/env deploy /path/to/www/trac
    1311}}}
    14 It will be in the `cgi-bin` folder inside the given path. This also copies `static resource` files to a `htdocs` directory of a given destination.
     12`trac.cgi` will be in the `cgi-bin` folder inside the given path. Make sure it is executable by your web server. This command also copies `static resource` files to a `htdocs` directory of a given destination.
    1513
    1614== Apache web-server configuration ==