Im having weird issues with local host in
-filezilla
-apache
-mysql
basically with these i cant get text from localhost
ie
i go to http://localhost -nothing
go to http://ip - get website
cant connect to filezilla admin page using 127.0.0.1
i tried to telnet to http and filezilla admin but i dont get any text or errors. but in filezilla admin it slowly prints out one character at a time
and i had issues with my sql, i never figured out why but im guessing its related. it just stopped working one day and i tried to reinstall but nothing.. cant connect using mysql administrator

anyone know if theres any setting that can cause this??
please help.
thanks
x

Recommended Answers

All 2 Replies

Make sure that you don't have a firewall running, sometimes they can block connections to even localhost. Beyond that, you can go into a command prompt and type netstat -an to get a listing of all the ports that are open, you can check to make sure 80 (apache) 3306 (mysql) are listening on localhost.

it works outside of the pc when i connect... but not inside
ie:
telnet localhost 80
get /
the response is blank
but if im outside and do
telnet 216.18.21.186 80
get /
it returns the page
how could the firewall do that?
i tried disabling firewall. nothing

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.