VestaCP: VPS-Panel für WEB-Verwaltung, Unterstützung für PHP5.6, Nginx, Apache, DNS, Mail usw.

VestaCP: VPS-Panel für WEB-Verwaltung, Unterstützung für PHP5.6, Nginx, Apache, DNS, Mail usw.

Das VestaCP-Kontrollfeld ist ein kostenloses, von Russen entwickeltes Kontrollfeld. Dieses Panel basiert auf LAMP und unterstützt Nginx für die statische Verarbeitung.

Unterstützte Systeme :

 RHEL / CentOS 5,6,7 Debian 6,7,8 Ubuntu 12.04-16.10

Unterstützt Chinesisch.

1. Installations-Tutorial : Basierend auf Centos
Alle Funktionen sind installiert:
Unter SSH:

 yum remove httpd* php* curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh -f

Installieren Sie Apache, Nginx, Mysql, FTP und Online-Dateiverwaltung:

 yum remove httpd* php* curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh --nginx yes --apache yes --phpfpm no --named no --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota yes --exim no --dovecot no --spamassassin no --clamav no --mysql yes --postgresql no --force

Installieren Sie Nginx, Mysql, FTP:

 yum remove httpd* php* curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd yes --proftpd no --exim no --dovecot no --spamassassin no --clamav no --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi no --quota no --force

Installieren Sie Apache, Mysql, FTP:

 yum remove httpd* php* curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh --nginx no --apache yes --phpfpm no --vsftpd yes --proftpd no --exim no --dovecot no --spamassassin no --clamav no --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi no --quota no --force

Die Standardverwaltungsadresse lautet : https//ip:8083

2. So deinstallieren Sie :
Unter SSH:
Stoppen Sie zuerst den Dienst:

 service vesta stop

Entfernungsbefehl unter RHEL/CentOS:

 yum remove vesta* rm -f /etc/yum.repos.d/vesta.repo

Entfernungsbefehl für Debian/Ubuntu:

 apt-get remove vesta* rm -f /etc/apt/sources.list.d/vesta.list

Löschung von Daten:

 rm -rf /usr/local/vesta

3. Installieren Sie andere Komponenten

1. Für die Installation der Online-Dateiverwaltung sind Root-Rechte erforderlich.
Fügen Sie am Ende von /usr/local/vesta/conf/vesta.conf Folgendes hinzu:

 FILEMANAGER_KEY='ILOVEREO'

oder

 echo "FILEMANAGER_KEY='NULLED'" >> /usr/local/vesta/conf/vesta.conf

Rufen Sie dann das VestaCP-Backend auf, wählen Sie den Server aus, scrollen Sie zum Vesta-Kontrollfeld-Plug-In unten und wählen Sie „Ja“ für die Dateiverwaltung.

2. Ioncube installieren

 yum install --enablerepo=remi php-ioncube-loader -y;service httpd restart

3. Zend installieren

 wget -q -O - http://www.atomicorp.com/installers/atomic | sh;yum install php-zend-guard-loader -y;service httpd restart

4. Upgrade auf PHP7
Details: Upgrade der PHP-Version von VestaCP auf PHP 7.0 oder PHP 7.1 unter CentOS 7

5. Ändern Sie einige MySQL-Konfigurationen

 vi /etc/mysql/my.cnf

oder

 vi /etc/my.cnf

Geändert zu

 max_connections=500 max_user_connections=25 wait_timeout=2880000 interactive_timeout=2880000

6. Ändern Sie PHP-Parameter, um die Größe der Anhänge zu erhöhen <br />Ändern Sie /usr/local/vesta/php/lib/php.ini (oder /etc/php5/apache2/php.ini) und ändern Sie den folgenden Inhalt
upload_max_filesize
post_max_size
maximale Ausführungszeit
maximale Eingabezeit
Speicherlimit

7. Tutorial zur Konfiguration von whmcs zum Verkauf virtueller Hosts: Konfigurieren von vestacp zur perfekten Unterstützung von whmcs

Supportdokumentation: http://vestacp.com/docs/

Offizielle VestaCP-Website: http://vestacp.com/

Offizielles Website-Forum von VestaCP: https://forum.vestacp.com/

<<:  DoHost.us aktueller Rabattcode

>>:  Kostenloses SSL und günstige SSL-Zertifikate

Artikel empfehlen

SolusVM-Serie: SolusVM KVM Bridge-Einstellungen

Basierend auf Centos 6 64-Bit. Hauptsächlich IPv4...

21 Möglichkeiten, Ihr Adsense-Einkommen zu verdoppeln

Es gibt viele Möglichkeiten, online Geld zu verdi...

Installieren Sie Git auf einem Linux VPS/Server

Die Installation von Git erfolgt am bequemsten üb...

AMH 4.1 Detailliertes Tutorial zur Verwendung von SSL

1. Vorbereitungsbedingungen: 1. SSL-Zertifikat 1 ...