Hallo,
Ich versuche "verzweifelt" das FCGI-Modul einzurichten. Wenn ich das versuche, bekomme ich die Datei "controller.pl" zum Download angeboten. Eshandelt sich um eine Portbasierte vhost- Umgebung. Portbasiert, da der Port, auf dem Kivitendo läuft, über die Firewall ins Internet zur Verfügung gestellt wird und das nicht auf dem Standardport läuft. Normalerweise ist das auch noch verschlüsselt, aber das fehlt hier noch und wird später wieder eingefügt (erstmal FCGI zum lafen bringen).
Hier der Auszug aus der Konfig:
--------------------/etc/apache2/vhosts.d/ip-based_vhosts.conf-------------------
DocumentRoot /mnt/lvm/srv/www/vhosts/kivitendo
ServerName kivitendo_neu1
ServerAdmin admin@webserver
EnableSendfile Off
AddHandler fcgid-script .fpl
AliasMatch ^/mnt/lvm/srv/www/vhosts/kivitendo/[^/]+.pl /mnt/lvm/srv/www/vhosts/kivitendo/dispatcher.fpl
Alias /mnt/lvm/srv/www/vhosts/kivitendo/ /mnt/lvm/srv/www/vhosts/kivitendo/
Alias /lx-erp/ /mnt/lvm/srv/www/vhosts/kivitendo/
FcgidMaxRequestLen 10485760
AllowOverride All
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
--------------------/etc/apache2/vhosts.d/ip-based_vhosts.conf-------------------
FCGI läuft allerdings:
a2enmod -l
authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif status userdir dav dav_fs headers imagemap info rewrite ssl vhost_alias php5 perl reqtimeout authz_default fcgid
Installierte Module für Kivitendo:
scripts/installation_check.pl
Checking Required Modules:
Looking for parent ....................................................... 0.225
Looking for Archive::Zip 1.16 ............................................. 1.30
Looking for Clone ......................................................... 0.31
Looking for Config::Std .................................................. 0.900
Looking for DateTime ...................................................... 0.77
Looking for DBI 1.50 ..................................................... 1.616
Looking for DBD::Pg 1.49 ................................................ 2.18.0
Looking for Email::Address ............................................... 1.896
Looking for Email::MIME .................................................. 1.911
Looking for FCGI 0.72 ..................................................... 0.74
Looking for JSON .......................................................... 2.53
Looking for List::MoreUtils 0.21 .......................................... 0.32
Looking for Params::Validate .............................................. 1.00
Looking for PDF::API2 2.000 .............................................. 2.015
Looking for Rose::Object ................................................. 0.859
Looking for Rose::DB ..................................................... 0.769
Looking for Rose::DB::Object ............................................. 0.798
Looking for String::ShellQuote 1.01 ....................................... 1.04
Looking for Sort::Naturally ............................................... 1.02
Looking for Test::Harness 3.00 ............................................ 3.23
Looking for Template 2.18 ................................................. 2.22
Looking for Text::CSV_XS 0.23 ............................................. 0.82
Looking for Text::Iconv 1.2 ................................................ 1.7
Looking for URI 1.35 ...................................................... 1.59
Looking for XML::Writer 0.602 ............................................ 0.612
Looking for YAML 0.62 ..................................................... 0.62
Standard check for required modules done. See additional parameters for more checks (--help):
hat jemand eine Idee, was ich falsch mache?
MFG
SNR