On Thursday, May 28, 2015 at 6:44:41 AM UTC-4, NS wrote: > > I installed trac in my server using the bitnami trac stack. Running apache > in port 8080. > > Then I pointed my domain name to this server and edited the httpd.conf > file located at C:\Bitnami\trac-1.0.5-0\apache2\conf directory. These are > the changes I made. > > ServerName trac.mydomain.com:8080 > > So basically that's all I've to do right? Is there anything else I've to > change? > > Issue is when I type in my url, it doesn't open anything. It keeps loading > for a while and stops without loading anything. I can't access the site > using my domain name. > > But I can access it using localhost:8080 within the server. and through > vpn, I can access it with my.internal.ip:8080. > > What can be the thing I'm missing? I had a previous installation in > another server and this was the only change I made to get my domain work > with trac. But this it doesn't work. > > Any help would be highly appreciated. > > thanks >
On Linux an entry often needs to be added to ports.conf, though I suspect you wouldn't be able to reach the webserver through localhost if that was the case. It sounds more likely that you have a firewall blocking you from accessing the server outside your local network. Also, have you confirmed your DNS entry is correct using nslookup? - Ryan -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
