Linux Tutorials on the topic “web server”

  • How To Save Traffic With nginx's HttpGzipModule (Debian Squeeze)

    debian Author: Falko TimmeTags: , , Comments: 0

    How To Save Traffic With nginx's HttpGzipModule (Debian Squeeze) In this tutorial I will describe how to configure HttpGzipModule on an nginx web server (on Debian Squeeze). HttpGzipModule allows nginx to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With HttpGzipModule, 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.

  • Basic HTTP Authentication With Nginx

    nginx Author: Falko TimmeTags: , Comments: 9

    Basic HTTP Authentication With Nginx This tutorial shows how you can use basic HTTP authentication with Nginx to password-protect directories on your server or even a whole website. This is the Nginx equivalent to basic HTTP authentication on Apache with .htaccess/.htpasswd.

  • PHP-FPM/Nginx Security In Shared Hosting Environments (Debian/Ubuntu)

    nginx Author: Falko TimmeTags: , , , , Comments: 7

    PHP-FPM/Nginx Security In Shared Hosting Environments (Debian/Ubuntu) If you want to use nginx and PHP-FPM for shared hosting environments, you should make up your mind about security. In Apache/PHP environments, you can use suExec and/or suPHP to make PHP execute under individual user accounts instead of a system user like www-data. There's no such thing for PHP-FPM, but fortunately PHP-FPM allows us to set up a "pool" for each web site that makes PHP scripts execute as the user/group defined in that pool. This gives you all the benefits of suPHP, and in addition to that you don't have any FTP or SCP transfer problems because PHP scripts don't need to be owned by a specific user/group to be executed as the user/group defined in the pool.

  • Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , Comments: 0

    Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04 This tutorial explains how to use the GeoIP module with nginx on Debian Squeeze/Ubuntu 11.04 to find out where your visitors come from. The GeoIP module sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city, etc. that you can use in your PHP scripts or directly in your nginx configuration, for example to serve content in different languages based on the user's country.

  • Running Mailman On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04/11.10

    nginx Author: Falko TimmeTags: , , , , Comments: 2

    Running Mailman On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04/11.10 The Mailman package from the Debian/Ubuntu repositories comes with a configuration for Apache, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04/11.10 Mailman package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Running ownCloud3 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    ubuntu Author: Falko TimmeTags: , , , Comments: 3

    Running ownCloud3 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run ownCloud3 on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). ownCloud enables universal access to files through the widely implemented WebDAV standard, providing a platform to easily view and sync contacts, calendars and bookmarks across devices while supporting sharing, viewing and editing via the web interface. It offers the ease-of-use of Dropbox and box.net without vendor lock in. ownCloud users can run its file sync and share services on their own hardware. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10

    ubuntu Author: Falko TimmeTags: , , , , Comments: 0

    Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10 Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to serve the Icinga Web interface from an nginx server on Debian Wheezy/Ubuntu 11.10 (the tutorial might work for Debian Squeeze as well but I didn't test; Squeeze's Icinga version is a lot older than the versions for Wheezy and Ubuntu 11.10, so there might be small differences).

  • Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 1

    Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run Feng Office (Community Edition) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Feng Office is a web-based software that integrates project management, client relationship management, billing, financing, among other features that help you efficiently run your professional services business. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.10

    cherokee VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.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 11.10 server with PHP5 support (through FastCGI) and MySQL support.

  • Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)

    opensuse VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 2

    Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support.