|
Stories tagged with: debian
Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)
http://www.howtoforge.com/creating-simple-vhosts-with-mod_my...
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Etch. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you would have to configure them in the global section of lighttpd.conf, which means they would be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
Join discussion...
Tags: mod_mysql_vhost, lighttpd, mysql, debian
How To Install Django On Debian Etch (Apache2/mod_python)
http://www.howtoforge.com/installing-django-on-debian-etch-a...
This tutorial explains how to install Django on a Debian Etch 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.
Join discussion...
Tags: django, python, mod_python, apache, debian
Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
http://www.howtoforge.com/embedding-python-in-apache2-with-m...
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.
Join discussion...
Tags: python, mod_python, apache, fedora, debian, ubuntu, centos
How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)
http://www.howtoforge.com/block-spammers-hackers-with-mod_de...
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.
Join discussion...
Tags: mod_defensible, apache, debian, dnsbl, spam
Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)
http://www.howtoforge.com/apache2-logging-to-a-mysql-databas...
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 am using a Debian Etch server in this tutorial.
Join discussion...
Tags: apache, mysql, log, logging, mod_log_sql, debian
Intrusion Detection For PHP Applications With PHPIDS
http://www.howtoforge.com/intrusion-detection-for-php-applic...
This tutorial explains how to set up PHPIDS on a web server with Apache2 and PHP5. PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on a set of approved and heavily tested filter rules any attack is given a numerical impact rating which makes it easy to decide what kind of action should follow the hacking attempt. This could range from simple logging to sending out an emergency mail to the development team, displaying a warning message for the attacker or even ending the user’s session.
Join discussion...
Tags: phpids, php, intrusion detection, apache, debian
Embedding Python In Apache2 With mod_python (Debian Etch)
http://www.howtoforge.com/embedding-python-in-apache2-with-m...
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.
Join discussion...
Tags: python, mod_python, apache, debian
How To Set Up WebDAV With Apache2 On Debian Etch
http://www.howtoforge.com/setting-up-webdav-with-apache2-on-...
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.
Join discussion...
Tags: webdav, apache, debian, etch, debian etch, server
Installing And Using The Unbound Name Server On Debian Etch
http://www.howtoforge.com/installing-using-unbound-nameserve...
Unbound is a validating, recursive, and caching DNS resolver, released under a BSD license. Version 1.0.0 was released on May 20, 2008. This tutorial explains how to install and use it on Debian Etch, including the creation of zones for your own domains.
Join discussion...
Tags: unbound, dns, name server, debian, etch, debian etch
Setting Up PHPlist (Open-Source Newsletter Manager)
http://www.howtoforge.com/setting-up-phplist-newsletter-mana...
This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: "phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat."
Join discussion...
Tags: phplist, debian, ubuntu, fedora, centos, newsletter
| |
© coRank 2007-2010