[prev in list] [next in list] [prev in thread] [next in thread] 

List:       trac
Subject:    [Trac] Newb Question: Trac integration with Apache on FreeBSD 6.2?
From:       tokyoby50cc <cdmauricio () gmail ! com>
Date:       2008-05-07 15:38:03
Message-ID: 646f22f3-c398-4821-b3b9-0d621e3e810b () q1g2000prf ! googlegroups ! com
[Download RAW message or body]


I'm new to apache configurations and would appreciate any help with
the following problem.

I recently installed the trac port on my FreeBSD machine (6.2-
RELEASE). As noted in the section for FreeBSD users, I have made sure
my mod_python (mod_python-3.3.1) and apache(apache-2.0.63) versions
are up-to-date.

I have sqlite3-3.5.6 and MySQL installed.

Installation seemed to go OK.
I created a project environment with trac-admin.
I  was able to see the sample page with the standalone server command:
tracd --port 8000 /path/to/myproject

Then, I started work on setting up trac to work with my apache
webserver. I wanted to create a virtual host to point to my trac
environment and thereby serve the wiki. But I couldn't get it to work.
So I tried a simple configuration for apache like what is shown on the
Trac Guide.

<Location /myproject>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /path/to/myproject
   PythonOption TracUriRoot /myproject
</Location>

But apache just keeps serving up blank pages when I go to
http://<servername>/myproject.

Another thing that might be important to know is that I am using the
same Apache webserver with Django to handle other locations. Also,
sometimes Django would intercept the page and give its Django "Page
not found (404)" debugging page.

Please help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic