Hello serusers,
Where can I found serweb version 0.8.12?
Dear all, I am a newbie of SER. I have some questions about SER configuration. 1, How can Ser reload configuration when the ser.cfg is changed? 2, I want to trace the script of ser.cfg, How can I log run time information to syslog?
Thanks,
Daniel
Daniel,
Changes to ser.cfg will require a server restart. Unfortunately there is not 'reload' like apache has.
Logging is quite easy.
log(1, "Some message");
will write to syslog. You can also use the xlog module for this. See the xlog README which is located under <ser-source>/modules/xlog
Regards, Paul
On Sun, 13 Mar 2005 04:32:46 GMT, Daniel Liu daniel.liu@cu88.com wrote:
Dear all, I am a newbie of SER. I have some questions about SER configuration. 1, How can Ser reload configuration when the ser.cfg is changed? 2, I want to trace the script of ser.cfg, How can I log run time information to syslog?
Thanks,
Daniel
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
1. Install cvs client software (if you don't already have it) 2. Execute the following command which will load the sources on your machine. It will create directory serweb under the current directory.
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -d serweb -r rel_0_8_12 iptel
Karel
Dmitry Rybin napsal(a):
Hello serusers,
Where can I found serweb version 0.8.12?