[AOLSERVER] How to unsubscribe

2003-02-19 Thread Dave Hwang
To whom it may concern,

Before you send out a me too email, do one of the following:

1. RTFM and figure out how to get yourself unsubscribed:

   http://www.lsoft.com/manuals/1.8d/userindex.html

2. Go to http://listserv.aol.com/ and use the web interface to get
   yourself unsubscribed.

3. Send a message to [EMAIL PROTECTED] with the following text
   in the BODY of your message:

   signoff aolserver

Thanks,

Dave



Re: [AOLSERVER] Has server.log rolling ever worked?

2001-05-04 Thread Dave Hwang

 Tom Ivar Helbekkmo [EMAIL PROTECTED] writes:

  Kris Rehberg [EMAIL PROTECTED] writes:
  Has anyone gotten their server.log to roll automatically?

  I use the following:

  ns_section ns/parameters
  ns_param serverlog smc.log
  ns_param logroll true
  ns_param maxbackup 14

  ...but it doesn't work.  :-( The name is used, but there's no
  rolling.

nslog is working for me with the following config:

ns_section ns/server/${service_short_name}/module/nslog
ns_param EnableHostnameLookup Off
ns_param File ${AOL_HOME}/log/${service_short_name}.log
ns_param LogCombined On
ns_param LogRefer Off
ns_param LogUserAgent Off
ns_param MaxBackup 5
ns_param RollDay *
ns_param RollFmt %Y-%m-%d-%H:%M
ns_param RollHour 0
ns_param RollOnSignal On
ns_param RollLog On

Dave