Home ›
Helping Agaric debug site availability or network issues for a siteHelping Agaric debug site availability or network issues for a site
Submitted by Benjamin Melançon on October 7, 2007 - 8:17am
Debugging site availability issues to a MS Windows computer.
Click on Start, Run, and then type cmd and enter.
On the command prompt opened:
- type
ping www.example.com(press enter) - type
tracert www.example.com(press enter) - type
telnet www.example.com 80(press enter)
For all three, you can copy the output and e-mail it.
On GNU-Linux, Unix, and Mac OS X you can just go to a terminal program and type those commands (use ping -o on Mac OS X at least to keep it from repeating the ping endlessly until you ctrl-shift-C it).
Resolution
More like this
- Documenting a Drupal site using the Advanced Help module
- Help people help Drupal: link to 'how to apply a patch' from issues with patches on d.o
- Print a full Drupal database table for debugging a site
- Two main issues remaining to be fixed in Drubuntu: NetworkManager conflict and file permissions
- Identify individual issues or blog posts


Comments
Post new comment