Linux Tutorials on the topic “web server”
-
Make Browsers Cache Static Files With mod_expires On Apache2 (Debian Squeeze)
Author: Falko Timme • Tags: apache, debian, web server • Comments: 8
Make Browsers Cache Static Files With mod_expires On Apache2 (Debian Squeeze) This tutorial explains how you can configure Apache2 to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors' browsers. This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static files will be fetched from the browser cache). This tutorial was written for Debian Squeeze.
-
Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.5 (LAMP)
Author: Falko Timme • Tags: apache, centos, web server • Comments: 5
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.5 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.5 server with PHP5 support (mod_php) and MySQL support.
-
-
Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)
Author: Falko Timme • Tags: apache, debian, web server • Comments: 7
Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: cherokee, suse, web server • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On OpenSUSE 11.3 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 OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Hosting Multiple SSL Web Sites On One IP Address With Apache 2.2 And GnuTLS (Debian Lenny)
Author: todgerme • Tags: apache, debian, web server • Comments: 5
Hosting Multiple SSL Web Sites On One IP Address With Apache 2.2 And GnuTLS (Debian Lenny) This tutorial describes how you can host multiple SSL-encrypted web sites (HTTPS) on one IP address with Apache 2.2 and GnuTLS on a Debian Lenny server.
-
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 Cherokee With PHP5 And MySQL Support On Fedora 14
Author: Falko Timme • Tags: cherokee, fedora, web server • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On Fedora 14 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 14 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14 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 14 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: cherokee, ubuntu, web server • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.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 10.10 server with PHP5 support (through FastCGI) and MySQL support.