


In order to control web serving activity, it’s important to keep an eye on logfiles. These provide keys into what’s going right and wrong with a website and are invaluable tools in the web administrator’s arsenal.
PHP safe_mode is very important to web administrators as it can help prevent dangerous scripts running that can jeopardise the security of your web server.
Mod_rewrite is an incredibly powerful Apache tool that is used to manipulate URLs. This tutorial teaches you how to use mod_rewrite to prevent other sites from using images from your website.
Server Side Includes (SSI) allow web administrators and developers to add dynamic content to live web pages which are generated from scripts. Learn how to use SSI to your advantage.
As the main configuration file on an Apache HTTP server, the file controls major settings and can allow for customization on your machine. Found in the /etc/httpd folder, the file should be secured against external writing since it controls a wide range of important functions.