HowtoForge provides user-friendly Linux tutorials.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu • Comments: 1
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10 This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.10 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost 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. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
-
Dansguardian Content Filtering With Transparent Proxy On Ubuntu 9.10 Karmic
Author: av1611 • Tags: security, ubuntu • Comments: 14
Dansguardian Content Filtering With Transparent Proxy On Ubuntu 9.10 Karmic This tutorial explains how you can add content filtering to an existing Ubuntu 9.10 system, and how you can prevent users from bypassing the filtering system. We will use Dansguardian content filtering to set up a transparent proxy.
-
Setting Up Freeswitch On Debian 5 (Lenny)
Author: awan • Tags: debian • Comments: 3
Setting Up Freeswitch On Debian 5 (Lenny) FreeSWITCH is an open-source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3
Author: Falko Timme • Tags: centos, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.3 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server
Author: shayne.alone • Tags: linux • Comments: 11
How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server There was a long time that I was looking for a way to put away my old co CRM server! But why? Because I had installed a virtualization environment with Xen and all my servers are turned to small VPS on a nice pretty infrastructure. The base point was that the CRM had a USB/Lock and there was no way to take the lock under a virtualized VPS.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1
Author: Falko Timme • Tags: lighttpd, suse • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1 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.1 server with PHP5 support (through FastCGI) and MySQL support.
-
Install And Configure OpenLDAP On Ubuntu Karmic Koala
Author: Miguel • Tags: ubuntu • Comments: 29
Install And Configure OpenLDAP On Ubuntu Karmic Koala The configuration of OpenLDAP got a bit (more) complicated. cn=config is still used, but when installing the packages from the repositories only a skeleton configuration of openldap is installed. You're not asked anymore to provide a password when the package is installed and issuing the "dpkg-reconfigure slapd" only resets openldap to the skeleton configuration. You will have to set up the openldap database, root dn and acl's yourself using the root account (or sudo) in order to configure openldap. Here is how I configured openldap in Karmic Koala, but I do not issue any guarantee that this setup will suit your needs or works for you as it worked for me.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.