Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 12-25-2004, 06:33 PM   #1 (permalink)
Junkie
 
Stiltzkin's Avatar
 
Help getting Apache to aknowledge domain

My uncle has a DNS server and has the subdomain manny.comsrc.com pointing to my IP. My IP address is 24.92.113.65 (you can also find this out by doing a ping on manny.comsrc.com), and my Apache server is working perfectly, except that when I type in the url http://manny.comsrc.com/ (in my browser) it simply times out and does nothing. Am I supposed to wait for some kind of network refresh or... maybe I need to change some setting somewhere? I have Apache2Triad and the package comes with a script that will change the domain to whatever I need it to be in every configuration file. And I did that already. Still not working. What else can I do?
__________________
The most important thing in this world is love.

Last edited by Stiltzkin; 12-25-2004 at 06:37 PM..
Stiltzkin is offline  
Old 12-26-2004, 09:53 AM   #2 (permalink)
Upright
 
Be sure you've set the following directives in your Apache httpd.conf (search for them and make sure they match your domain):

ServerName your.domain.com
HTML Code:
<VirtualHost *:80>
     //other stuff before and after
    ServerName your.domain.com
</VirtualHost>
(you may want to copy this last one so you've got entries both with and without the www.)

Last edited by Evil_Timmy; 12-26-2004 at 09:57 AM..
Evil_Timmy is offline  
Old 12-26-2004, 10:34 AM   #3 (permalink)
Insane
 
Location: Michigan
Quote:
Originally Posted by Stiltzkin
it simply times out and does nothing
Do you have a router or anything "in front" of your machine with Apache on it? If you have a cable router like Linksys, D-Link, etc, you need to forward port 80 (or whatever port you have Apache listening on) to your Apache machine.
asshopo is offline  
Old 12-26-2004, 02:27 PM   #4 (permalink)
Junkie
 
Stiltzkin's Avatar
 
Quote:
Originally Posted by asshopo
Do you have a router or anything "in front" of your machine with Apache on it? If you have a cable router like Linksys, D-Link, etc, you need to forward port 80 (or whatever port you have Apache listening on) to your Apache machine.
D'oh! You're right! I used to have my website on IIS, so I should already know this from experience. I'm about to try that...

EDIT: I checked my settings and my router is already set to forward port 80 to 192.168.1.100 (from way back when I was running the IIS server), which I assume is my desktop, as I remember that the router automatically assigned my laptop as 192.168.1.101

I don't remember how to check my local IP to confirm that my desktop is indeed 192.168.1.100
Hmm...

EDIT: All right. I figured out how to check which PC is which. Guess at some point in time my desktop became 192.168.1.101 and my laptop 192.168.1.100, which is fine. Now to fix the settings and see what happens...
__________________
The most important thing in this world is love.

Last edited by Stiltzkin; 12-26-2004 at 02:39 PM..
Stiltzkin is offline  
Old 12-26-2004, 03:14 PM   #5 (permalink)
Junkie
 
Stiltzkin's Avatar
 
Well, nothing seems to work. I tried what Evil_Timmy said, and I also forwarded port 80 to 192.168.1.101, and I am certain that my desktop (my server) is 192.168.1.101. I'm going to see if a reboot does any good.

EDIT: Didn't do any good. Now I am thoroughly annoyed, because doing this was much easier with IIS >_<;;;
Imagine that.
__________________
The most important thing in this world is love.

Last edited by Stiltzkin; 12-26-2004 at 06:38 PM..
Stiltzkin is offline  
 

Tags
aknowledge, apache, domain


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:29 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47