Hello,
on our new server with the most recent i-MSCP (config unchanged) adding an E-Mail-Account to a domain returns a 500-error-page. The Mail-Account is successfully added though. Looking through the Apache Error-Log seems to indicate that the error is connected to our SSL-Certificate...
I'm not sure if mail_add.php should answer that with a 500 though, especially since the action is successful.
Below is what I found in the log.
Code
- [Mon Sep 30 15:21:52 2013] [notice] FastCGI: process manager initialized (pid 28315)
- [Mon Sep 30 15:21:52 2013] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
- [Mon Sep 30 15:21:52 2013] [notice] Apache/2.2.22 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
- [Mon Sep 30 15:21:52 2013] [warn] long lost child came home! (pid 28106)
- [Mon Sep 30 15:22:30 2013] [notice] SIGUSR1 received. Doing graceful restart
- [Mon Sep 30 15:22:30 2013] [error] [client 91.61.82.155] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5.master-ssl.fcgi" aborted: read failed, referer: https://example.com/client/mail_add.php
- [Mon Sep 30 15:22:30 2013] [error] [client 91.61.82.155] FastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5.master-ssl.fcgi", referer: https://example.com/client/mail_add.php
- [Mon Sep 30 15:22:30 2013] [notice] FastCGI: process manager initialized (pid 28557)
- [Mon Sep 30 15:22:30 2013] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
- [Mon Sep 30 15:22:30 2013] [notice] Apache/2.2.22 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
- [Mon Sep 30 15:22:30 2013] [warn] long lost child came home! (pid 28313)