| Frequently Asked Questions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| My site seems to download slowly sometimes OR sometimes when using FTP or Frontpage, it just stops. Why is that? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There are a variety of factors that can contribute to occasional slow download speeds or time-outs. One thing that you can rule out is lack of bandwidth directly into the facility where your site is located. If it seems that your site generally is always slow, it may be because you have images on your pages that are too large. A rule of thumb is to try to make images 20k or less. If you have larger images, try using image compression software which you can download free at www.download.com. Most new image editing programs such as Photoshop 5.5 or Paint Shop Pro will have JPG/GIF image compression included. Way to check where the slow-down: 1) Check the path from your computer to your web site: When you download from your site, you are taking a path to get from your computer to your web site. This tool below will show the path that you are taking to get to your site and where the slowdown may be. To do so using Windows:
Each of the three numbers above are three attempts that your computer makes to get to that location. A * or any number over 350 is a sign of a slow link. In the example above, the slow link is with SPRINT. If you see a slow link, we don't suggest you call your Internet provider and immediately report it. Occasional slow links on the Internet are common. However, if it is always like that, you may want to consider calling them. 2) Check the path from your web site to your computer: The return path, that is, going from your web site back to your computer, may take a different path altogether. To check the return path:
3) See how fast your Internet Connection really is. Your computer may say 53k, but your ISP may be overloaded. If you want to use a graphical program to show trace routes from your computer, try Neotrace. 4) To test the speed from another part of the Internet (and not your particular location), try this monitoring service. We use this site often to check our network speeds from a 'third-party' location. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [Top] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Why aren't my pages updating when I upload? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When you upload new or changed pages, the changes should be instantaneous. If they aren't, please follow the steps below to determine the reasons.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [Top] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| What do I need to use SSI on my site? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
For security purposes, we do not enable Telnet/SSH access by default. You must contact our support department or open a support ticket to enable this feature. To connect using telnet, just connect to yourdomain.com Please note that we strongly encourage the use of SSH instead of Telnet, to ensure that your login to the server remains secure. SSH is a powerful service which allows you to log into the server remotely to perform specific tasks. Common tasks include checking for new mail (via pine) or sending outgoing mail (via sendmail). Other common tasks include modifying file permissions, using compression utilities (tar and zip), and using editors (such as Pico or Vi) to modify files on the server side. With SSH access comes a shell. The shell you use simply acts as a layer of communication between the command-line and the Operating System. The command line passes arguments directly to the shell, where they undergo several tests. If successful, the command is passed on to the operating system and the operation is performed. SSH is a service that runs on port 21 on our web servers. Using a SSH client, you will get the following set of messages when you login: Red Hat Linux release x.xx In case you have not figured it out yet, your system login and password are required to connect to your account via SSH. The login and password is identical to that which is used to access your web-based control panel. If you are new to SSH, we strongly
suggest you read the following:
What other SSH clients can I use
on my account?
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [Top] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| How do I use my shell, what are the commands? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following is a list of UNIX commands that you might find helpful when modifying your web sites on the server. Most UNIX commands have many options and parameters which are not listed here. For more complete information on using UNIX commands, you can refer to the online manual by typing man [command] at the UNIX prompt, where "[command]" represents the command you would like more information about. Other UNIX help commands you can type are [command] -? and [command] --help. Example: man ls This would bring up the help documentation for the "LS" command. Note: When something is specified in brackets, such as [command] or [filename], it is used to indicate that you must input your desired information here. Do NOT include brackets in your command. Navigating in UNIX
Moving, Copying and Deleting Files
Creating, Moving, Copying and Deleting Directories
Searching Files and Directories
File and Directory Permissions There are three levels of file permissions: read, write and execute. In addition, there are three groups to which you can assign permissions: file owner, user group and everyone. The command chmod followed by three numbers is used to change permissions. The first number is the permission for the owner, the second for the group and the third for everyone. Here are how the levels of permission translate:
It is preferred that the group always have permission of 0. This prevents other users on the server from browsing files via Telnet and FTP. Here are the most common file permissions used:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [Top] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [Page 1] [Page 2] [Page 3] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||




