Secure your Apache2 with mod-security — page 2
This entry is part 2 of 3 in the series Secure your Apache2 with mod-security3. Adding Filtering Rules: mod-security can take two kinds of filters: Simple Filters: SecFilter directive Advance Filters:...
View ArticleSecure your Apache2 with mod-security — page 3
This entry is part 3 of 3 in the series Secure your Apache2 with mod-security4. mod-security filter examples: Suppose for instance you want to prevent attackers injecting shell command execution...
View ArticleBasic Apache Optimizations
This entry is part 1 of 2 in the series Basic Apache OptimizationsApache, the most popular web server, is a stable and reliable software for providing web pages to the world. But sometimes, it happens...
View ArticleBasic Apache Optimizations — page 2
This entry is part 2 of 2 in the series Basic Apache OptimizationsKeepAlive KeepAlive is a feature that make the server keep each listening connection alive for a certain amount of time, allowing a...
View ArticleSpying Apache server activity and performance with mod_status
On Debian based systems such as Ubuntu… Apache comes with mod_status compiled in by default. mod_status provides information on your apache server activity and performance. This tutorial will show you...
View ArticleAwstats: Error: Couldn’t open server log file … logresolvemerge.pl …...
After an upgrade from Debian 3.1 (sarge) to Debian 4.0 (etch), awstats stopped automatically updating. Awstats was complaining that the log files could found. By logging in to the server, user www-data...
View ArticleHow-To: Apache2 authentication using MySQL backend
This entry is part 1 of 2 in the series How-To: Apache2 authentication using MySQL backendthis tutorial will explain how to use a MySQL backend in order to authentication users against your Apache...
View ArticleHow-To: Apache2 authentication using MySQL backend — page 2
This entry is part 1 of 2 in the series How-To: Apache2 authentication using MySQL backend3. Creating users Here we will be using sha1 password. To create a password, you can use the following command:...
View ArticleHow-To: Prevent SPAM with Apache’s mod security
WordPress is a great piece of software to run a blog, it is flexible, has tons of plugins are developed for it and updates are really easy to do. To fight spam comments, there is already the Akismet...
View ArticleHow-To: Convert a WordPress site from Multisite to Standalone install
Since wordpress 3.0, it is possible to create a network or site by using the multisite feature. It allows to manage multiple wordpress websites from a single installation. Plugins, themes get installed...
View Article