On Mon, 2009-07-13 at 08:22 -0700, Pitter wrote:
> 
> 
> On Jul 13, 2:40 pm, Roger Oberholtzer <[email protected]>
> wrote:
> > On Sun, 2009-07-12 at 13:55 -0700, Pitter wrote:
> > > Hi everybody,
> >
> > > I have a Server running under openSUSE with an apache2.2 webserver. I
> > > installed Trac using yast2. That works fine. I can use trac-admin to
> > > create new enviroments and when i use tracd i can view them in my
> > > browser.
> >
> > > ok, now i created a subdomain on my server, trac.mydomain.com, and i
> > > want the apache to run trac.fcgi on that domain.
> >
> > All the files in your trac place (and the container directory) should
> > belong to wwwrun. That is how all my trac files are. On openSUSE, this
> > is the user apache usually runs as.
> 
> that is the case. Everything belongs to wwwrun. But it still does not
> work. In my http.conf, there is a SuexecUserGroup statement. Which
> user and which group should be inserted there?

Where is that? I do not have any such item. The system is openSUSE 11.0.

You can also check the process list to see which user it is running as.

Also, /var/log/apache2/ contains the log files from apache. Perhaps that
tells where the issue is.

All I have in my apache config is:

<Location /rsoft>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /vol1/trac/rsoft
   PythonOption TracUriRoot /rsoft
</Location>

<Location /rsoft/login>
  AuthType Basic
  AuthName "RSofT"
  AuthUserFile /vol1/trac/access/rsoft/.htpasswd
  Require valid-user
</Location>


This sets http://anywhere.local.com/rsoft (and the http login I use) to
do the trac thing. You can skip the login part. Apache should still try
to run the trac site.

Perhaps it is something incorrect in your trac.ini



> 
> thanks, Pitter
> 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to