|
Home > Archive > Apache Server configuration support > January 2005 > httpd.conf - Help Required by Apache Newcomer
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 |
httpd.conf - Help Required by Apache Newcomer
|
|
| Steve Biggs 2005-01-28, 7:53 am |
| I am very new to Apache and I am having problems viewing any pages on
clients, although the pages view fine on the Apache machine. I have
made changes in the httpd.conf file and given it a ServerName of an
internal IP address. Are there any other settings I need to change to
get it working. I know this is probably a simple question to all of
you but I am very new to Apache.
| |
| Martin Kissner 2005-01-28, 5:55 pm |
| Steve Biggs wrote :
> I am very new to Apache and I am having problems viewing any pages on
> clients, although the pages view fine on the Apache machine. I have
> made changes in the httpd.conf file and given it a ServerName of an
> internal IP address. Are there any other settings I need to change to
> get it working. I know this is probably a simple question to all of
> you but I am very new to Apache.
Please help us help you by providing a little more information.
.... having problems ... is not enough.
How do you try to view pages fom the clients?
My crystal ball tells me that you want to use the servername instead of
the ip address you need to provide proper name resolution.
If you have only few clients you can do so by adding a line to the
/etc/hosts in unix or the counterpart on windows (c:\winnt\hosts I think)
HTH
Martin
--
perl -e 'print 7.74.117.115.116.11.32.13.97.110.111.116.104.101.114.11
..32.13.112.101.114.108.11.32.13.104.97.99.107.101.114.10.7'
| |
| Pieter 2005-01-28, 5:55 pm |
| On 28 Jan 2005 05:48:19 -0800, steve@ajmshopping.com (Steve Biggs) wrote in 6 Lines :
>I am very new to Apache and I am having problems viewing any pages on
>clients, although the pages view fine on the Apache machine. I have
>made changes in the httpd.conf file and given it a ServerName of an
>internal IP address. Are there any other settings I need to change to
>get it working. I know this is probably a simple question to all of
>you but I am very new to Apache.
If I understand you right, you can view the page on the localhost, but not via the www?
I don't know if you are using some kind of modem, but a lot of them need a NAPT setting to let them talk
to thew outside.
A nice site to chek if your site can be seen by the outside world is:
http://www.netmonitor.org/tools/siteup.php
Pieter.
|
|
|
|
|