Funkauswerter monitord um ActiveMQ-Support erweitern

Unsere bisherigen Pläne für ZABOS sehen vor, dass wir die Funktionalität der Alarmierung per SMS über Fünfton-Folgeruf (ZVEI) erweitern – nämlich um die digitalen Protokolle POCSAG und FMS. Unserer bisheriger Fünfton-Folgerufempfänger ist ein selbstenwickeltes Board mit Mikrocontroller, der die Fünfton-Folgen aufnimmt und dann über die serielle Schnittstelle an ZABOS weiterreicht. Read more…

Using BIRT and PHP without Zend Plaform

Oh well… my first blog entry in English, because I think this article is interesting for all the PHP developers out there – including non-German people 😉 Every developer will reach the point generating reports for the running project. Making reports with Java oder .NET is relatively easy. Products like Read more…

Outlook Web Access mit Apache als Reverse Proxy

Endlich endlich endlich funktioniert Outlook Web Access und Outlook Mobile Access. Ich poste einfach mal hier die Konfiguration des Vhosts: <virtualhost *:80=""> DocumentRoot VERZEICHNIS/web ServerName DOMAIN ErrorLog "|bin/rotatelogs.exe VERZEICHNIS/logs/%Y%m%d_error.log 86400" CustomLog "|bin/rotatelogs.exe VERZEICHNIS/logs/%Y%m%d_access.log 86400" common</virtualhost> UseCanonicalName Off RequestHeader unset accept-encoding LogLevel Debug ProxyPreserveHost On ProxyPass /exchange http://SERVER_IP/exchange ProxyPassReverse /exchange http://SERVER_IP/exchange Read more…