#10657 closed defect (worksforme)
Domain and Port
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web frontend/tracd | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
it seems when i use this command
tracd —hostname=domain.com -p 8080 /var/www/trac/project
when i tried to goto domain.com/trac/project/ it doesn't work
but when i goto domain.com:8080/trac/project/ it works fine
Attachments (0)
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Owner: | set to |
---|
comment:3 by , 13 years ago
Component: | general → web frontend/tracd |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Well, you can't tell TracStandalone to listen on a port with -p
and then try to access it by targeting a different port, without using some kind of proxy on that machine
There are various ways to achieve this, have a look TracNginxRecipe for example.
This is an InstallationIssue.
comment:4 by , 13 years ago
i think Trac installation needs to be updated too! some parts of the installation guide is outdated and its incomplete about like my request
comment:5 by , 13 years ago
anyways its still doesn't work
im using Centos
its kinda disappointing that it doesn't work
it works via this
http://domain.com:8080/project
but i want to make it http://domain.com/trac/project