Thanks. My thought was that since I have on this server Mailman running, that I had python all set up and ready to go for whatever python app I wanted to run.
Either way, I've now installed mod_python and restarted the server. It appears to be enabled. But when I try and browse to the project, the server times out. It's timing out on all my sites now, so apparently apache doesn't like this :) Disabling mod_python frees it up but now I'm back where I started. I guess I can't wrap my head around how this works. I'm not a python developer other than hacking some stuff in mailman. There is no index page in the directory, and I can't see how python knows what file to run. And it's not like it's listening on a particular port in the URL like I had with the standalone server. Thanks. On Nov 5, 3:53 am, "Martin S." <[EMAIL PROTECTED]> wrote: > You probably didn't activated the CGI (or FastCGI or mod_python) > correctly so the trac software isn't executed. > > For Ubuntu you could use the informations > under:http://help.ubuntu.com/community/Trac > > Which explains how to do this. > For evaluation you also could just start trac as standalone server on > an custom port, > e.g.http://www.myserver.com:8000/ > using: > /usr/bin/tracd -d --port 8000 /path/to/project/parent/dir --pidfile > $PID > > best, > Martin > > On Nov 5, 2:19 am, Rob <[EMAIL PROTECTED]> wrote: > > > I've just installed Trac on my server to check it out and see if it > > will work for me. Server is Ubuntu Linux 8.04. > > > I used the installation instructions here: > > >http://trac.edgewall.org/wiki/TracInstall > > > using sudo easy_install Trac. Appears to be successful. > > > I used $ trac-admin /path/to/myproject initenv. Seems successful as > > well. The location is in the home directory, and I've created a > > virtual server for it so that I can access my trac projects under a > > particular subdomain. > > > However when I try to browse to it (i.e.,http://trac.myserver.com/myproject) > > I just get a directory listing: > > > [DIR] Parent Directory - > > [ ] README 04-Nov-2008 17:52 98 > > [ ] VERSION 04-Nov-2008 17:52 27 > > [DIR] attachments/ 04-Nov-2008 17:52 - > > [DIR] conf/ 04-Nov-2008 17:52 - > > [DIR] db/ 04-Nov-2008 17:52 - > > [DIR] htdocs/ 04-Nov-2008 17:52 - > > [DIR] log/ 04-Nov-2008 17:52 - > > [DIR] plugins/ 04-Nov-2008 17:52 - > > [DIR] templates/ 04-Nov-2008 17:52 - > > > Obviously I'm missing some crucial bit of information. It a remote > > server so it's not so easy to start up a browser on it, but in ssh I > > ran the standalone tracd and browsed to it using lynx and it showed me > > my project name. Seems I'm close but something's not connecting.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
