Posts Tagged ‘ cpanel ’

Falls die Serverzeit und Zeitzone korrekt eingestellt is und die
Zeit in der Webmail trotzdem falsch anzeigt dann editieren Sie:
/usr/local/cpanel/3rdparty/php/54/etc/php.ini
Entfernen Sie das ; in der Zeile: date.timezone =
und geben Sie die korrekte Zeitzone an, z.B date.timezone = “Europe/Berlin”

 

If your cpanel is not loading and you see instead:
“[a fatal error or timeout occurred while processing this directive]”
then login ssh as root user and execute:
~#chmod 555 /sbin/ifconfig

 

Wenn Sie Brute Force über die Shell ein oder ausschalten möchten:
root@myhost [~]# /usr/local/cpanel/bin/cphulk_pam_ctl –disable
( ausschalten )
root@myhost [~]/usr/local/cpanel/bin/cphulk_pam_ctl –enable
( einschalten )

 

If you have a broken Cpanel Theme
you can reinstall it from a root shell.
cd /root
wget http://httpupdate.cpanel.net/cpanelsync/STABLE/x.tar.bz2
cd /usr/local/cpanel/base/frontend/
mv x x-old-backup
tar jxvf /root/x.tar.bz2

You may replace x with the name of the broken Cpanel Theme

 

Hat man in Cpanel einen Domainnamen von einem Konto entfernt und vergessen die
Email Konten vorher zu löschen kann es zu Problemen kommen. Die Email Konten lassen sich nicht
mehr über das Cpanel löschen.
Abhilfe:
~# rm -rf /home/benutzername/mail/domainame.com
( Entfernt die alten Emails – benutzername und domainname.com entsprechend anpassen )
~# nano /home/benutzername/.cpanel/email_accounts.yaml
Die nicht mehr benötigten Adressen hier löschen und die Datei speichern.

 

If you want compile Apache with additional php modules which
are not implemented in Easyapache type:
~# touch /var/cpanel/easy/apache/rawopts/all_php5
edit your file
~# nano /var/cpanel/easy/apache/rawopts/all_php5
and add the modules
–enable-module1
–enable-module2

 

To create a separate php.ini file for Cpanel and Fantastico run:

~$ /scripts/makecpphp

 

To update Cpanel/WHM to the latest version run:
~# /scripts/upcp
Depending on your configuration the latest
Edge, Release, Current or Stable version will be installed