You are here: Home
164 items matching your search terms.
Filter the results.
Item type


New items since



Sort by relevance · date (newest first) · alphabetically
Article ECMAScript program 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
Article application/x-httpd-php PHP
by Pierre-Yves Landuré published Aug 26, 2011 last modified May 28, 2012 06:43
Posts helping to setup a PHP server
Located in Debian GNU/Linux / Servers
Article Setup the OVH failover IP solution on Debian
by Pierre-Yves Landuré published Aug 24, 2011 last modified Mar 02, 2018 08:35
OVH, a dedicated hosting company, offer the possibility to associate many public IP addresses to one server. It is useful to setup many HTTPS web sites with various SSL certificates on a same server. The failover IP is also designed to ease the management of server downtime.
Located in Debian GNU/Linux / System / OVH
Article C header OVH
by Pierre-Yves Landuré published Aug 24, 2011 last modified Jun 30, 2013 05:14
Posts about OVH dedicated server hosting solutions.
Located in Debian GNU/Linux / System
Article Link a NATed Xen DomU to a public IP address
by Pierre-Yves Landuré published Aug 24, 2011 last modified Nov 11, 2017 09:23
When bridged networking allow to give a public IP address to a DomU, NATed networking allow to use the same public IP address for many DomU (provided that listened to port are different). On of NATed networking inconvenient is that all DomUs have the same public IP address. This guide present a method to give another public IP address to a specific DomU.
Located in Debian GNU/Linux / System / Xen
Article Install the ChartDirector PHP extension on Debian
by Pierre-Yves Landuré published Aug 23, 2011 last modified Nov 11, 2017 09:45 — filed under: ,
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
Article 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
Article Install the XDebug PHP extension on Debian
by Pierre-Yves Landuré published Aug 23, 2011 last modified Nov 11, 2017 09:32
XDebug is a powerfull debug tool for PHP. It add traces to error messages and step by step debugging.
Located in Debian GNU/Linux / Servers / PHP
Article Install the APC PHP extension on Debian
by Pierre-Yves Landuré published Aug 23, 2011 last modified Mar 02, 2018 08:35 — filed under: , ,
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
Article D source code Block the vulnerability scanner DFind
by Pierre-Yves Landuré published Aug 23, 2011 last modified Jun 30, 2014 09:46
The vulnerability scanner DFind is the source of "w00tw00t.at.ISC.SANS.DFind" lines showing in Apache 2 logs. This howto install a set of iptables rules blocking those requests.
Located in Debian GNU/Linux / System / Security