Wednesday, May 19, 2010

tomcat 6 + php + windows 64 bit

So.. yesterday I messed with

Windows 7 x64
Tomcat 6 . something
PHP

What you need in short:

32 bit JRE
32 bit tomcat
instructions that finally worked for me: http://www.softminer.net/2009/05/how-to-install-or-run-php-on-tomcat-6.html

TSH

Friday, April 30, 2010

Djigzo Email Encryption Gateway is a standards based centrally managed email server (MTA) that encrypts and decrypts your incoming and outgoing email at the gateway level. Because Djigzo Email Encryption Gateway functions as a general SMTP email server, it is compatible with any existing email infrastructure.


http://www.djigzo.com/

http://www.djigzo.com/documents/faq.pdf - good for beginners in PKI.Link

Friday, March 5, 2010

build subversion 1.6.9 on redhat 5.4 / cenos 5.4

you can acctually build it from source without modifing existing packages.
get

subversion-1.6.9.tar.gz
sqlite-amalgamation-3_6_22.zip
neon-0.29.3.tar.gz

1) unpack subversion
2) cd subversion-1.6.9
3) unpack sqlite-amalgamation and neon to here.
4) rename sqlite-ZZZ to sqlite-amalgamation
5) rename neon-ZZZ to neon
6) ./configure --prefix=/opt/svn/ && make && make install

no need to install newer neon / sqlite rpm-s etc..