Forums WordPress

Connection timed out 2

Subscribe to Connection timed out 2 3 post(s), 3 voice(s)

 
Avatar andurin 1 post

I’m having a problem with accessing my Wordpress installation. Everything was working fine last night, but today I can’t connect. I’ve retarted my Mac (Leopard) and I’ve started mysql and apache (which says it’s running on port 8080). But when I point my browser at the URL I was using last night (http://192.168.0.102:8080/wordpress/) I get a connection timed out error.

Any help?

 
Avatar Daniel Lopez Administrator 104 post(s)

Maybe the IP address of your machine changed?

Can you access the application at:

http://127.0.0.1:8080/wordpress/

?

 
Avatar antonio Administrator 485 post(s)

Hi andurin,

Can you check that Apache and MySQL are really running? To do so, from a terminal type

ps uax | grep httpd
ps uax | grep mysqld.bin

Please post here the output of both commands.

Forums WordPress