Apache Resources

by mike on July 14, 2010

Apache Resources
These Apache resources are a way to find the answers you need when you are managing a Web Server. These links focus on the Apache web server on Ubuntu and CentOS servers.

Training Resources
Live Ubuntu Training
Live CentOS Training
Skill Builder: One Hour Live Classes
Web Series: 4 Hours of Live Classes
Online Class: Apache Security
Server Daemons With Apache: 500 Page PDF

Ubuntu
Ubuntu Install
Add Modules
SSL on Ubuntu
Access Control With Ubuntu

CentOS
Apache and SELinux
SELinux with Apache
Access Control With Restricted Folders
Performance Tuning Apache
Manage Logs
Name Based Hosting
Self-Signed Certificate for SSL
SSL Certificates
Encrypted Order Forms
Moving Port 80 to 443
robots.txt
Secure .htaccess Files
AWStats on Your Web Server

Apache Performance
Performance: Server Design
Performance: CPU
Performance: Memory
Performance: I/O
Performance: Network

MySQL Database for LAMP Server
MySQL Basics
Create Database
Backup and Restore Database
MySQL Maintenance
Securing PHP

Joomla and WordPress
Speed Up Joomla
WordPress Installation

ModSecurity
ModSecurity: Getting Started
ModSecurity: Application Firewall
ModSecurity: Allowing GoogleBot
ModSecurity: Allowing Google Verification
ModSecurity: How Good Is It?
ModSecurity: Altering Apache Identity
Cross-Site Scripting Attacks
Nikto: Scan Apache for security Holes
ModSecurity Handbook

{ 0 comments }

Apache Skill Builder Classes Scheduled for Next Week

July 13, 2010

Targeted at Linux administrators and Windows server migrants, the BeginLinux.com Skill Builder sessions are one hour classes designed to provide students with a firm understanding of a specific skill. This is done through audio, visual and student application training during the class. The Skill Builder courses are designed for people who want to learn specific [...]

Read the full article →

Ubuntu: Apache Install

July 12, 2010

Server features that stand out for Apache are it’s speed, configuration options , stability and feature set.  Apache is known for rock solid stability that comes from a source code that has been available for a long time and many have reviewed it.  Also the wide usage has helped to facilitate bug fixes quickly.  Ubuntu [...]

Read the full article →

Apache: Performance Tuning

July 12, 2010

Apache Performance Tuning The most important aspect of webserver performance is the amount of available RAM.  This means that as you set up your server it is important to prevent the server from using the swap file as this will dramatically slow down the server. Watch the MaxClients setting as the webserver may spawn so [...]

Read the full article →

Apache Web Server Logs

July 10, 2010

Log Files Log files are critical to managing Apache. Managing these logs can provide advance security warnings, provide detailed information in terms of who is visiting your site and where they are coming from and can help you troubleshoot the use of your server resources. The two main log files are listed below from a [...]

Read the full article →

Apache Web Server: Install

July 8, 2010

Apache is based on the code developed by the National Center for Supercomputing Applications (NCSA) and has developed into the most secure and stable web server today.  In fact, Apache has the major share of Internet web sites.  NCSA’s active development stopped in late 1994 and a group of web administrators coordinated to create their [...]

Read the full article →