Posts by kurgans

    Cesar .. cesar, tus problemas con google no los va a remediar aqui en el panel .

    Esto es para administradores no para usuarios


    Como te he comentado por tfno... es mejor que la persona que os hizo la redireccion de google os lo haga nuevamente si esta disponible y si no lo estao no podeis .. contacteis con google a ver si aun dispone del servicio de blogger


    Aunque por lo que veo en internet lo cerro hace meses


    19/07/2023 13:34h. Google cancelará definitivamente y eliminará el acceso al contenido de Hangouts, Blogger y Picasa, servicios antiguos que servían para actividades, como de mensajería, creador de bitácoras o blogs y almacenamiento de imágenes


    s2

    Antonio

    I use the version

    i-MSCP 1.5.3

    Build: 2018120800

    Codename: Ennio Morricone


    Migrating i-mscp to new server is not difficult, you mount a new server on debian 10.


    Dump all of your databases

    -mysqldump -u root -p --all-databases > alldb.sql


    Restore everything back to your debian 10 server

    mysql -u root -p < alldb.sql


    With this operation you now have all the data stored on your i-mscp system.


    Then verify the integrity of the exported data


    # mysql -u root -p<your_password>

    > use imscp;

    > UPDATE admin SET admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0, admin_status = 'ok';

    > UPDATE domain SET domain_status = 'ok';

    > UPDATE subdomain SET subdomain_status = 'ok';

    > UPDATE domain_aliasses SET alias_status = 'ok';

    > UPDATE subdomain_alias SET subdomain_alias_status = 'ok'; > UPDATE subdomain_alias SET subdomain_alias_status = 'ok';

    > UPDATE mail_users SET status = 'ok';


    Regenerate the configs simulating an installation


    perl imscp-autoinstall -d


    With this you will have a fully operational system without data and now pass the data in bulk with rsync.

    Just copy /var/www/virtual and /var/mail/virutal.


    Once this is all done you just have to change the ip panel.

    perl /var/www/imscp/engine/setup/imscp-reconfigure --reconfigure primary_ip


    And you will be able to put everything you need on a debian 10 and using sury repo


    Put it in practice on a small vps without data so you can manage your panel to test and adapt some data you have configured manually.


    s2

    You must have Debian 10... to use Suri repository...

    You will be able to install any version

    Files

    • php-.jpg

      (419.56 kB, downloaded 4 times, last: )

    Victor buenas


    .. mucho tiempo


    Eso es que seguramente al usar al switcher de php y borrar algun dominio este no se ha eliminado de la parte de apache ..


    bastara con que hagas


    /etc/init.d/php7.1-fpm status


    De forma puedas averigurar quien se ha quedado ahi en la config y puedas borrarlo manualmente.


    S2



    ----------------


    Victor good morning



    .. a lot of time



    I think that surely when you use the php switcher and delete a domain this has not been removed from the apache part ...



    You just need to do



    /etc/init.d/php7.1-fpm status



    So you can find out who is still there in the config and you can delete it manually.



    S2

    Hello


    The colleague is asking you for information on how to carry out a process... if you have nothing to contribute on this matter...


    you can put your comments in other threads where they will be well received.


    We all know about your opinion


    Cheers

    kurgans

    Los alias se hacen en letsscript ... certificados de servicios.. dns names

    Puedes agregar 100


    Y si el cname te serviria asi .. yo haria alias.. ya que es solo crear un registro A a tu misma ip correo y agregarlo como alias al certificado de servicios y a correr.


    s2