• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[XAMPP] No one can connect to my page but me

armitxe

New Member
Joined
Feb 15, 2009
Messages
65
Reaction score
1
Good evening.

Please excuse me for my bad english, this isn't my original leng.

Like the title says, the problem that i have is that i may only connect to my website from my local network, i've tried several things that i've saw on Google, some says that i have to edit "xampp\apache\conf\extra\httpd-xampp.conf" and add some things, i've already tried that, also switching servername at "\xampp\apache\conf\httpd.conf" and still got no results.

I don't got any router, also added the following ports to the windows firewall exception list: 80, 8080, 8000, every single one with the TCP and UDP option.

I've tried to connect from different proxy servers to watch what's the error that's showed up and is this: "The requested resource could not be loaded. libcurl returned the error:
connect() timed out!"

I'm using NO-IP for the configuration.
The website is: http://pokelatino.sytes.net if it helps to solve the problem.

There is no other problem with the website, everything else works well, it connects to the mysql database with no problem.

Thank you very much in advance for the help!
 
@Phemus I got it installed but not opened, also i got teamviewer installed but aswell is not opened... I'll try uninstalling skype

EDIT: I uninstalled them both and restarted the pc and still got the problem :s
 
Last edited:
Deleted. the index.php file in htdocs?
i got one problem with xampp, that is if the other ppl got the same internet provider then they cant se the page...

but if no1 can se it i guess the problem is on the server with some firewall
 
Deleted. the index.php file in htdocs?
i got one problem with xampp, that is if the other ppl got the same internet provider then they cant se the page...

but if no1 can se it i guess the problem is on the server with some firewall

Nope i haven't, the webpage in my computer works perfectly, i also think is something related to the ports, i tried to check the ports on Open Port Check Tool and it says this when i check port 80: Error: I could not see your service on IP on port (80) Reason: Connection timed out.

The only one who seems to be working is 3306: (Success: I can see your service on IP on port (3306)Your ISP is not blocking port 3306)

But i don't get it, i added those to the windows firewall and got no router, no skype, no teamviewer installed, i don't know what could be possibly blocking those ports
 
Did you change do it on your antivirus to?
i had some antivirus that made it...

other thing is goto xampp controll panel then conf.
in that text find what port is uses or is setted for
 
@TGYoshi It actually doesn't show up on netstat -o at all, but what can i do to fix it?

@Jonass I'm starting to think about it, i just want to give one last shot to xampp

@Yes, i got Avast, but already tried shutting it down with the windows firewall, i don't understand what's blocking my port 80
 
Are you sure you don't have a router? I've heard allot of people saying that they don't have a router.. check it first..


open a cmd window and type: IPCONFIG /ALL That will give you a default gateway IP addy, which will be you routers addy page if you have one fitted, best way to find out if you actually have one fitted is to follow you network cable back from your computer, if it plugs into a box with more network sockets that is ur router, if it goes back to the modem, then the odds are you do not have a router, but the modem may have a built in router too. also 10.0.0.1 is an address used by routers along with 192.168.x.x
 
@TGYoshi It actually doesn't show up on netstat -o at all, but what can i do to fix it?

Check if you see anything using port 80 (which you can find with :80), and since Apache isn't able to bind to port 80 it doesn't work.
If nothing is using port 80, check Apache's error log.
 
http://vapus . net/canihost

(I dont know otland dont let me post the whole adress.. Maybe restricted idk.. Delete the space


Open your ot, the website and everything before you press "can i run" and u will see :)
 
@Vendeliko i had it while i was installing Xampp, but now i uninstalled it, that could made a problem aswell?

@Tibiamakers Don't got any of those process

@We got a router in the network, however we only use it for wireless connections, i'm connected straight to CANTV modem (CANTV is my internet provider)

@TGYoshi at netstat -o nothing seems to be using the port 80. Should i upload the whole error.log?

@godiskungen Alright it says that my port 80 is blocked, Port 80 (You can't run a website), Port 7171 (People can see their character list), Port 7172 (People can join your server)

@Bica I'll check out that video, but seems like my problem is straight my port that something is blocking it and i don't know what
 
@TGYoshi at netstat -o nothing seems to be using the port 80. Should i upload the whole error.log?

So it looks like Apache fails to start.
Somewhere in the xampp folders, find "apache.exe", "httpdX.exe" or something like that.
In Uniserver it's located in C:\UniServer\usr\local\apache2\bin.
Start command, do e.g. cd C:\UniServer\usr\local\apache2\bin (exe location), then do: apache.exe, or whatever the filename is.
The startup errors will probably become visible then.
 
@Mesmeroo I'm not using any router, that's the problem :S

@DestinationSer Already done that but still doesn't work

@TGYoshi Alright done that and this is what it says:

"You may only use one direction of socket.
AH00072: make_sock: could not bind to address [::]:80
AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs"
 
Back
Top