Jump to content
  • 0

Setting up Trac


Evelynn

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Hi, i've been wondering on how to configure my own trac so I can keep up with the changes I make.

I have trac and everything else installed but I am still unsure of what I am suppose to put in trac.conf in /etc/httpd/conf.d/trac.conf to make it read the area as a website.

also apache:apache -ing the location to the directory.

If you can, please tell me what I am suppose to put in the trac.conf in order to make it read as a website.

I have tried other steps such as mimicing the 'svn'. My page to the svn works, but the trac just doesn't want to.

Any help please?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Evelynn,

I'm not sure about what you mean make it read as a website; but for the 'apache:apache' ownership, you would need to run the following command...

chown -R apache:apache FILE/FOLDER_NAME

If you are trying to make everything in the same directory that you are currently inside, owned by 'apache;apache'; then the following command would work...

chown -R apache:apache *

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...