PDA

View Full Version : Apache 1.3 Help



volskid2002
09-24-2003, 01:05 AM
im running apache and so when my firend tries to connect to my website via my ip address this is what is says:

Network Error
Unable to request URL from host 68.169.58.113:80: Operation timed out

i have apache running and i have port 80 open on my router. so can anyone tell me how to set it so that others may view it?


if you want to see for yourself here it is: website (http://ssclan.no-ip.com)

shn
09-24-2003, 01:49 AM
You need to try connecting to http://localhost/ or http://127.0.0.1/ and see if your web page comes up.

And aslo check your htpd.conf, it has to be configured accordingly. NO EXCEPTIONS.

volskid2002
09-24-2003, 02:24 AM
yes i can connect to localhost and im pretty sure that my httpd.con is configured proplery

shn
09-24-2003, 02:33 AM
then its a network problem. Do you use a redirection service to redirect a subdomain to your ip?

volskid2002
09-24-2003, 03:28 AM
yea i got a DNS host from www.no-ip.com so that people can put that in htere instead of having to put my ip in

shn
09-24-2003, 03:36 AM
Originally posted by volskid2002@23 September 2003 - 21:28
yea i got a DNS host from www.no-ip.com so that people can put that in htere instead of having to put my ip in
Make sure you gave them the correct ip information etc. It sounds like that may be the problem. Try using another free dns redirection service and see if it works then. :)

4play
09-24-2003, 03:42 AM
im guessing the server is not setup properly since he/she cant access it using your ip ;)

volskid2002
09-24-2003, 03:59 AM
alright so what do i need to do to get it set up correctly

i installed apache, php, and mysql and everything is working fine for me except that other people cannot view my website. when i go to localhost everything show up fine!!! I have a linksys router that i have port 80 forwarded on so its open and here are some excerps from my httpd file:



#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
Listen 68.169.58.113:80





#
# Port: The port to which the standalone server listens. Certain firewall
# products must be configured before Apache can listen to a specific port.
# Other running httpd servers will also interfere with this port. Disable
# all firewall, security, and other services if you encounter problems.
# To help diagnose problems use the Windows NT command NETSTAT -a
#
Port 80




#
# ServerName allows you to set a host name which is sent back to clients for
# your server if it&#39;s different than the one the program would get (i.e., use
# "www" instead of the host&#39;s real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don&#39;t understand
# this, ask your network administrator.
# If your host doesn&#39;t have a registered DNS name, enter its IP address here.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
#
# 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
ServerName 68.169.58.113:80


i think that about does it so can anyone figure out why no one can connect to my server. if my ISP blocks port 80 how can i change that so that others can view my site?

any help would be greatly appreciated&#33;&#33;&#33;

shn
09-24-2003, 04:05 AM
That particular part of your conf file is decisive enough to determine that its not a problem with apache. It may be your isp like you said. But neverthelesss, make sure that your router is configured correctly.

And run a port scan not on 127.0.0.1 but on your externel ip address. And also make sure when you run the port scan that your router is not in stealth mode or if it is make sure you tell the port scanner to scan without pings.

volskid2002
09-24-2003, 04:14 AM
how can i run a port scan?

also i stopped apache for awhile and then i put my computer into DMZ to open all ports and then when i try to start apache it gives me this error:

http://img.villagephotos.com/p/2003-7/299460/error.gif

4play
09-24-2003, 04:16 AM
here (http://www.dslreports.com/scan)

hopefully this will tell you port 80 is open otherwise your router/isp is blocking it.

shn
09-24-2003, 04:22 AM
Originally posted by 4play@23 September 2003 - 22:16
here (http://www.dslreports.com/scan)

hopefully this will tell you port 80 is open otherwise your router/isp is blocking it.
Yeah use that and see if the port is open to the outside. But make sure your not using a proxy when you check it.

volskid2002
09-24-2003, 06:57 AM
how do i know if i am using a proxy or not?

shn
09-24-2003, 07:07 AM
Originally posted by volskid2002@24 September 2003 - 00:57
how do i know if i am using a proxy or not?
:huh:

http://shn.free-host.com/capacity.jpg

Cl1mh4224rd
09-24-2003, 07:21 AM
Correct me if I&#39;m wrong, but-- [ I was wrong... ]

shn
09-24-2003, 07:27 AM
Originally posted by Cl1mh4224rd@24 September 2003 - 01:21
Correct me if I&#39;m wrong, but-- [ I was wrong... ]
Happens to me too. ;)