2002-09-24

Permanent link PHP Accelerator and DSO

More compilation tasks: Compile Apache with DSO support! And install the PHP Accelerator: http://www.php-accelerator.co.uk/

Filed under: Tue, 24 Sep 2002 08:20:04 +0200
2002-09-19

Permanent link swish-e 2.2

A new swish-e version has arrived which they say is faster.

Indexing really looks faster, if I can trust my eyes?

Filed under: Thu, 19 Sep 2002 10:10:54 +0200
2002-09-18

Permanent link ServerTokens Prod

The current Apache OpenSSL worm ("Linux Slapper Worm") checks the webserver version by reading the HTTP header before it attacks.

Added "ServerTokens Prod" to httpd.conf - now it says "Server: Apache", was "Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6" before.

(See the Apache documentation and FAQ.)

Filed under: Wed, 18 Sep 2002 09:59:09 +0200
2002-09-13

Permanent link Creating PDF files

Downloaded the Adobe Generic Postscript printer driver as I thought I should be able to convert the .ps files into .pdf using ps2pdf under Linux. But the resulting PDF is absolutely ugly - images are missing, fonts don't scale...

Acrobat is expensive (> 300 €), Jaws PDF Creator is more than 100 € as well...

Filed under: Fri, 13 Sep 2002 09:37:12 +0200
2002-09-12

Permanent link fetchmail / procmail

Somebody in the German PHP mailinglist recommended using fetchmail/procmail for fetching mails automatically from a POP3 server and putting their contents into a database.

E-mail archiving through BCC:?

Filed under: Thu, 12 Sep 2002 14:57:28 +0200
2002-09-11

Permanent link Generic Information Server Toolkit (GIST)

Sounds a little bit like XDD, but with a lot more features:

http://gist.jrc.it/default/

Filed under: Wed, 11 Sep 2002 13:48:12 +0200
2002-09-09

Permanent link PHP 4.2.3

Upgraded to Apache 1.3.26 / PHP 4.2.3.

Filed under: Mon, 09 Sep 2002 16:06:22 +0200
2002-09-06

Permanent link Beautiful comment box layout on inmyexperience.com

inmyexperience.com:

This is how a comment box should look like... (maybe including an "Avatar" / icon of the person commenting.)

Filed under: Fri, 06 Sep 2002 15:17:11 +0200

Permanent link T-Online dsl 5000 MB?

The Telekom flat rate has just become more expensive - switch to the 5GB rate instead?

http://service.t-online.de/t-on/kund/anme/star/cc-anmeldung-1102.html

Filed under: Fri, 06 Sep 2002 09:21:45 +0200

Permanent link Bundling ADOdb with XDD

XDD uses rather trivial SQL - I probably should remove the xdd_db_*() functions and use ADOdb instead (which could be bundled):

http://php.weblogs.com/ADOdb

Filed under: Fri, 06 Sep 2002 09:19:11 +0200

Permanent link XDD trash can

XDD should move deleted records (including associated files) into a .trash directory.

Filed under: Fri, 06 Sep 2002 09:13:35 +0200
2002-09-05

Permanent link Checking for open ports

Installed a cron job which directs "nmap localhost" output to a file.

This file is checked for diffs by our dc4status tool.

So I should be notified by e-mail when a new port is opened...

Filed under: Thu, 05 Sep 2002 10:10:23 +0200
2002-09-04

Permanent link Faking POP3 mails with teapop

This is not yet working for me: I can authenticate through POP using my Unix account, but I didn't succeed in using .htpasswd files instead.

Filed under: Wed, 04 Sep 2002 17:20:36 +0200

Permanent link GNU readline in PHP

http://www.php.net/manual/en/ref.readline.php

Installed it, but didn't use yet...

Filed under: Wed, 04 Sep 2002 17:19:27 +0200

Permanent link PHP Cache

I should install one of those PHP caches!

Which one is the tool of choice? APC? http://apc.communityconnect.com/

Filed under: Wed, 04 Sep 2002 16:14:53 +0200