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 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.
-
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.
-
-
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
Author: poustchi • Tags: centos, web server, nginx • Comments: 5
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support 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 compile and install Nginx on CentOS 5.5 server with SSL, PCRE, GeoIP, Zlib, Gzip and DAV support.
-
Caching With Apache's mod_cache On Debian Lenny
Author: Falko Timme • Tags: apache, debian, web server • Comments: 1
Caching With Apache's mod_cache On Debian Lenny This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
Generating Web Site Statistics With AWStats & JAWStats On Debian Lenny
Author: Falko Timme • Tags: apache, debian, web server • Comments: 3
Generating Web Site Statistics With AWStats & JAWStats On Debian Lenny This tutorial explains how you can generate statistics for your web site with AWStats and JAWStats on a Debian Lenny web server. AWStats is a free powerful and featureful tool that generates advanced web server statistics. JAWStats runs in conjunction with AWStats and produces clear and informative charts, graphs and tables about your website visitors. AWStats is able to create graphical web pages for the statistics, but JAWStats presents this data in a much nicer way - it's much better organized and makes use of Ajax and Flash.