LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache question (https://www.linuxquestions.org/questions/linux-software-2/apache-question-33665/)

burt 10-24-2002 06:35 PM

Apache question
 
I got it all setup and installed right, and I can seem to view websites from the server, but anyone not on the local network cant connect to it?

i set the hostname and listen stuff to the external ip, but still no luck.

also the firewall is setup right, and even with it down people still cant connect.

also ive tried running it on port 81, still no luck.

its apache2 btw.

:Pengy:

The Jesus 10-25-2002 10:46 AM

check you firewall settings...... ipchains, iptables.......

Touchstone 10-29-2002 02:29 PM

This may seem like a stupid question but did you setup DNS for the sites?

jonfa 10-29-2002 02:56 PM

http://machine_name:port#

For example:

machine_name=web
port#=81

Then it would be http://web:81

Touchstone 10-30-2002 10:01 AM

The only thing I can say is that if your firewall is setup properly and your apache server config looks okay, then you have to start thinking about how does the client computer look at the site.

You either have to make an entry in the hosts file of your client computer or add an entry to your DNS server. To see if they are resolving properly just try pinging the web server using the web-site address (ping [website name] If you get a reply them it's resolving properly.

Mara 10-30-2002 12:41 PM

Can you view www using the server's IP number? For example: http://192.168.1.4


All times are GMT -5. The time now is 04:19 AM.