This tutorial covers installing and configuring the DSPAM web frontend. Using the web frontend, the mail users can configure the sensitivity of the spam filter, see statistics and more. I assume you already have the Apache2 web server and DSPAM daemon installed. 1. Install the dspam-webfrontend package and suexec module for the Apache2 [...]
Ástþór IP
ionCube protects software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. 1. Download ionCube loaders wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
Ástþór IP
First we’ll need to create a certificate signing request (CSR) containing the certificate application info and a private key. Make sure you don’t expose you’re private key (test.com.key) to the public or the safety of the encrypted information could be compromised. mkdir /etc/apache2/ssl cd /etc/apache2/ssl openssl req [...]
admin
The Apache web server can read .htaccess files located anywhere in your document root to perform different tasks and control settings without changing the configuration files. This may be useful where you don’t have access to change the configuration files or don’t want to mangle with the configuration files to perform easy [...]
admin
Lighttpd is a web server which is designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. Its low memory footprint (compared to other web servers), light CPU load and its speed goals make lighttpd suitable for servers that are suffering load problems, or for serving static [...]
admin
Setup Trac and Subversion First install packages for both Trac and Subversion. We’ll be using Apache to publish the Subversion repositories apt-get install python-setuptools trac subversion libapache2-svn Create the SVN repository directory structure, used to create new repositories later mkdir /var/svn/ mkdir /var/svn/tmpproject [...]
admin