Linux Tutorials on the topic “apache”
-
How To Install Django On Debian Lenny (Apache2/mod_python)
Author: Falko Timme • Tags: apache, debian • Comments: 2
How To Install Django On Debian Lenny (Apache2/mod_python) This tutorial explains how to install Django on a Debian Lenny server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 8
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.
-
How To Defend slowloris DDoS With mod_qos (Apache2 On Debian [Lenny])
Author: MarcusSpiegel • Tags: linux, apache, security, debian, linux, apache, security • Comments: 6
How To Defend slowloris DDoS With mod_qos (Apache2 On Debian [Lenny]) mod_qos gives some fine-grained opportunities to scale the number of used connections and to defend an attack according to bandwidth limits. Unfortunately it is only available as source-package and there are many possible settings, wich might be hard to setup for this special case. So I provide the way that helped me.
-
-
How To Set Up Mass Virtualhosting With Apache2 + mod_rewrite + mod_userdir + mod_suexec On CentOS 5.3
Author: porjo • Tags: apache, centos • Comments: 1
How To Set Up Mass Virtualhosting With Apache2 + mod_rewrite + mod_userdir + mod_suexec On CentOS 5.3 This howto shows one method of doing mass virtualhosting using mod_rewrite to dynamically map a list of directories on your filesystem to virtual hosts. Additionally, by rewriting the incoming URL to the user's home directory we can make use of suEXEC to have Apache execute CGI scripts as the owner of the script.
-
Basic Web Server On Ubuntu 9.04 With Zend Framework
Author: the_g_bomb • Tags: apache, php, ubuntu • Comments: 14
Basic Web Server On Ubuntu 9.04 With Zend Framework This is a brief description of the steps required to set up a basic Web Server (on Ubuntu 9.04) with the Zend Framework installed.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 0
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04 This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.04 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 WebDAV With MySQL Authentication On Apache2 (Debian Lenny)
Author: Falko Timme • Tags: apache, debian, mysql • Comments: 0
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Lenny) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Lenny server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Set Up WebDAV With Apache2 On Debian Lenny
Author: Falko Timme • Tags: apache, debian • Comments: 1
How To Set Up WebDAV With Apache2 On Debian Lenny This guide explains how to set up WebDAV with Apache2 on a Debian Lenny server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 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.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 8.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.