Writing changes

Discussion in 'General' started by sjau, Nov 1, 2007.

  1. sjau

    sjau Local Meanie Moderator

    Hiho

    I wonder how ISPC writes changes to the actual configuration files? Are actually configuration files needed or does ISPC just keep all information in mysql and all the services query it?

    Basically if I want to alter data in the mysql tables of a specific user, will I need to set some kind of flag so that in the next update cycle the changes will be written to the config files OR will be the changes immediately effective because all configuration for apache, proftpd, postfix etc. are contained in the ispc mysql db?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to set the field status = 'u' in the database for the cahnged record and then run:

    touch /home/admispconfig/ispconfig/.run

    to start the configuration process. Or you use the remoting framework.
     

Share This Page