Apache 2
Apache 2 installation and configuration howtos for Debian
-
Install Apache 2 on Debian
Apache is a commonly used HTTP server. It is known for its modularity and the flexibility of its usages. This guide help you setup Apache 2 on Debian GNU/Linux. It accelerates the creation of basic virtualhosts.
-
Ease Apache 2 server administration with a2tools
a2tools is a script written with the intent to ease and automate the daily administration of a Apache 2 server. This howto describe its installation and usage.
-
Enable the HTTPS protocol with Apache 2 on Debian
This howto ease the activation of HTTPS with Apache 2.
-
Harden the security of Apache 2 on Debian
Apache 2 is a robust HTTP server with numerous functionalities. This howto harden the security of Apache 2 by apply basic rules.
-
Setup a status page on a Apache 2 server
Apache 2, PHP-FPM, APC, and other tools have usage statistics in Web pages. The data provided by these statistics are critical. It is important to secure the access to them. This howto setup a secure sub-domain dedicated to the display of HTTP server statuses.
-
Apache 2 configuration tips
Handy or rarely used Apache 2 setups.
-
Get the real IP address of a visitor accessing to a Apache 2 server behind a reverse proxy
Reverse proxy usage has many reasons: cache the served pages (Varnish), set up a load balancing (HAProxy) or serve the content of many servers on only one IP address. The reverse proxy provide the visitor real IP address in the X-Forwarded-For header. This howto provides a method to get the IP address from this header and use it as the client IP address instead of the reverse proxy IP address.
-
Install the Phusion Passenger module for Apache 2 on Debian
Phusion Passenger allow to host Ruby On Rails Web applications on Apache 2.
-
Install Google Page Speed module for Apache 2 on Debian
The Apache 2 Google Page Speed module is a tool automatically optimizing web sites hosted on the server.