Linux Tutorials on the topic “apache”
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.6
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.6 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 5.6. 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.
-
Using Apache2 Content Negotiation To Serve Different Languages
Author: Falko Timme • Tags: apache, debian, web server • Comments: 0
Using Apache2 Content Negotiation To Serve Different Languages Content negotiation is the ability of a web server to deliver the document that best matches the browser's preferences/capabilities. For example, if a resource exists in multiple languages, the web server can choose which variant it serves based on the Accept-Language header delivered by the browser. This tutorial describes how to configure content negotiation in Apache2 to serve different languages based on browser preferences.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.0 server with PHP5 support (mod_php) and MySQL support.
-
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - Fedora 15 x86_64 [ISPConfig 3]
Author: Falko Timme • Tags: apache, postfix, fedora, control panels, email, ispconfig, web server • Comments: 5
The Perfect Server - Fedora 15 x86_64 [ISPConfig 3] This tutorial shows how to prepare a Fedora 15 server (x86_64) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 36
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - Ubuntu Natty Narwhal (Ubuntu 11.04) [ISPConfig 2]
Author: Falko Timme • Tags: apache, ubuntu, control panels, ispconfig • Comments: 0
The Perfect Server - Ubuntu Natty Narwhal (Ubuntu 11.04) [ISPConfig 2] This tutorial shows how to set up an Ubuntu Natty Narwhal (Ubuntu 11.04) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
The Perfect Server - Ubuntu 11.04 [ISPConfig 3]
Author: Falko Timme • Tags: apache, control panels, ispconfig, ubuntu, web server • Comments: 10
The Perfect Server - Ubuntu 11.04 [ISPConfig 3] This tutorial shows how to prepare an Ubuntu 11.04 (Natty Narwhal) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
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.