Ir al contenido principal

Entradas

Mostrando las entradas que coinciden con la búsqueda de cpanel

Find cPanel, WHM logs for Apache, email, FTP, MySQL errors

cPanel mail logs – SMTP (Exim), POP/IMAP (Courier/Dovecot) and Webmail (Horde/RoundCube/Squirrelmail) Incoming and outgoing mail log /var/log/exim_mainlog Find out what happened to an email sent to an outside server, or one that came into this server. POP or IMAP login/transaction records /var/log/maillog Find out when a mailbox was accessed, from which IP, and if it was successful. Anti-spam logs (eg. SpamAssassin) /var/log/maillog Find out if a mail was tagged as spam, and the reason for it. Mails rejected by Exim SMTP sever /var/log/exim_rejectlog Find out if a mail was rejected at connection level due to an Exim security policy. SMTP/POP/IMAP server crash logs /var/log/messages, Find out why Exim/Courier/Dovecot servers crashed. /var/log/maillog, /var/log/exim_paniclog Mailman logs /usr/local/cpanel/3rdparty/mailmain/logs/* Logs under this directory shows what happened to various mailing lists. RoundCube delivery and error logs /var/cpanel/roundcube/log/* Logs under

Branding cPanel File Path | File name

A few terms you should understand For the purposes of cPanel’s products and documentation, we use the following terms: 1 Branding Branding modifies the cPanel interface in order to match your company’s logo and brand. Branding changes include updates to image assets or text labels. 2 Includes UI includes add custom content to the header or footer of the cPanel interface (but not the WHM interface). You can create UI includes for specific cPanel interfaces, or global UI includes that display on all of cPanel’s interfaces. 3 Plugin A plugin modifies an interface’s features or functionality, and it may also include changes to the interface’s appearance. You can write plugins for the cPanel or WHM interfaces. You can use the cPanel Style Guide to ensure that your interfaces match the appearance of standard cPanel interfaces. 4 Style A style uses CSS, images, and other assets to modify the appearance of the entire cPanel interface without changes to its functionality or features. You can cr

Hook Action Code

Creating Hook Action Code You can create hook action code in a custom Perl module or as an executable script. Using hook action code can customize cPanel & WHM functions to change the end-user experience. For example, you can create a hook action Perl module to install WordPress each time a user creates an account. Hook action code must read the entire input stream until end of line (EOL) and it must treat it as a JSON-encoded data structure. After the system decodes the JSON string, the native data structure is a hash. Scripts may use any language that the Linux shell can execute. Hook action code files and subroutine names are arbitrary. So yes, you could include the word "bathtub" in your filename and "oranges" in a subroutine name. However, keep in mind, the system references these names later when you register your code. It is more suggested to name your files and subroutines in relation to what your code is doing. Make certain that you save hook action cod

PkgAcct cPanel

PkgAcct is the cPanel & WHM event that creates or restores cPanel account backups Create a backup Backups can be run at any time on the command line by using the script: /usr/local/cpanel/scripts/pkgacct. It is run when WHM does a backup of each cPanel account. The options for the create process are:   # /usr/local/cpanel/scripts/pkgacct [options] USERNAME DIRECTORY USERNAME is the cPanel account username on this server. The DIRECTORY is where pkgacct will create the archive. The default DIRECTORY is /home. Please see the documentation for a list of all the [options] available.  There are three available stages during backup creation which can be hooked. These stages are listed below: pre — Hook action code runs before the /scripts/pkgacct script collects or writes data. preFinalize — Hook action code runs before the system compresses or transfers the cpmove file. postFinalize — Hook action code runs after the system compresses or transfers the cpmove file. Select the stage We wa

Rutas importantes que utilizan Apache y EasyApache en las instalaciones actuales de cPanel y WHM.

Rutas importantes que utilizan Apache y EasyApache en las instalaciones actuales de cPanel y WHM. 1. The Binary: /usr/sbin/httpd  2. The Logs: /var/log/apache2/  3.  The Configuration: /etc/apache2/  4.  The Modules: /usr/lib[ 64 ]/apache2/modules (this will be within /usr/lib64 on 64-bit servers) 5.  The Templates: /var/cpanel/templates/apache2_*  6.  The User Data: /var/cpanel/userdata Las rutas muy importantes que utiliza PHP en un entorno EasyApache 4, en las instalaciones actuales de cPanel y WHM. 1. The Binary:  /usr/bin/php 2. The Configuration:  /etc/apache2/conf.d/php.conf 3. The Rebuild Tool:  /usr/local/cpanel/bin/rebuild_phpconf 4. The MultiPHP Base Path:  /opt/cpanel/ea-php##

Acceso phpMyAdmin independiente a cPanel

El acceso a phpMyAdmin para la gestión de base de datos se realiza accediendo previamente a cPanel. Esto en determinadas circunstancias puede ser problemático si se necesita dar acceso a terceros sin facilitar los datos de acceso generales a la cuenta.  Para solventarlo se debe realizar una segunda instalación de phpMyAdmin:  Accede al panel de control cPanel, sección Softaculous Localiza en el catálogo de aplicaciones, phpMyAdmin Instala dicha herramienta en un subdirectorio de la cuenta, por ejempo phpmyadmin  Con estos pasos conseguimos tener una copia de phpmyadmin accesible desde:  http://www.dominio.com/phpmyadmin  Al acceder verás que solicita usuario/contraseña, para generar unos datos independientes accedemos a cPanel: Accede a cPanel, sección "Bases de datos MySQL". En esa misma página, al final de esta encontrarás un formulario para Crear un nuevo usuario. Vuelve a la misma sección tras crear el usuario y desde "Añadir usuario a la Base

Terminos de Mail Node

  Linked Node A fully licensed cPanel server (or node) that a server administrator designates to either assign tasks to or receive tasks from another node. Parent Node An authoritative linked node that assigns tasks to one or more child nodes. Child Node A non-authoritative linked node that receives tasks from a parent node. Distributed cPanel Account A cPanel account that exists on two or more linked nodes. Dedistribution The process of moving some or all of a distributed cPanel account’s functionality from a child node back to the parent node. For example, returning a cPanel account’s mail functionality from a Mail Node child node to the parent node. Server Profile A collection of server roles that allow you to optimize a server to perform a specific task or function. Server Roles A collection of services that provide specific server functionality. Mail Server Profiles A Server Profile allows a user to set up a server, or servers, to perform specific tasks or functions. They manage r

Proteger el directorio wp-admin con contraseña desde cPanel .htaccess #Wordpress

Si tienes cPanel, busca la opción “Directorios Protegidos con contraseña”: Al hacer clic aquí, llegamos a una pantalla que nos pide que seleccionemos un directorio. Navega hasta  wp-admin , seleccionalo y llegarás a una pantalla como esta: Marca la casilla “Protege este directorio con contraseña”. En “Nombra este directorio protegido” pon el texto que quieras que aparezca cuándo se pida la contraseña en el navegador; puedes poner lo que quieras. Dale a “Salvar”. Entonces crea un usuario y una contraseña y pulsa sobre el botón “Crear/modificar usuario autorizado”.  Al intentar ir a wp-admin ahora aparecerá una ventana emergente donde deberás ingresar el usuario y contraseña  que hayas creado. Por ejemplo, en Chrome tiene este aspecto: Lo que ha hecho este proceso ha sido crear un archivo  passwd  con las credenciales del usuario y crear un archivo  .htaccess  en el directorio  wp-admin  con el siguiente contenido: AuthType Basic AuthName "Se requiere autentificación&q

Como seleccionar el Mejor Hosting para el año 2018

Este Post es Patrocinado por BioHosting , activación inmediata y atención personalizada. Autor:  http://activeation.com/25mc Lee atentamente porque  aquí vas a encontrar todas las respuestas  con esta comparación de hostings. * Todos estos hostings admiten múltiples sitios web usando un plan superior, consulta los precios haciendo clic en  ELEGIR En esta tabla puedes comparar alojamiento web. En todos los host web que puedes ver se puede instalar WordPress, Joomla, Drupal y muchos otros CMS, así que tienes total libertad para elegir. ¿Cuál es el mejor hosting? lee a continuación los análisis de cada uno de ellos. vamos a ver cuál es el mejor hosting 2017. No hay un solo hosting recomendado, porque cada uno provee algo diferente, lee atentamente la descripción de cada compañía para aprender un poco más sobre ellas. GODADDY GoDaddy  es la  mayor empresa de hosting , y  una buena opción para comprar alojamiento web, tiene una  velocidad aceptable , las he visto más rápi