Linux Tutorials on the topic “php”
-
Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze
Author: Falko Timme • Tags: cherokee, debian, mysql, php, web server • Comments: 4
Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze 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 Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
amon.so: Hijacking System Calls For Hardening PHP - Debian Lenny And Squeeze
Author: radish2003 • Tags: apache, debian, php • Comments: 13
amon.so: Hijacking System Calls For Hardening PHP - Debian Lenny And Squeeze amon.so is a library that integrates with the PHP interpreter and intercepts and manipulates the system calls provided by libc6. It replace the execve() syscall with a custom function which does extra sanity checking in order to prevent that an attacker could execute arbitrary code on the system exploiting a vulnerability in a web-based application (such as a bugged cms). It's open-source software released under the terms of the GPL license and compatible with PHP running as a CGI process or Apache's DSO module.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.4 server with PHP5 support (mod_php) and MySQL support.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2010.1 Spring
Author: Falko Timme • Tags: apache, mandriva, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2010.1 Spring This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Mandriva 2010.1 Spring. 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 Fedora 14
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 14. 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 Ubuntu 10.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.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.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.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 10.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 40
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support.
-
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd)
Author: Falko Timme • Tags: fedora, lighttpd, php • Comments: 0
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd) This guide explains how to integrate XCache into PHP5 on a Fedora 13 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.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: lighttpd, mysql, php, suse • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.