Thread: Apache!
View Single Post
Re: Apache!
Old
  (#3)
robbob4
Member
 
Status: Offline
Posts: 117
Join Date: Jan 2005
Default Re: Apache! - 18-02-2005

When I use port 8080, it connects to my router at the domain (it seems that just about everything but port 80 makes it where the domain connects to the router and yet its still lan so its not opening the ports right)

I'm also running a dyndns static host named tsr.gotdns.com FYI

----------------------------------------------------
INSTANCE 1
----------------------------------------------------

Settings:

Code:
Listen 192.168.1.101:80 
Listen 192.168.1.101:8080
 
...
 
NameVirtualHost 192.168.1.101:8080
<VirtualHost 192.168.1.101:8080>
DocumentRoot /www/The-Shadow-Realm
ServerName tsr.gotdns.com
#ServerAlias tsr.gotdns.com *.tsr.gotdns.com
ServerAdmin robbob4@hotmail.com
</VirtualHost>
 
...
 
ServerName 192.168.1.101:8080
Router Settings:
No forwarded HTTP ports
No triggered HTTP ports

Results:
localhost : n/a
192.168.1.101: XAMPP Login
68.105.230.187: Router Login
tsr.gotdns.com: Router Login
192.168.1.1: Router Login (Normal)

----------------------------------------------------
INSTANCE 2
----------------------------------------------------

Settings:

Code:
Listen 192.168.1.101:80 
Listen 192.168.1.101:8080
 
...
 
NameVirtualHost 192.168.1.101:8080
<VirtualHost 192.168.1.101:8080>
DocumentRoot /www/The-Shadow-Realm
ServerName tsr.gotdns.com
#ServerAlias tsr.gotdns.com *.tsr.gotdns.com
ServerAdmin robbob4@hotmail.com
</VirtualHost>
 
...
 
ServerName 192.168.1.101:8080
Router Settings:
Forwarded HTTP ports:
1. HTTP 8080 to 8080 TCP 192.168.1.101 ENABLED
No triggered HTTP ports

Results:
localhost : n/a
192.168.1.101: XAMPP Login
68.105.230.187: Router Login
tsr.gotdns.com: Router Login
192.168.1.1: Router Login (Normal)



Last edited by robbob4; 18-02-2005 at 03:54..
  
Reply With Quote