I'll check tonight. I didn't thought, that this is important.
Posts by FISA4
-
-
Nothing is impossible.
the databases part is comming after i finished catchall, edit and delete mail.
Greetz
FISA4
-
Hi,
hogy minél több segítséget, kérjük, tegye a plugins területen angolul.
Ezután több, mint az emberek, jaj beszél magyarul segítségével.általában az összesített információk találhatóak a wiki bejegyzést a remotebridge plugin.
ez a szöveg fordítása a Googe fordító
üdvözlet
FISA4
-
@gOOvER: the 'develop' branch from ~11:40pm (see title and first post)
i can live with the issue because this server is for testing only.
i think if it is a bug, it should be fixed. -
-
Hi,
today i updated my older (08/2014) git-develop testing machine to latest from git.
after the update, every (customer) php file gives me an error 500.
Related part in apache error-log:
Code- [Tue Dec 02 00:02:18 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
- [Tue Dec 02 00:06:15 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: get.php
- [Tue Dec 02 00:15:27 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: get.php, referer: http://vu2003.admin.green.SERVER.TLD/get.php
- [Tue Dec 02 00:15:33 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
The problem was only on customer domain.
After run imscp-autoinstall -r i switched from php-fcgi to php-itk.
The websites are working fine.
Then i´ve changed back to php-fcgi and the problem was back. Error500 with every (customers) php files.Server: OpenVZ vServer, 16GB-RAM, 400GB HDD, Debian 7.7, Apache 2.2
Can someone confirm this ? If yes, i´ll crate a ticket.
Greetz
FISA4
-
Updated again.
- Add: forwarding mailaddress is now required if mail_type is 'normal_forward' or 'normal_mail,normal_forward'
- Add: check max. mailaccounts
- Add: check max. quota for this domainNext update needs some day.
It would be nice if a Dev could have a look at the code. Maybe it could be improved.
-
-
1 setup new server
2 install i-mscp on the new server
3 export databases from old server and import the databases into new server
4 copy all files from /var/www/virtual and /var/mail from old server to the new server
5 on the new server:Code- # mysql -u root -p<password>
- > use imscp;
- > update domain set domain_status = 'ok';
- > update subdomain set subdomain_status = 'ok';
- > update domain_aliasses set alias_status = 'ok';
- > update subdomain_alias set subdomain_alias_status = 'ok';
- > update mail_users set status = 'ok';
- > update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;
6 replace old ip with the new in imscp-database
7 run the i-mscp installer again with "-r mysql" as parameterthat should it be.
-