When start Apache web server or restart the HTTPD service on web host, the following warning message may appears on console or error log, even though Apache HTTP service can still startup and running fine without error.
[warn] NameVirtualHost *:80 has no VirtualHosts
where * can be asterisk itself (*), hostname or IP address.
Luckily the message is just a warning message and does not affect the functionality of web server, and hence the websit...
Read the rest of this article
Posted in
Hosting Knowledge Base at September 29th, 2011.
No Comments.
I needed to set the timezone for a group of calendar related scripts that run on a server in the mid-west (USA) because it’s a Calendar of Events on a website near Boston, MA (USA). Since the site is on a shared server, it meant figuring how to set the timezone in the scripts (instead of just setting the time on the server).
I didn’t want to play around with adding hours or seconds to ‘localtime’, (and risk needing to a...
Read the rest of this article
Posted in
Website Programming at August 20th, 2011.
1 Comment.
Is hostgator good to host huge traffic website? Is hostgator VPS hosting reliable? These are the questions I have after I read a post,here is quote of the post:
I have been hosting all my sites in hostgator shared host plans for the last 2 years . their service has been excellent and server uptime also has been great compared to the cost we pay ..but recently my site traffic has increased some what and iam experiencing down 10-15 times a day.T...
Read the rest of this article
Posted in
Reviews at August 2nd, 2011.
No Comments.
530 Only client IP address allowed to connect to PASV socket.
If you get this error when you use FTP,that means your IP address is not allowed. This error often occurs when the option “Block FTP_Bounce attacks” is enabled on Server-U and the client requests that the server connect to a different IP address for a data transfer than the client’s public IP address. In most cases, this means that the client is connecting to the p...
Read the rest of this article
Posted in
FTP at July 30th, 2011.
No Comments.
TERMINATION of DNS Resolution for CHINESE Resellers ONLY, August 1, 2011
As many of you already know, HEXONET in the past few months has dealt with several massive DDos attacks originating from China directed at domains managed by Chinese resellers. Though HEXONET systems are engineered for scalability and performance, some of the best systems industry-wide, the size and nature of these DDos attacks are beginning to affect our non-Chinese cust...
Read the rest of this article
Posted in
Webhosting Articles at July 26th, 2011.
No Comments.
When you want a native module on the Web server to handle requests for a specific file or file name extension, you can create a module handler mapping. For example, IIS 7 maps all requests for .exe files to CgiModule, so that module is called when a user requests a file that has the .exe file name extension.
Prerequisites
For information about the levels at which you can perform this procedure, and the modules, handlers, and permissions that ...
Read the rest of this article
Posted in
Webhosting Articles at July 16th, 2011.
No Comments.
Warning: Cannot modify header information – headers already sent by (output started at /…/wp-config.php:1) in /…/wp-includes/pluggable.php on line 890
When I first saw this error message on my wordpress site I just got stumbled. I had no idea why it happened. I searched google and found lots of wordpress bloggers got this kind of problem and it is actually no big problem to fix! If you would like to know how I fixed it then ...
Read the rest of this article
Posted in
Trouble Shooting at January 2nd, 2011.
No Comments.
Google adSense is an ad serving application run by Google Inc. Website owners can enroll in this program to enable text, image, and video advertisements on their websites. These advertisements are administered by Google and generate revenue on either a per-click or per-impression basis.
When I survey bloggers about the methods that they use to make money from their blogs,Google’s AdSense is always the number one response. It is a quick and ea...
Read the rest of this article
Posted in
Making Money at December 28th, 2010.
No Comments.
This is a post from http://www.webhostingtalk.com/showthread.php?t=958603,let’s read and see what you can do or give to the one that’s asking for help.
Hello Everybody!
I have been planning on setting up a website. For a couple of months I have been searching the Internet for the suitable and reliable hosting provider. And every day I am drowning deeper and deeper. The deeper I go, the harder my task seems. I simply cannot find the...
Read the rest of this article
The term ColdFusion is often used interchangeably for two things, the CFML language, and the Adobe ColdFusion Server. Let’s talk about the language a bit before we get into the server side of things.
The Language of CFML:
CFML (ColdFusion Markup Language) is a tag-based scripting language that was designed to be both easy-to-use and easy-tolearn, yet be powerful enough to create extremely rich and functional web applicatio...
Read the rest of this article