Linux Tutorials on the topic “debian”

  • Installing ISP-fw (Firewall) On Linux

    debian Author: htbTags: , Comments: 2

    Installing ISP-fw (Firewall) On Linux ISP-fW is a firewall script that provides port forwarding, packet filtering, stateful packet inspection, port redirection, masquerading, SNAT/ DNAT, TOS, and never the last it generates htb rules for bandwidth management. With ISP-fw, you can turn a PC into a gateway with shaping capabilities.

  • Preventing MySQL Injection Attacks With GreenSQL On Debian Etch

    mysql Author: Falko TimmeTags: , , Comments: 1

    Preventing MySQL Injection Attacks With GreenSQL On Debian Etch GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database. It comes with a web interface (called greensql-console) so that you can manage GreenSQL through a web browser. This guide shows how you can install GreenSQL and its web interface on a Debian Etch server.

  • Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu

    Author: bvidinliTags: , , , , , , , , , , , Comments: 6

    Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu In this tutorial I will show you howto install ehcp on any debian based distro, or any distro that has apt-get support. ehcp stands for Easy Hosting Control Panel. It may be used by anyone wanting to host multiple domains in his dedicated/vps server. It is a hosting control panel under development.

  • 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.