Hallo,
danke für die Antwort, aber das Modul war schon installiert und ist "enabled".
Es wird i-doit 1.8 und rt4.2x + rt-extension-referenceidoitobjects 0.94 verwendet.
Ich muß meine Aussage korrigieren, denn es wird generell kein PHP verarbeitet, sowohl mit apache2 als auch mit rt-server.
PHP kann in der bash ausgeführt werden.
die 000-def* wurde wie folgt angepasst:
<virtualhost *:80="">### Optional apache logs for RT
# Ensure that your log rotation scripts know about these files
# ErrorLog /opt/rt4/var/log/apache2.error
# TransferLog /opt/rt4/var/log/apache2.access
# LogLevel debug
AddDefaultCharset UTF-8
ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/
DocumentRoot "/opt/rt4/share/html"
<location>Require all granted
Options +ExecCGI
AddHandler fcgid-script fcgi</location></virtualhost>