Linux Tutorials on the topic “php”
-
Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn
Author: 3uropa • Tags: nginx, php, ubuntu • Comments: 7Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi. Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, doesn't suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 0
Installing Nginx With PHP5 And MySQL Support On Fedora 11 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 11 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 12
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 2
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.
-
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.04
Author: Falko Timme • Tags: cherokee, mysql, php, ubuntu • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.04 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.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: cherokee, fedora, mysql, php • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On Fedora 11 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 Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Debian Lenny
Author: Falko Timme • Tags: cherokee, debian, mysql, php • Comments: 1
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.
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10
Author: Falko Timme • Tags: cherokee, mysql, php, ubuntu • Comments: 0
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.
-
How To Set Up suPHP On A Debian Sarge Based ISPConfig Server
Author: Hans • Tags: apache, control panels, debian, ispconfig, php • Comments: 1How To Set Up suPHP On A Debian Sarge Based ISPConfig ServerWith this howto I explain how to set up suPHP on a Debian based ISPConfig server with php4. Mainly, it is based on Falko's howto http://www.howtoforge.com/apache2_suphp_php4_php5. Within the forums on Howtoforge, lots of information about "setting up suphp" can be found. However, this information is spread all over the forums, so it is not very clear how to set up suphp on an ISPConfig server. It was the reason for me to write this howto. When you've setup suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data.
-
How To Set Up suPHP On A Debian Etch Based ISPConfig Server
Author: Hans • Tags: apache, control panels, ispconfig, php • Comments: 3How To Set Up suPHP On A Debian Etch Based ISPConfig ServerWhen you've set up suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data. In general, this howto is the same as my howto "How To Set Up suPHP On A Debian Sarge Based ISPConfig Server" at http://www.howtoforge.com/suphp_debian_ispconfig but it contains some small but important modifications for Debian Etch.
-
How To Install Drupal 5.6 On Debian Etch With ISPConfig
Author: lubos • Tags: control panels, debian, ispconfig, mysql, other, php • Comments: 3How To Install Drupal 5.6 On Debian Etch With ISPConfig Drupal is a PHP based CMS (Content Management System) with great community support and a huge amount of modules. Drupal can be installed as a single site or it can be installed as a multisite.