Hi,

I'm trying to get Trac up and running via Apache CGI on my new hosting evironment running under Centos 4.2.  I have Trac successful running under the standalone server on port 8000, so I think my problem is a simple config problem.  I have been racking my brain on this for a few hours and hopefully someone can provide me with a direction to go in.

I have my Trac environment installed at /var/trac/projects/clientkit.  Var is owned by user "root" and trac (and its subdirectories) are owned by "apache".

My apache install is running under user "apache".  Here is my config info related to Trac from my apache config file:

ScriptAlias /trac /usr/share/trac/cgi-bin/trac.cgi

<Location "/trac">
SetEnv TRAC_ENV "/var/trac/projects/clientkit/"
</Location>

Any ideas?  So when I goto http://server/trac I get the "premature end of script" error.

thanks for anyones help.

scott.

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to