This tutorial describes how you can build PHP 5.4 from source on Debian Squeeze. Later on, we will install more modules through PECL and add it as an additional PHP version to ISPConfig’s dropdown. At the end you will have a fully function PHP 5.4 installation which is selectable within the ISPConfig interface and a [...]
-
March 9th, 2013 by cj2003
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Squeeze. 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.
-
March 26th, 2012 by cj2003
PHP 5.4.0 is around the corner, with RC6 released this weekend. With the courtesy of Ondřej Surý it’s already available in experimental.
-
January 22nd, 2012 by cj2003
Once PHP hit version 5.3, it started shipping with PHP-FPM, which is the new way to handle PHP requests when serving web content.
-
October 1st, 2011 by cj2003
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
February 28th, 2011 by cj2003
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
February 26th, 2011 by cj2003
This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with lighttpd). From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.” It’s similar to other PHP opcode cachers, such as eAccelerator and APC.
-
November 15th, 2010 by cj2003
This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. 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. “
-
November 7th, 2010 by cj2003
This is just a quick walkthrough describing how to setup a decent development environment allowing the easy setup of multiple sites. It already assumes you have a working Debian or Ubuntu OS installed and configured with PHP, MySql & Apache already running. You will also need to have a working sudo.
-
September 4th, 2010 by cj2003
You’ll find here a tutorial on howto install Php with Nginx on Debian, in a few lines…
-
July 31st, 2010 by cj2003
Generalizations are fun, they always are because they tend to offend people and offended people by stupid shit is usually lots of fun.
-
March 2nd, 2010 by cj2003
My daily duties as a sys admin today included installation and configuration of SuPHP. SuPHP is an apache dynamic module for executing PHP scripts with the permissions of their owners.
-
February 19th, 2010 by cj2003
When I recently went to install PHP on a server on which I did *not* want Apache, I learned that a simple, “apt-get install php5″ will install Apache.
-
February 14th, 2010 by cj2003
In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.
-
February 9th, 2010 by cj2003
This tutorial ( How To ) explains how to install memcached and the PHP5 memcache module on a Debian system with Apache2. Memcached is a daemon that can store objects in the system’s memory (e.g. results of database queries) which can speed up your web site tremendously.
-
December 13th, 2009 by cj2003
The APC cache can significantly improve your PHP script performance, just by installing it, which basically takes 5 minutes! (Plus, it’s actually supported by the core PHP developers and will probably be integrated into PHP6…)
-
November 29th, 2009 by cj2003
On a clean server I installed Lenny, I used aptitude to install Lighttpd (1.4.19 a bit old, I know), Mysql, php5-cgi (with php5-apc).
-
November 29th, 2009 by cj2003
Short introduction on how to establish a MS SQL Server connection with PHP on Debian. Install FreeTDS on Debian for PHP ODBC. Login as root….
-
November 8th, 2009 by cj2003
As a short term way to deal with my Debian/Ubuntu PHP packages and virtual hosts issue, I have written a pretty crude Python script that I have called “adminstance“.
-
September 24th, 2009 by cj2003
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more.
-
September 21st, 2009 by cj2003
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM.
-
September 5th, 2009 by cj2003
This tutorial covers the setup of PHP 5.3.0/Lighttpd on Debian (lenny) with imap, mysql, mysqli, sqlite3, ImageMagick and mycrypt support. For this tutorial I will assume you are logged in as root this is not advised.
-
July 23rd, 2009 by cj2003
We used Debian 5 Linux for this, and setting up PHP and Apache on it was a breeze. All it required was to first install Apache using the # apt-get install apache2, followed by another single line command to install PHP and MySQL, viz. # apt-get install php5 mysql php5-mysql.
I have recently moved from hosting on a CentOS box to Debian and needed to install PHP’s APC opcode cache on it. I’ve posted about how to do this before on a CentOS box which is a very manual process and now add this post to install APC on Debian which is much easier.
-
March 26th, 2009 by cj2003
This post helped me install Oracle XE/Oracle instantclient successfully! It worked for my Debian Lenny system previously, and now it’s tested to work with MEPIS 8.0 as well.
-
March 19th, 2009 by cj2003
Why Debian? Because Debian is a popular Linux distribution vendor and has small install image file. I’ve tried to install Debian with Virtual PC, VirtualBox and VMWare and have different results on different PC.
-
March 18th, 2009 by cj2003