Re: [expert] Need help with a web server problem

2000-08-07 Thread Jean-Michel Dault



On Mon, 7 Aug 2000, [iso-8859-1] José Alberto Valle Cid wrote:

> 1 Outside of firewall
> i must give http://external-name/page.html
> 2 Inside of firewall
> i must give http://internal-name/page.html
> 
> The question is: How i do for only use the first form?

Easy: just set the ServerName directive in httpd.conf to external-name. 

Jean-Michel Dault
[EMAIL PROTECTED]





[expert] Need help with a web server problem

2000-08-07 Thread José Alberto Valle Cid

This is not a question about Mandrake but i don't know who can help me,
so i hope can answer it.

I have a Apache web server inside a firewall and for view a web page i
have to
do 2 distinct things:

1 Outside of firewall

i must give http://external-name/page.html

2 Inside of firewall

i must give http://internal-name/page.html

The question is: How i do for only use the first form?