This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
SSL / Rebuilding your SSL certificates on Terminal
« on: April 16, 2017, 09:10:48 PM »Code: [Select]
openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt -keyout /etc/pki/tls/private/localhost.key
More information:
https://www.stevejenkins.com/blog/2010/08/renewing-a-self-signed-ssl-certificate-on-fedoracentos/
2
Installation / 1 Domain, 2 identical servers. Email & Mysql separate! It's Possible?
« on: November 24, 2016, 11:15:32 PM »
2 Identical Servers. The Config:
CPU Model: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
CPU Details: 8 Core (2400 MHz)
CentOS release 6.8
Apache version: Apache/2.2.31
PHP version: 5.6.28
MySQL version: 10.1.19-MariaDB
To Do:
Server 01: Apache & Mysql Root
Server 02: Email & Mysql for Website
It's possible?!
Can you help me?
Thx for now! Sorry for bad english!
CPU Model: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
CPU Details: 8 Core (2400 MHz)
CentOS release 6.8
Apache version: Apache/2.2.31
PHP version: 5.6.28
MySQL version: 10.1.19-MariaDB
To Do:
Server 01: Apache & Mysql Root
Server 02: Email & Mysql for Website
It's possible?!
Can you help me?
Thx for now! Sorry for bad english!
3
PHP / php-cgi high memory usage on 8GB server. Why?
« on: October 21, 2016, 02:15:31 PM »
What is the best setup for my server?
Operating System: CentOS release 6.8 (Final) x64
CPU Model: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
CPU Speed: 8x 2400 MHz
PHP Version 5.4.45
php.ini:
memory_limit = 256M
Thx for your help, experts!
Operating System: CentOS release 6.8 (Final) x64
CPU Model: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
CPU Speed: 8x 2400 MHz
PHP Version 5.4.45
php.ini:
memory_limit = 256M
Thx for your help, experts!
Pages: [1]