ispconfig appliance - 2 questions

Discussion in 'General' started by Danielss89, Jun 18, 2007.

  1. Danielss89

    Danielss89 New Member

    Hi

    Ive just installed the ISPconfig Vmware appliance, and i have 2 questions.

    How do i change the password for the user root for mysql?

    I now i can create domains in the ispconfig controlcenter.

    But what if i want zzz.domain.tld to point to the folder /var/www/myfolder or another folder.. can i edit the /etc/apache2/sites-available or will the mess up ISPconfig :p

    How do i do that?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can do this with the "mysqladmin" command:

    mysqladmin -u root -p password yourrootsqlpassword

    "yourrootsqlpassword" is the new mysql password. The command then asks you for the current mysql password which is ispconfig if I remember correctly.

    Afterwards you will have to change the mysql password in the file /home/admispconfig/ispconfig/lib/config.inc.php

    ISPConfig uses its own folder namimng scheme, you can not change this without programming. Instead of pinting a vhosts to abother location, you should copy the contents of the website to the direcory that ISPConfig created for the website or symlink it.
     

Share This Page