Forums Trac

installed Trac under my admin account, unable to run under different account on same machine

Subscribe to installed Trac under my admin account, unable to run under different account on  same machine 2 post(s), 2 voice(s)

 
Avatar david 1 post

Here is the error messgae I am getting:

---
david-ns-macbook-pro:trac-0.10.4-4 davidnovogrodsky_wrk$ ./ctlscript.sh
$bash: ./ctlscript.sh: Permission denied
david-ns-macbook-pro:trac-0.10.4-4 davidnovogrodsky_wrk$ ./ctlscript.sh start
$bash: ./ctlscript.sh: Permission denied
david-ns-macbook-pro:trac-0.10.4-4 davidnovogrodsky_wrk$
--
I also tried running the comman d with sudo but no success. How do I change the permissions?

 
Avatar antonio Administrator 508 post(s)

Hi David,

You will have to make your user the owner of the trac folder and all of the subparent folders with

chown -R user /path/to/trac

Besides that, you will have to change the Apache port, because the default one (80) cannot be used by other user but the administrator. To do it, edit the file /path/to/trac/apache2/conf/httpd.conf and change

Listen 80

to, for example

Listen 8080

Cheers

Forums Trac