From: shane <sh...@lo...> - 2001-03-17 15:37:46
|
At 09:54 PM 3/16/2001 -0800, you wrote: >often i manually change slash settings like sections and vars directly using >sql because i prefer it to the web. i've run into a problem in that by doing >so, slash doesn't recognize the changes i make. is there any way i can make >slash 'refresh' and reread the data from the dbs? sorta like how you can >edit httpd.conf then restart apache to get it to recognize the changes. > >thank you! try this: /usr/local/apache/bin/apachectl stop ; sleep 10; /usr/local/apache/bin/apachectl start |