| dynamind |
6th February 2013 14:54 |
ISPconfig3 Installation on Debian Wheezy
Hi,
I've installed all steps from your squeeze guide an everything was installed properly but now the panel does not start, the apache error log shows:
Quote:
[Wed Feb 06 16:02:51 2013] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
[Wed Feb 06 16:07:27 2013] [notice] caught SIGTERM, shutting down
[Wed Feb 06 14:07:28 2013] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
[Wed Feb 06 14:09:38 2013] [notice] caught SIGTERM, shutting down
[Wed Feb 06 14:24:11 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Feb 06 14:24:11 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 06 14:24:11 2013] [notice] Digest: done
[Wed Feb 06 14:24:11 2013] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.4.4-12 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_ssl/2.2.22 OpenSSL/1.0.1c configured -- resuming normal operations
[Wed Feb 06 14:32:40 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:221: File "/usr/share/squirrelmail//index.php" is not in document root of Vhost "/var/www"
[Wed Feb 06 14:32:40 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:32:45 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:221: File "/usr/share/squirrelmail//index.php" is not in document root of Vhost "/var/www"
[Wed Feb 06 14:32:45 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:35:15 2013] [notice] caught SIGTERM, shutting down
[Wed Feb 06 14:35:16 2013] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Feb 06 14:35:16 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Feb 06 14:35:16 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 06 14:35:16 2013] [notice] Digest: done
[Wed Feb 06 14:35:16 2013] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Feb 06 14:35:16 2013] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.4.4-12 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_ssl/2.2.22 OpenSSL/1.0.1c configured -- resuming normal operations
[Wed Feb 06 14:40:11 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:40:11 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:40:14 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:40:14 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:40:25 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:40:25 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:42:24 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:42:24 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:44:54 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:44:54 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
[Wed Feb 06 14:45:14 2013] [error] [client xx.xx.xxx.xxx] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[Wed Feb 06 14:45:14 2013] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
|
Is it possible to fix this issue?
Belonging to a guide I found this problem could be fixed in /etc/suphp/suphp.conf like that
Quote:
;Path all scripts have to be in
docroot=/var/www:${HOME}/public_html:/usr/local/ispconfig/interface/web:/usr/share/squirrelmail
|
but still it does not work.
update: solved belonging to this thread (downgraded suphp to squeeze packages)
another "bug" I found in the ISPConfig Cron log:
Quote:
PHP Warning: Illegal string offset 'output' in /usr/local/ispconfig/server/mods-available/monitor_core_module.inc.php on line 707
PHP Warning: Illegal string offset 'output' in /usr/local/ispconfig/server/mods-available/monitor_core_module.inc.php on line 707
postqueue: warning: Mail system is down -- accessing queue directly
ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
Perhaps ip6tables or your kernel needs to be upgraded.
|
The OVZ VPS has no IP6 modules.
regards from austria : )
|