Linux Tutorials on the topic “php”
-
Goldfish, A PHP Autoresponder Script
Author: Falko Timme • Tags: email, php, postfix • Comments: 4
Goldfish, A PHP Autoresponder Script For The HowtoForge "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail " Setups Goldfish is a quite simple autoresponder script (written in PHP) for Postfix. It consists of only one PHP file which can be started through a cronjob. It works with our "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail" tutorials (it cannot be used for other setups, especially Postfix setups that don't use a MySQL database).
-
How To Harden PHP5 With Suhosin On CentOS 5.3
Author: Falko Timme • Tags: centos, php • Comments: 3
How To Harden PHP5 With Suhosin On CentOS 5.3 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.3 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Lenny)
Author: Falko Timme • Tags: debian, lighttpd, php • Comments: 3
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Lenny) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Debian Lenny system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.04
Author: Falko Timme • Tags: lighttpd, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.04 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 9.04 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 8.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy)
Author: asaavedra • Tags: antivirus, apache, email, other, php, postfix, ubuntu • Comments: 6
Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy) This document will guide you through the necessary steps to configure a Drupal driven mail server. It provides the following features: Drupal managed email accounts, support for virtual domains, automatic forwarding, Postfix quota support, silent BCC monitoring, anti-spam, anti-virus.
-
How To Add Two-Factor Authentication To phpBB
Author: nowen • Tags: apache, linux, mysql, php, security • Comments: 0How To Add Two-Factor Authentication To phpBB This document describes how to add WiKID two-factor authentication to phpBB through Apache using mod_auth_xradius. Given the recent attack against phpBB and the exposure of it's users' passwords, we thought two-factor authentication might be timely.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2
Author: Falko Timme • Tags: apache, centos, php • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 5.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch
Author: Falko Timme • Tags: apache, php, debian • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.