PDA

View Full Version : How To Trigger Conf File Rewrite?


jonwatson
31st March 2010, 00:45
Hi All,

I used to know this, but can't remember now and can't seem to find it in the forums.

I want to make a wholesale change to the spam hits setting for every user on the system. I want to do this via phpMyAdmin. I know from experience, though, that simply changing the value in the database won't do it. I need to do something else that will trigger ISPConfig to rewrite all of the user's configuration files with this new value.

The question is: what is that thing I need to do?

Thanks,

Jon

till
31st March 2010, 14:10
Change the "status" field of the isp_isp_user database for all changed records to 'u'. The possible statuses are:

u = update
n = new
d = delete

jonwatson
31st March 2010, 14:30
Great, thanks.

And do I need to restart anything to trigger ISPConfig to read the database to notice these u records?

Thanks,

Jon

falko
1st April 2010, 14:49
Run
touch /home/admispconfig/ispconfig/.runThis will cause the ISPConfig backend to process your changes.

jonwatson
1st April 2010, 21:34
That's it! Thanks,

Jon