GIDForums  

Go Back   GIDForums > Web Hosting Forums > Apache Web Server Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 15-Dec-2003, 16:59
brian pumper brian pumper is offline
New Member
 
Join Date: Dec 2003
Posts: 2
brian pumper is on a distinguished road

my server isn't public ???


Using win XP, apache 1.3

Hi, I am trying to put www.pickupsticks.com online, and have a preproduction site called pickupsticks.loc that I can only see from this comp.

i have been looking everywhere, and as far as i can tell I only have to mess around with httpd.conf and the HOSTS file (in windows/system32/drivers/etc)

Right now, I can see my site (www/pickupsticks) if i go to "localhost", but my pickupsticks.loc and pickupsticks.com (or if i enter my IP..) doesn't work at all

HOSTS:

127.0.0.1 localhost
192.0.34.166 pickupsticks.loc pickupsticks.loc


httpd.conf:



Listen *:80
ServerName pickupsticks.com
NameVirtualHost *:80

<VirtualHost *:80>
ServerName pickupsticks.com
DocumentRoot c:/www/pickupsticks
</VirtualHost>

<VirtualHost *:80>
ServerName pickupsticks.loc
DocumentRoot c:/www/localpickupsticks
</VirtualHost>


Any other things I should be looking at?

Thanks!
Last edited by JdS : 19-Jan-2004 at 10:10. Reason: User requested sensitive information to be hidden.
  #2  
Old 15-Dec-2003, 19:10
brian pumper brian pumper is offline
New Member
 
Join Date: Dec 2003
Posts: 2
brian pumper is on a distinguished road
i'm using a d-link di 604 router. could that be the source of my problem?
  #3  
Old 16-Dec-2003, 02:28
Allowee's Avatar
Allowee Allowee is offline
Regular Member
 
Join Date: May 2003
Location: The Netherlands
Posts: 339
Allowee has a spectacular aura about
because you are making those domain names to point to a public IP address you need to change your router settings.

I don't use a d-link router, but my router has a menu called 'NAT Setup'
I'm able to find 'Port Redirection' there.
at the port redirection page i can forward my public port 80 to a local ip and port.
not sure if it's the same with a d-link router. but look for 'NAT'

the other problem could be that you and/or your ISP are blocking port 80.
you can try if it works with another port.

just add this
Code:
Listen: 8000 <VirtualHost *> [your config here] </VirtualHost>
and see it it works, but don't forget to setup the port redirection for that port
__________________
Pastebin
PHP Documentation Site
Allowee's Blog http://allowee.net
 

Recent GIDBlogToyota - 2008 July Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
my server isn't public either???? momaley Apache Web Server Forum 2 19-Dec-2003 10:25
web server in secure mode not connecting to http application tcsasp Apache Web Server Forum 0 06-Nov-2003 00:08
exclude public holiday skyloon MySQL / PHP Forum 7 09-Jul-2003 01:05
potato powered server jrobbio Open Discussion Forum 0 02-Jul-2003 19:37
can mysql run on a separate server? zabell MySQL / PHP Forum 6 06-Jun-2003 13:32

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 06:20.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.