Edgewall Software

Changes between Version 55 and Version 56 of TracFastCgi


Ignore:
Timestamp:
May 17, 2009, 5:35:56 AM (15 years ago)
Author:
james@…
Comment:

Python interpreter binary should be specified in front of the FastCGI script for lighttpd

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v55 v56  
    9797For using `trac.fcgi`(prior to 0.11) / fcgi_frontend.py (0.11) with lighttpd add the following to your lighttpd.conf:
    9898{{{
    99 #var.fcgi_binary="/path/to/fcgi_frontend.py" # 0.11 if installed with easy_setup, it is inside the egg directory
     99#var.fcgi_binary="/usr/bin/python /path/to/fcgi_frontend.py" # 0.11 if installed with easy_setup, it is inside the egg directory
    100100var.fcgi_binary="/path/to/cgi-bin/trac.fcgi" # 0.10 name of prior fcgi executable
    101101fastcgi.server = ("/trac" =>