Posts in Apache
August 3, 2009 Posted in Apache, MySQL
Some spammers are very stupid and persistent, they don’t care about the results, and keep spamming for months and even years. They combine manual and automate ways to post spams, the only way to stop them is blocking their IPs.
Read More
July 19, 2009 Posted in Apache
My site got ‘internal server configuration’ errors, the Apache error log file for this domain has the following error message:
.htaccess: order takes one argument, ‘allow,deny’, ‘deny,allow’, or ‘mutual-failure’
Read More
October 24, 2008 Posted in Apache
The Apache error log file, defined in httpd.conf for each virtual host, are very important, I used to ignore them. They not only help locate strange website errors, but also give problems that webmaster can’t easily find. Read More
February 16, 2006 Posted in Apache
In the last two months, my server got the following errors occasionally (very infrequent):
> ad0: FAILURE - READ_DMA status=51<READY,DSC,ERROR> error=40<UNCORRECTABLE>
LBA=154033791
> ad0: FAILURE - READ_DMA status=51<READY,DSC,ERROR> error=40<UNCORRECTABLE>
LBA=154033791
> ad0: FAILURE - READ_DMA status=51<READY,DSC,ERROR> error=40<UNCORRECTABLE>
LBA=154033791
> ad0: FAILURE - READ_DMA status=51<READY,DSC,ERROR> error=40<UNCORRECTABLE>
LBA=150991359
Read More
February 10, 2006 Posted in Apache
In the next few days, I will try to automate the server maintenance as much as possible - ideally, I don’t have to logon the server for months if I don’t want to. Summer is coming :-). Read More
January 19, 2006 Posted in Apache
Just want to post a follow-up to my previous post. After I updated the domain configurations, all my sites have been re-indexed by Google. I strongly suggest you configure your domains this way.
January 13, 2006 Posted in Apache
This post is more about Google, but I think it’s very important and I should mention it. Read More
August 18, 2005 Posted in Apache
Awstats in ports is still marked “forbidden”. I like to check out the web logs when I’m bored. I decide to install Awstats 6.5 in the traditional way instead of waiting for the port release. Since I have used Awstats before, the domain configuration files, .htaccess and password files for directory protection are still there, “make deinstall” doesn’t delete them. The installation only took several minutes. Read More
July 31, 2005 Posted in Apache, PHP
My security run output of today contains lots of error messages like:
pid 90742 (httpd), uid 80: exited on signal 11
pid 90896 (httpd), uid 80: exited on signal 11
Read More
July 24, 2005 Posted in Apache
By default, Apache will send version and modules information (e.g., mod_php, mod_perl, mod_ssl) in every HTTP header. You can check it with a HTTP header tool. For example, the header of this blog:
Server: Apache/1.3.33 (Unix) PHP/4.3.11 Read More
June 18, 2005 Posted in Apache
I have been considering to upgrade my 10 MB uplink, but after read the system tuning in the handbook, I realized something else was more important than the bandwidth limit, especially kern.ipc.somaxconn: Read More
June 10, 2005 Posted in Apache
When I checked emails with Outlook Express today, all POP3 accounts on my two servers gave me an error message “Invalid username or password”, which really freaked me out. Later I found it’s because /var file system used up again. Read More
June 1, 2005 Posted in Apache
As I wrote earlier, I remove old Apache log files by deleting all of them and doing a graceful restart, this is also what Apache documentations suggested, everything works well except that Apache doesn’t release the disk space used by the deleted log files. Read More
April 9, 2005 Posted in Apache
How to protect a directory under Apache?
This can be done with .htaccess, visitors must input username and password before they can access the protected directory. Read More
January 21, 2005 Posted in Apache
Warning: If you are using Awstats 6.2 or earlier version, your server is at great risk, update it now! More information. Read More
« Older Entries