Can't acces server from outside
Posted by: lux (---.w90-34.abo.wanadoo.fr)
Date: August 13, 2013 08:35PM

Hi i'm having some issue to put my wamp server online

What i've done

Port 80 forwarded in both firewall (livebox + nod32)
No ip created and working (ping xxx.no-ip.org give my wan ip)
here is what i've changed in httpd.conf
ofc i've pressed the put online button in system tray

# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName mynoip.no-ip.org

# Require all granted
# onlineoffline tag - don't remove
Require all granted
Allow from all
</Directory>


also tried changing the port in case he was used by another soft 80 to 82
same issue
did i miss something?
same issue when i try to modify hosts file in drivers/etc
in order to see if ppl can acces my serv from the outside i'm using
[www.hidemyass.com]

with the link mynoip.no-ip.org/myproject

sorry for my english
thanks



Edited 2 time(s). Last edit at 08/13/2013 08:46PM by lux.

Options: ReplyQuote
Re: Can't acces server from outside
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: August 14, 2013 10:50AM

You only need

Require from all

OR

Order Allow,Deny
Allow from all

Not both.

The HOSTS file has no effect when being accessed from an external address, but could be confusing the issue whne you are trying the external address from the WAMP PC, so make sure it does not have the mynoip.no-ip.org address registered.



It is best to try testing if you can access your site from another place i.e. outside your home/office network.
Most home routers lack a feature called 'loopback' and therefore when you try and access your site using the external wan ip address while still actually inside your network and therefore on that extenal ip address they wont do the correct things and the access attempt fails.
Get a friends to try from their PC or use your mobile phone, but not while connected to your wifi.

Options: ReplyQuote
Re: Can't acces server from outside
Posted by: Otomatic (Moderator)
Date: August 14, 2013 12:00PM

Bonjour,

Vous choisissez soit le forum Français, soit le forum Anglais. Les deux à la fois, non.
En plus, vous faites n'importe quoi, sans même chercher à comprendre pourquoi vous le faites, ne serait-ce qu'une yoctoseconde.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.