apache - Trouble configuring trac to work with Apache2 -
i've been trying set trac deployed apache little while , i'm running wall.
i can work via tracd i'm going have multiple projects , might want use tsl connections trac.
this response i'm receiving server
internal server error server encountered internal error or misconfiguration , unable complete request. please contact server administrator, webmaster@localhost , inform them of time error occurred, , might have done may have caused error. more information error may available in server error log. apache/2.2.14 (ubuntu) server @ ***.***.***.*** port 80
this apache v-host file: (comments removed)
<virtualhost *:80> serveradmin webmaster@localhost directoryindex index.html documentroot /home/***/public_html/app/public alias /trac/chrome/common /home/***/trac/htdocs/common alias /trac/chrome/site /home/***/trac/htdocs/common scriptalias /trac /home/***/trac/cgi-bin/trac.fcgi/ defaultinitenv trac_env /home/***/trac <location "/trac"> setenv trac_env_parent_dir "home/***/" </location> <directory "/home/***/trac/htdocs"> order allow,deny allow </directory> <location "/trac/chrome/common"> sethandler none </location> scriptalias /cgi-bin/ /usr/lib/cgi-bin/ <directory "/usr/lib/cgi-bin"> allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow,deny allow </directory> errorlog /home/***/public_html/app/log/error.log # possible values include: debug, info, notice, warn, error, crit, # alert, emerg. loglevel debug customlog /home/***/public_html/app/log/access.log combined customlog /home/casey/public_html/app/log/access.log combined </virtualhost>
and server's error log:
[fri apr 29 02:09:06 2011] [warn] [client **.**.**.**] (104)connection reset peer: mod_fcgid: error reading data fastcgi server [fri apr 29 02:09:06 2011] [error] [client **.**.**.**] premature end of script headers: trac.fcgi [fri apr 29 02:09:06 2011] [debug] mod_deflate.c(615): [client **.**.**.**] zlib: compressed 618 384 : url /trac/ [fri apr 29 02:09:08 2011] [warn] [client **.**.**.**] (104)connection reset peer: mod_fcgid: error reading data fastcgi server [fri apr 29 02:09:08 2011] [error] [client **.**.**.**] premature end of script headers: trac.fcgi [fri apr 29 02:09:08 2011] [debug] mod_deflate.c(615): [client **.**.**.**] zlib: compressed 618 384 : url /trac/
does know might going on , should fix it? thanks!
is on windows? noted in this question, running python fastcgi on windows bound fail.
i recommend switching mod_wsgi
recommended approach anyway.
Comments
Post a Comment