Linux Tutorials on the topic “php”
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)
Author: kjette • Tags: nginx, php, ubuntu, web server • Comments: 7
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.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 13. 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.
-
Installing PHP5 Debugger On OpenSUSE 11.3
Author: wintel2006 • Tags: apache, php, suse • Comments: 3
Installing PHP5 Debugger On OpenSUSE 11.3 This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.The reason I use xdebug is, as far as I know now, xdebug supports php 5.3 or above.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 5
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.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.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
Author: Falko Timme • Tags: apache, php, suse • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.3. 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.
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything
Author: Sypher • Tags: debian, nginx, php, ubuntu • Comments: 13
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 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.
-
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
Author: Falko Timme • Tags: apache, centos, fedora, php • Comments: 4
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2) This guide explains how to integrate XCache into PHP5 on a Fedora 13 or CentOS 5.5 system (with Apache2). 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.
-
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2)
Author: Falko Timme • Tags: apache, php, fedora • Comments: 0
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
-
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, php, suse • Comments: 1
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 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 Apache2 With PHP5 And MySQL Support On Ubuntu 10.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 16
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.