Linux Tutorials on the topic “web server”
-
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 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.
-
-
Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba
Author: sftp • Tags: ftp, lighttpd, linux, samba, ubuntu, web server • Comments: 1
Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba This tutorial is based on a LAN setup, but it should also be applicable for an Internet seedbox (e.g. on a vps or rootds), but some additional steps may need to be performed (firewall, securing rpc-mount, generally hardening of the server). The best lightweight software combination for a seedbox is lighttpd with rtorrent/libtorrent and a nifty web interface. So we use avalanche-rt, an actively developed project which looks very promising.
-
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.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4
Author: Falko Timme • Tags: lighttpd, suse, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4 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.4 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4 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 an OpenSUSE 11.4 server with PHP5 support (through PHP-FPM) and MySQL support.
-
How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 0
How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze) In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
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.
-
Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze)
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 0
Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze) This tutorial explains how you can configure Lighttpd 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.