Linux Tutorials on the topic “apache”
-
Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
Author: Falko Timme • Tags: apache, centos, debian, fedora, mandriva, suse, ubuntu • Comments: 0Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
-
How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)
Author: Falko Timme • Tags: apache, debian, security • Comments: 7
How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch) mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.
-
Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)
Author: Falko Timme • Tags: apache, mysql, debian • Comments: 5Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch) This guide shows how you can write the Apache2 access log to a MySQL database instead of a file. To achieve this, I use the Apache2 module mod_log_sql. I'm using a Debian Etch server in this tutorial.
-
-
Embedding Python In Apache2 With mod_python (Debian Etch)
Author: Falko Timme • Tags: apache, debian • Comments: 9Embedding Python In Apache2 With mod_python (Debian Etch) This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
-
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)
Author: Falko Timme • Tags: apache, debian, mysql • Comments: 2
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Etch 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 A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS
Author: msghaleb • Tags: apache, ubuntu, high-availability • Comments: 4
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.
-
Quick 'n' Easy LAMP Server For CentOS/RHEL
Author: olddocks • Tags: apache, centos, mysql, php • Comments: 27Quick 'n' Easy LAMP Server For CentOS/RHEL This tutorial shows a quick way of installing a LAMP server (Linux + Apache + MySQL + PHP/Perl together commonly known as LAMP Server.) on CentOS and RHEL server systems.
-
Installing mod_geoip For Apache2 On Fedora 9
Author: Falko Timme • Tags: apache, fedora • Comments: 1Installing mod_geoip For Apache2 On Fedora 9 This guide explains how to set up mod_geoip with Apache2 on a Fedora 9 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
How To Set Up WebDAV With Apache2 On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 9How To Set Up WebDAV With Apache2 On Debian Etch This guide explains how to set up WebDAV with Apache2 on a Debian Etch 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.
-
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
Author: colan • Tags: apache, debian, programming, ubuntu • Comments: 8Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac, the project manager for software development projects, on a server running Ubuntu (or possibly Debian).