-
Install and setup Varnish cache on Debian
-
by
Pierre-Yves Landuré
—
published
Dec 18, 2011
—
last modified
Nov 11, 2017 09:45
Varnish is a cache server helping to speed-up web pages loading. It is particularly suited to the optimization of sites managed by a Content Management System (CMS).
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
Create a SSL / TLS certificate on Debian
-
by
Pierre-Yves Landuré
—
published
Dec 06, 2011
—
last modified
Mar 02, 2018 06:04
The creation of a SSL certificate is a major step when setting up a encrypted connection. Whether to implement HTTPS, to encrypt your IMAP server or FTP server, this guide helps you generate a valid SSL certificate.
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
Setup an email alert on SSL / TLS certificate expiration
-
by
Pierre-Yves Landuré
—
published
Dec 06, 2011
—
last modified
Oct 22, 2018 07:51
SSL / TLS certificates are signed by certificate authority for a defined period, usually 1 year. Once the expiration date has passed, the certificate is considered invalid by the clients (browsers, mail clients, etc.). Being alerted of a server expired certificates help to anticipate renewals.
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
HTTP
-
by
Pierre-Yves Landuré
—
published
Aug 08, 2011
—
last modified
Dec 21, 2011 10:47
HTTP servers installation guides for Debian GNU/Linux
Located in
Debian GNU/Linux
/
Servers
-
Setup email alerts for PHP errors
-
by
Pierre-Yves Landuré
—
published
Jul 27, 2011
—
last modified
Mar 02, 2018 06:04
Being alerted of PHP errors raising on production sites increase the reactivity in face of problems. This howto offers a solution to implement such alerts.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Setup a email alert for PEAR upgrades
-
by
Pierre-Yves Landuré
—
published
Aug 26, 2011
—
last modified
Jul 11, 2013 05:56
PEAR (for PHP Extension and Application Repository) is a PHP libraries collection. It is also a tool that allow to manage these libraries. The first rule of system security is to keep the system up to date. This howto help you to setup a email alert when upgrades are available on the system via PEAR.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Install the APC PHP extension on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 23, 2011
—
last modified
Mar 02, 2018 08:35
—
filed under:
Debian 5.0 Lenny,
Debian 6.0 Squeeze,
php
APC is the acronym for Alternative PHP Cache. This module enhance the performances of your PHP applications by caching the "compiled" PHP op-code.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Install the XCache PHP extension on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 23, 2011
—
last modified
Nov 11, 2017 09:30
XCache is a op-code cache speeding up PHP code execution. It is a good alternative to APC. This guide helps to install it on Debian GNU/Linux.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Install the Imagick PHP extension on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 09, 2011
—
last modified
Dec 06, 2017 03:50
—
filed under:
Debian 5.0 Lenny,
php,
Debian 6.0 Squeeze
The Imagick extension add to PHP the power of ImageMagick image manipulation tool. One of its advantages is that it can read a lot more image formats than GD. This guide help you to install it on Debian.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Install the ChartDirector PHP extension on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 23, 2011
—
last modified
Nov 11, 2017 09:45
—
filed under:
Debian 6.0 Squeeze,
php
ChartDirector is a chart generation tool used by some PHP applications (for example, EggCRM). This howto ease its installation on Debian GNU/Linux.
Located in
Debian GNU/Linux
/
Servers
/
PHP