Category Archives: Apache

make_sock: could not bind to address 0.0.0.0:80

Sometimes, you may get these error when you try to restart your Apache services. (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs The reason is the Apache … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , | 1 Comment

How to Check Apache Connections

Apache is one of the famous web services and surpass for more than 100 Million website. If you have experience in Server Administrator task, you surely headache on the Apache connections when it is getting tons of connections to the … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , , , , , , , , , , , , , , | 2 Comments

enable HTTP Compression

Many of the website did teach how to check HTTP Compression, what Apache module is needed, but there are less guide on how to make it done. Today, Mick Genie will guide you how to make it done. Firstly, you … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , , , , , , , , , , , | 1 Comment

Understand and read core.xxxx files

With Apache Linux box, sometimes you might get lots of file named core.xxxx where xxxx is some number. You might wonder what is these file. Normally core.xxxx file was generated from Linux box and holds the current state of a … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , , , , , , | Leave a comment

How to disable mod_security for an account

Sometimes, you might want to disable the mod_security applied to the virtual server and you might wonder how to do it. If you are using Apache with mod_security, it could be done from the configuration file. However, you have to … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , , , , , , , , , , , , | 1 Comment

Suggestion steps to migrate a large site from WHM/cPanel

If you are familiar with WHM/cPanel, you sure have this problem while trying to migrate a website more than 2GB and found out the file/folder or any data not updated. Today, Mick Genie will suggest a better way(my suggestion) to … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux, cPanel | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

No Space Left on Device

When you restarting the httpd services while the the server found high load, you might get these error. PLAIN TEXT CODE: ERROR: (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Why you will getting this error? The reason … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Linux | Tagged , , , , , , , , , , , , | Leave a comment

Redirect A Website with mod_rewrite

.htacess is very useful when you want to manage your website. It can be used to define the value that you want, block certain IPs, etc. To redirect a website, you do not need to hard code from every single … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache | Tagged , , , , , , , , , , | Leave a comment

How to block a country range IPs?

Many blogger was wonder on how to block the IPs from a country as they might suffer from unwanted attack such as compromised from their site. Mick Genie will suggest you a site to automatically generate the script from a … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Apache, Microsoft IIS, cPanel | Tagged , , , , , , , , , , , , | 1 Comment