Linux Tutorials on the topic “debian”
-
Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)
Author: Falko Timme • Tags: apache, php, debian • 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
Author: Falko Timme • Tags: debian • 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)
Author: shahjapan • Tags: centos, debian, desktop, fedora, mandriva, ubuntu • 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.
-
-
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd, php • Comments: 0
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Debian Etch system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL)
Author: Thunderbirdsei • Tags: debian • Comments: 7XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL) XWiki is a professional wiki with enterprise features such as blog, strong rights management, LDAP authentication, PDF export, full skining and more. It also includes an advanced form and scripting engine making it a development environment for data-based applications. It has powerful extensibility features such as scripting in pages, plugins and a highly modular architecture.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch
Author: Falko Timme • Tags: apache, debian, security • Comments: 0
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk, but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows you to run each of your vhosts under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. It is based on metuxmpm, a working implementation of the perchild MPM. The result is a sane and secure web server environment for your users, without kludges like PHP's safe_mode.
-
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Etch that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.
-
Installing Lighttpd With PHP5 And MySQL Support On Debian Etch
Author: Falko Timme • Tags: debian, lighttpd, mysql, php • Comments: 15
Installing Lighttpd With PHP5 And MySQL Support On Debian Etch Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Etch server with PHP5 support (through FastCGI) and MySQL support.
-
How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 0How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch) In this tutorial I will describe how to install and configure mod_deflate on a lighttpd 1.4 web server on Debian Etch. mod_deflate is included by default in lighttpd 1.5, but not in 1.4 where mod_compress is used instead. The advantage of mod_deflate over mod_compress is that it can compress static and dynamic files (such as PHP files), whereas mod_compress can compress static files only. The lighttpd version coming with Debian Etch is 1.4.13, so we have to patch it to support mod_deflate. mod_deflate 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_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch) This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos). I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.