|
Tuesday, 16 August 2011 18:08 |
|
Installing Apache2 With PHP5 And MySQL Support On Fedora 15 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Fedora 15 server with PHP5 support (mod_php) and MySQL support. Read more: |
|
Tuesday, 26 July 2011 11:31 |
|
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. Read more: |