.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Server admin help (http://forums.bots-united.com/forumdisplay.php?f=19)
-   -   Apache! (http://forums.bots-united.com/showthread.php?t=3608)

robbob4 18-02-2005 03:33

Apache!
 
Well i'm tired of trying to figure out apache, I can host it on my lan using port 80 but otehr than that, the server doesnt goto the itnernet and the ip i want ot use becomes my router (scary if it actully hostsed the server right). I need help on the settings in httpd.conf (setting up virtual domains and what listen should be set to) & what ports i need to open and how (triggering or forwarding and firewall stuff).

Heres what my isp blocks...

Port_____Transport_Protocol_____Direction_Reason for Filtering
25_______TCP______SMTP__________Both*____SMTP Relays
80______TCP_____HTTP_________Inbound_Web servers, worms
135______UDP______NetBios________Both_____Net Send Spam/Pop-ups, Worms
136-139__UDP&TCP__NetBios________Both_____Worms, Network Neighborhood
445______TCP______MS-DS/NetBios__Both_____Worms, Network Neighhood
1433_____TCP______MS-SQL________Inbound__Worms, Trojans
1434_____UDP______MS-SQL________Inbound__Worms, SQLslammer
1900_____UDP______MS-DS/NetBios__Both_____Worms, Network Neighborhood
27374____TCP______Subseven_______Both_____SubSeven Trojan

sPlOrYgOn 18-02-2005 03:46

Re: Apache!
 
then use port 8080

robbob4 18-02-2005 04:42

Re: Apache!
 
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)

sPlOrYgOn 18-02-2005 05:05

Re: Apache!
 
yup the site works from my comp..
http://tsr.gotdns.com:8080/
if going to that link goes to your router than just go to http://127.0.0.1:8080/
just as long as you know
http://tsr.gotdns.com:8080/ works for everyone else..

robbob4 18-02-2005 06:12

Re: Apache!
 
rofl you got to be kidding me it was working all that time! omg lol. But do you have to put that :8080 or what can I do to hide it?

sPlOrYgOn 18-02-2005 06:40

Re: Apache!
 
:8080 is the port..
you can change it to any othe port that your isp or router doesn't block...

robbob4 18-02-2005 07:07

Re: Apache!
 
no i mean so users dont have to put :8080 -- i'm trying to set up www.dyndns.com 's webhop to hide it but unless you have a better idea (fyi i'm already using static dydns for tsr.gotdns.com)

also I set up this:
Code:

ServerAlias tsr.gotdns.com *.tsr.gotdns.com
but I dont know if it works or if its configed right


All times are GMT +2. The time now is 20:53.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.