Hi!

I'm start tracd service with systemctl

[Unit]
Description = Trac Daemon
After = network.target

[Service]
ExecStart = /home/ubuntu/trac/virtualvenv/bin/tracd -s --port 3050 
--basic-auth="care,/home/ubuntu/trac/care/.htpasswd,/home/ubuntu/trac" 
/home/ubuntu/trac/care

Restart=always
Type = simple
User = ubuntu
Group = ubuntu

[Install]
WantedBy = multi-user.target


For browser I digit
http://trac.mysite.com:3050

It's worked.


How to make for entry url in browse without :3050, JUST:
htpp://trac.mysite.com


Thanks for any help.


Antonio
Brazil

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/d92518a6-2589-4491-8b65-98c14e0e5893o%40googlegroups.com.

Reply via email to