view · edit · sidebar · attach · print · history

<< Updater | Index | XMLReload >>

Webalizer options we use

  • webalizer -p -c $CONFIG_FILE -N15 -D $DNS_CACHE -o $TMPDIR $TMP_FILE

Allow Symlinks again:

  • webalizer.c 493
/* check if the file a symlink */
/* check disabled
if ( S_ISLNK(log_stat.st_mode) )
{
  if (verbose)
  fprintf(stderr,"%s %s (symlink)\n",msg_log_err,log_fname);
  exit(EBADF);
}
*/

see: http://www.der-taegliche-admin.de/2010/06/25/webalizer-wieder-symlinks-beibringen/

view · edit · sidebar · attach · print · history
Page last modified on June 25, 2013, at 04:46 PM