Linux Tutorials on the topic “php”
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, php, web server • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze 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.
-
PHP-FPM/Nginx Security In Shared Hosting Environments (Debian/Ubuntu)
Author: Falko Timme • Tags: debian, nginx, php, ubuntu, web server • Comments: 7
PHP-FPM/Nginx Security In Shared Hosting Environments (Debian/Ubuntu) If you want to use nginx and PHP-FPM for shared hosting environments, you should make up your mind about security. In Apache/PHP environments, you can use suExec and/or suPHP to make PHP execute under individual user accounts instead of a system user like www-data. There's no such thing for PHP-FPM, but fortunately PHP-FPM allows us to set up a "pool" for each web site that makes PHP scripts execute as the user/group defined in that pool. This gives you all the benefits of suPHP, and in addition to that you don't have any FTP or SCP transfer problems because PHP scripts don't need to be owned by a specific user/group to be executed as the user/group defined in the pool.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support.
-
-
Using PHP5-FPM With Apache2 On OpenSUSE 12.1
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
Using PHP5-FPM With Apache2 On OpenSUSE 12.1 This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Using PHP5-FPM With Apache2 On Ubuntu 11.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 0
Using PHP5-FPM With Apache2 On Ubuntu 11.10 This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 16 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 5
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.1 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support.
-
How To Install ImageMagick (And Imagick) With jp2 Support On CentOS (6.0)
Author: ShadowElf2 • Tags: php, centos • Comments: 1
How To Install ImageMagick (And Imagick) With jp2 Support On CentOS (6.0) This tutorial describes how to install ImageMagick and imagik with jp2 support on CentOS 6.0.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP)
Author: CSch • Tags: apache, mysql, php, ubuntu, web server • Comments: 20
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 support (mod_php) and MySQL support.