PHP's archive
Posted in July 28th, 2010
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2)
This guide explains how to integrate eAccelerator
into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the eAccelerator
project page: “eAccelerator is a free open-source PHP acceler…
read more from this topic.....
Posted in June 14th, 2010
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx
(10.04) Without Compiling Anything
Since Apache is most of the time a memory hungy process, people
started to look for different ways to host their website. Apache is
clearly not the …
read more from this topic.....
Posted in June 11th, 2010
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx
(10.04)
In this post I will explain how to install Nginx with PHP 5.3.2 and
PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a
Long-Term Support (LTS), meaning that it …
read more from this topic.....
Posted in June 6th, 2010
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.04
(LAMP)
LAMP is short for Linux, Apache, MySQL,
PHP. This tutorial shows how you can install an
Apache2 webserver on an Ubuntu 10.04 server with PHP5 support (mod_php)
and MySQL support.
read more from this topic.....
Posted in March 11th, 2010
Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS
This tutorial explains how to enable ZendOptimizer and IonCubeLoader in PHP on a Lighttpd web server on CentOS.
read more from this topic.....
Posted in March 10th, 2010
How To Harden PHP5 With Suhosin On CentOS 5.4
This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 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.”
read more from this topic.....
Posted in March 3rd, 2010
Installing Lighttpd With PHP5 And MySQL Support On Fedora 12
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Fedora 12 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in February 14th, 2010
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10
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. This tutorial shows how you can install Cherokee on an
Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL
support.
read more from this topic.....
Posted in February 11th, 2010
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Mandriva 2010.0 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in February 8th, 2010
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian
Since Apache is most of the time a memory hungy process, people
started to look for different ways to host their website. Apache is
clearly not the only webserver available. A few good examples are
lighttpd and nginx. 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.
read more from this topic.....
Posted in February 4th, 2010
Installing Nginx With PHP5 And MySQL Support On Fedora 12
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 Fedora 12 server with PHP5 support (through FastCGI) and MySQL
support.
read more from this topic.....
Posted in February 3rd, 2010
Yes, its true. Facebook has completely rewritten the PHP runtime to make it faster and more efficient, and its completely open source. Named HipHop, its described as a source code transformer, changing PHP into optimized C++ which is then compiled using g++. Thus keeping the best aspects of PHP while taking advantage of the performance [...]
read more from this topic.....
Posted in February 2nd, 2010
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.2
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on OpenSUSE 11.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.
read more from this topic.....
Posted in January 22nd, 2010
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.4
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a CentOS 5.4 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in January 14th, 2010
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Fedora 12 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in January 13th, 2010
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on Ubuntu 9.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.
read more from this topic.....
Posted in December 23rd, 2009
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10
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.10 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in December 18th, 2009
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Mandriva 2010.0 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in November 30th, 2009
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.2 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on an
OpenSUSE 11.2 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in November 24th, 2009
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on an
Ubuntu 9.10 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in November 13th, 2009
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2009.1 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Mandriva 2009.1 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in November 11th, 2009
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Fedora 11 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in October 30th, 2009
by
admin in
PHP,
arduino,
arduino hacks,
boarduino,
classic hacks,
ethernet,
home hacks,
lcd,
rss,
snake,
vivarium
[Cyberspice] informs us she likes snakes. Hey, who doesn’t? She’ll soon be adopting a lovely ball python and wanted to keep close tabs on the sensitive creature’s environment. To that end she assembled a network-enabled vivarium monitoring system based on Adafruit’s Boarduino (a minimalist Arduino clone), a TMP36 analog temperature sensor, Saelig’s WIZ810MJ Ethernet interface, and a common LCD screen. The [...]
read more from this topic.....
Posted in October 15th, 2009
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on an
OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.
read more from this topic.....
Posted in October 11th, 2009
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on Fedora 11. 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.
read more from this topic.....
Posted in October 8th, 2009
How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2009.1
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on Mandriva 2009.1. 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.
read more from this topic.....
Posted in October 5th, 2009
Installing Lighttpd With PHP5 And MySQL Support On Fedora 11
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Fedora 11 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in October 4th, 2009
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on Ubuntu 9.04. 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.
read more from this topic.....
Posted in September 27th, 2009
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Mandriva 2009.1 server with PHP5 support (through
FastCGI) and MySQL support.
read more from this topic.....
Posted in September 20th, 2009
Installing Cherokee With PHP5 And MySQL Support On Debian Lenny
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. This tutorial shows how you can install Cherokee on a Debian
Lenny server with PHP5 support (through FastCGI) and MySQL support.
read more from this topic.....