Linux Tutorials on the topic “debian”

  • Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)

    debian Author: Falko TimmeTags: , , Comments: 2

    Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Debian Etch system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.

  • Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch

    Author: Falko TimmeTags: , Comments: 4

    Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch This article explains how to set up a two-node load balancer in an active/passive configuration with Pound and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Pound is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

  • Installing Zivios Server On Debian Etch

    debian Author: rehanzafarTags: Comments: 0

    Installing Zivios Server On Debian Etch This howto explains installing Zivios Master Service version 0.5.0 on Debian Etch 4.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as its data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

  • How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch)

    apache Author: LucaErcoliTags: , Comments: 0

    How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch) mod_slotlimit is an Apache module that using dynamic slot allocation algorithm and static rules, can manage resources used for each running site.

  • Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch)

    lighttpd Author: Falko TimmeTags: , Comments: 4

    Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch) This guide explains how you can install Joomla 1.5.6 on a lighttpd web server on Debian Etch. Joomla comes with an .htaccess file with mod_rewrite rules (for Apache) (to enable search-engine friendly URLs) that do not work on lighttpd. Fortunately Joomla has a built-in method to make search-engine friendly URLs work on lighttpd as well.

  • Installing Drupal 6.4 On A Lighttpd Web Server (Debian Etch)

    lighttpd Author: Falko TimmeTags: , Comments: 1

    Installing Drupal 6.4 On A Lighttpd Web Server (Debian Etch) This guide explains how you can install Drupal 6.4 on a lighttpd web server on Debian Etch. Drupal comes with an .htaccess file with mod_rewrite rules (for Apache) that do not work on lighttpd. Without this .htaccess file it is not possible to have clean URLs in your Drupal installation. Fortunately there's a way to make lighttpd behave as if it could read the .htaccess file.

  • How To Block Spammers/Hackers With Apache2's mod_spamhaus (Debian Etch)

    apache Author: euronymousTags: , Comments: 9

    How To Block Spammers/Hackers With Apache2's mod_spamhaus (Debian Etch) mod_spamhaus is an Apache module that uses DNSBL in order to block spam relay via web forms, preventing URL injection, block http DDoS attacks from bots and generally protecting your web service denying access to a known bad IP address.

  • Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)

    php Author: Falko TimmeTags: , , Comments: 5

    Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2) This guide explains how to install memcached and the PHP5 memcache module on a Debian Etch system with Apache2. memcached is a daemon that can store objects in the system's memory (e.g. results of database queries) which can speed up your web site tremendously. You can use memcached over a network (i.e., install your web application on one server and memcached on another server), but usually you install both on one server to avoid the networking overhead.

  • Port-Forwarding With rinetd On Debian Etch

    debian Author: Falko TimmeTags: Comments: 1

    Port-Forwarding With rinetd On Debian Etch This article shows how you can do port-forwarding with rinetd on Debian Etch. rinetd allows you to forward ports from one system to another. This useful if you have moved your web sites to a new server with a different IP address. Of course, you have modified your DNS records, but it can take a few days until DNS changes become effective, and that is where rinetd comes into play. If clients still use the old DNS records, rinetd can redirect them to the new server. With rinetd, you do not have to fiddle with iptables rules.

  • Installing Flash Player 9 On 64Bit Linux (x86_64)

    tux Author: shahjapanTags: , , , , , Comments: 13

    Installing Flash Player 9 On 64Bit Linux (x86_64) Someone said, Flash Player 9 doesn't run on 64 bit Linux, but sure it does... and you can install it, just follow the simple steps below.