logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache(2.2) Hostname Problem
Author
DexterDave



Joined: 10 May 2011
Posts: 11
Location: South Africa

PostPosted: Tue 27 Sep '11 22:27    Post subject: Apache(2.2) Hostname Problem Reply with quote

Hi

Need some serious help please.

My server doesn't recognize my domain name which is http://trapsuutjie.dyndns-home.com
My website however does run when I type 127.0.0.1 in my browser, Now I have configured the httpd.conf
file in C:\Program Files\Apache Software Foundation\Apache2.2\conf directory to accomodate my hostname like so:
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName trapsuutjie.dyndns-home.com:80

Below is also the error log for the last server restart I did.

Can anyone Please tell me how I can het my host name (trapsuutjie.dyndns-home.com) to work.

(note my router is configured for that dyndns service and my ip is synced with my hostname, and
my account at dyndns.org is still active and working)

Thank You
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 28 Sep '11 1:17    Post subject: Reply with quote

If you have another computer on the LAN, try getting to it via the lan ip of the server ... for example
http://192.168.1.5

If you can not get to it that way, check the Windows Firewall (or any/all firewall/s) on the machine running Apache (server).

If you can get to it via another computer on the lan, but not the internet, did you forward the port 80 through your router?

If so, have you tried using a port other than 80? Many ISPs block port 80.
Back to top
DexterDave



Joined: 10 May 2011
Posts: 11
Location: South Africa

PostPosted: Wed 28 Sep '11 13:47    Post subject: Reply with quote

THANK YOU GLSMITH!

My firewall was the problem. Problem solved.

Thanks a lot!
Back to top


Reply to topic   Topic: Apache(2.2) Hostname Problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache