Where are the server log files for my site?

Where are the server log files for my site?

You can find the raw access logs for your account from your cPanel -> Raw Access Logs. Raw Access Logs allow you to see who has accessed your site without the use of graphs, charts or other graphics. You can use the Raw … Continued
How to check my account’s server resource usage?

How to check my account’s server resource usage?

If you are a XonHost customer, you can check the amount of CPU resources your account consumes from the Statistics section in your cPanel. There you can check the number of inodes your account uses, as well as the number of currently … Continued
How can I check my quota and bandwidth limits/usage?

How can I check my quota and bandwidth limits/usage?

The statistics for your account’s disk space and bandwidth usage are available in your cPanel, under the Stats section on the left. All the server-side information for the end user is also available there.
How can I retrieve the raw Apache access logs for my site?

How can I retrieve the raw Apache access logs for my site?

You can find the access logs for any of the websites you have on your account from your cPanel -> Raw Access Logs tool. The logs contain detailed information about every single hit for your website – the IP from which the hit came … Continued
My website statistics are showing zero values

My website statistics are showing zero values

You may not see any visitors in your statistics for the following reasons: Your domain is not pointed to our server. In order to fix this please check the following article. Your statistics have not been updated. In order to fix … Continued
My subdomain statistics are not up to date or they do not appear

My subdomain statistics are not up to date or they do not appear

The users’ web statistics on XonHost servers are updated every night. This update may be delayed by high server load or software problems. If your subdomain statistics have not been updated for more than 24 hours you can manually update … Continued
How to enable the manual statistics update within Awstats

How to enable the manual statistics update within Awstats

In order to enable the manual statistics update in Awstats, you should edit the following file: tmp/awstats/awstats.yourdomain.com.conf (substitute yourdomain.com with your domain) Look for the following line: AllowToUpdateStatsFromBrowser=0 and change it to: AllowToUpdateStatsFromBrowser=1 This option is enabled by default on hosting accounts on … Continued
My website Stats are not updated

My website Stats are not updated

The users’ web statistics on XonHost servers are updated every night. This update may be delayed by high server load or software problems. If your statistics have not been updated for more than 24 hours you can manually update them … Continued
What are MySQL triggers and how to use them?

What are MySQL triggers and how to use them?

The MySQL trigger is a database object that is associated with a table. It will be activated when a defined action is executed for the table. The trigger can be executed when you run one of the following MySQL statements … Continued
MySQL optimization using indexes

MySQL optimization using indexes

A database index is a data structure that improves the speed of operations in a table. Every time your web application runs a database query, the database will look through all the rows in your table to find those that … Continued