Linux Tutorials on the topic “apache”
-
Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy)
Author: asaavedra • Tags: antivirus, apache, email, other, php, postfix, ubuntu • Comments: 6
Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy) This document will guide you through the necessary steps to configure a Drupal driven mail server. It provides the following features: Drupal managed email accounts, support for virtual domains, automatic forwarding, Postfix quota support, silent BCC monitoring, anti-spam, anti-virus.
-
How To Set Up WebDAV With Apache2 On Ubuntu 8.10
Author: Falko Timme • Tags: apache, ubuntu • Comments: 8
How To Set Up WebDAV With Apache2 On Ubuntu 8.10 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 8.10 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 Add Two-Factor Authentication To phpBB
Author: nowen • Tags: apache, linux, mysql, php, security • Comments: 0How To Add Two-Factor Authentication To phpBB This document describes how to add WiKID two-factor authentication to phpBB through Apache using mod_auth_xradius. Given the recent attack against phpBB and the exposure of it's users' passwords, we thought two-factor authentication might be timely.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2
Author: Falko Timme • Tags: apache, centos, php • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 5.2. 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 Debian Etch
Author: Falko Timme • Tags: apache, php, debian • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. 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 secure WebDAV with SSL and Two-Factor Authentication
Author: nowen • Tags: apache, security • Comments: 1How to secure WebDAV with SSL and Two-Factor Authentication This how-to documents how to configure a WebDAV resource using SSL and two-factor authentication and how to access that resource from Windows, Linux and Mac.
-
How to configure Squid for two-factor authentication from WiKID
Author: nowen • Tags: apache, linux, security • Comments: 0How to configure Squid for two-factor authentication from WiKID In this guide we will show how Squid can be configured to support two-factor authentication from a WiKID server, allowing users to be centrally authenticated, but their requests still distributed for efficiency.
-
Caching With Apache's mod_cache On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 4
Caching With Apache's mod_cache On Debian Etch This article explains how you can cache your web site contents with Apache's mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
How To Set Up WebDAV With Apache2 On Fedora 10
Author: Falko Timme • Tags: apache, fedora • Comments: 1
How To Set Up WebDAV With Apache2 On Fedora 10 This guide explains how to set up WebDAV with Apache2 on a Fedora 10 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 Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu
Author: nowen • Tags: apache, debian, security, ubuntu • Comments: 1
How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 8.1. A previous article described how to add two factor authentication to apache on Fedora. Interestingly, a patch has been created to update mod_auth_radius to work with Apache 2.2+, however, it has only been updated for Debian and Ubuntu. For Fedora and other RedHat flavors of Linux, it is recommended that you use mod_auth_xradius.