Comments on The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3)
The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.4 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.
5 Comment(s)
Comments
Can someone explain to me how can i use only https with phpmyadmin and not both http and https?
Trying to make it more secure but still no luck. I read this tutorial but i can't get it to work.. Any ideas?
failed to mention that epel is needed for fail2ban and others
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmHi
I adopted this tutorial for a setup of my ispconfig webserver with centos7. I also added a second PHP version 5.6.8 in /opt.
Now I'm running
- CENTOS 7
- nginx
- PHP-FPM
- PHP 5.6.8 with ioncube
and have the problem that my ioncube_loader segfaults.
Does anybody has an idea whats wrong, or is it a bug in ioncube_loader?
here my logs:
nginx error log:
2015/05/08 00:43:16 [error] 25783#0: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: xxx.x.x.xx, server: yyy.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php5-fpm/web1.sock:", host: "yyy.shopware1.xxx.de"
php-fpm log:
[08-May-2015 00:43:16] WARNING: [pool web1] child 25718 exited on signal 11 (SIGSEGV) after 100.847123 seconds from start
[08-May-2015 00:43:16] NOTICE: [pool web1] child 25787 started
/var/log/messages:
May 8 00:43:12 shopware1 systemd: Started The nginx HTTP and reverse proxy server.
May 8 00:43:16 shopware1 kernel: traps: php-fpm[25718] general protection ip:7f8fed612577 sp:7ffff64fe720 error:0 in ioncube_loader_lin_5.6.so[7f8fed5a2000+146000]
loader_wizard.php says:
Loader Installed Successfully
The ionCube Loader version 5.0.3 for PHP 5.6 is installed and encoded files should run successfully.
How did you install ioncube at the first instance? e.g.
cd /tmp
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar xfvz ioncube_loaders_lin_x86-64.tar.gz
cp ioncube/ioncube_loader_lin_5.6.so /opt/php-5.6.8/lib/php/extensions/no-debug-non-zts-20131226/ioncube.so
Have you added it in the php.ini of your php 5.6.8? e.g.
zend_extension = /opt/php-5.6.8/lib/php/extensions/no-debug-non-zts-20131226/ioncube.so
I followed the above instructions. It all downloaded. So how do I acess the stats via my browser?