|
Home > Archive > Apache Server configuration support > October 2005 > Setting up a apache server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Setting up a apache server
|
|
| R. van der Meulen 2005-10-24, 6:18 pm |
| Hi there,
I'm trying to set up a debian web server (apache 2), which is running behind
a NAT router. Every thing is working fine. Things like SSH and the standard
apache greeting page.
But when I'm going to make things a bit more complicate, like installing
MAMBO server. Strange things are happening. Everything is working fine from
inside. But when I'm connecting from the outside world, only text is coming
up. Almost every picture isn't showing up. And if you watch de status bar of
the browser, you see it's trying to download the pictures from the internal
IP-address (192.168.1.X). So it's exposing my internal IP address.
After reading tons of doc's en trying different thing (DMZ, port forwarding,
virtual hosts, etc etc) I'm a bit lost.
So any help to guide me in the right direction is much appreciated!
Remco
| |
| Davide Bianchi 2005-10-24, 8:49 pm |
| On 2005-10-24, R. van der Meulen <remespam@xs4all.nl> wrote:
> the browser, you see it's trying to download the pictures from the internal
> IP-address (192.168.1.X). So it's exposing my internal IP address.
It seems a problem in the configuration of your CMS that is using the
Local IP to build the URLs, check the documentation of that.
Davide
--
She got her looks from her father. He's a plastic surgeon.
-- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx)
| |
|
| "R. van der Meulen" <remespam@xs4all.nl> schreef in bericht
news:435d4abf$0$11071$e4fe514c@news.xs4all.nl...
> I'm trying to set up a debian web server (apache 2), which is running
behind
> a NAT router. Every thing is working fine. Things like SSH and the
standard
> apache greeting page.
>
> But when I'm going to make things a bit more complicate, like installing
> MAMBO server. Strange things are happening. Everything is working fine
from
> inside. But when I'm connecting from the outside world, only text is
coming
> up. Almost every picture isn't showing up. And if you watch de status bar
of
> the browser, you see it's trying to download the pictures from the
internal
> IP-address (192.168.1.X). So it's exposing my internal IP address.
It's a long shot...
.... if mambo uses the SERVER_NAME enviroment parameter ...
.... try:
UseCanonicalName off
or
ServerName you.named.it
HansH
|
|
|
|
|