PDA

View Full Version : [ubuntu] Server issues


lmcadory
March 5th, 2009, 04:17 PM
I am installing a gforge server. But I am having some issues with it. The gforge server is currently installed in our lab. In the lab, we setup a DNS record that points to the server name (servername.domain.com). When I test within the lab with https://servername.domain.com, everthing works great. I don't want to use the servername as the website name for other users to access. When we setup another DNS record that point to the site, that is when it does not load properly. (gforge.domain.com). When I put my mouse over the links on the page when using https://gforge.domain.com, the links appear as https://servername.domain.com/somelink, and not https://gforge.domain.com/somelink. My network admin does not think this is a DNS issue since he has several other sites on different servers that are working fine. He thinks there is something hardcoded in the site and is forcing it to use the servername, but he also admits he doesn't know linux very well. Does this help clarify the issue?



Thanks

Lamar

matey3
March 6th, 2009, 10:02 AM
who is providing the security certificate for your site?

wirelessmonkey
March 6th, 2009, 02:42 PM
This sounds like an Apache configuration issue to me.... Do you have name-based vhosts enabled?

lmcadory
March 9th, 2009, 07:32 AM
I'm not sure. I'm very new to this. Where would I go to find that out?