root / lib / exilog_config.pm

View | Annotate | Download (1.8 KB)

# Date Author Comment
93989d3f 12/13/2008 11:13 AM Andreas Unterkircher

check if webroot parameter has been set, before using a regexp on it

Signed-off-by: Andreas Unterkircher <>

64677e82 12/13/2008 10:54 AM Andreas Unterkircher

automatically add trailing slash to webroot config option if missing, resolves #129

Signed-off-by: Andreas Unterkircher <>

59a9ee36 12/13/2008 10:48 AM Andreas Unterkircher
  • warn if exilog.conf is readable by others, resolves #128
  • check if exilog.conf exists and is readable by the current user, resolves #132

Signed-off-by: Andreas Unterkircher <>

b06044b1 12/12/2008 11:23 PM Andreas Unterkircher

set version to 0.5.1, update Changelog

Signed-off-by: Andreas Unterkircher <>

6f71c4ad 12/05/2008 08:19 PM Andreas Unterkircher

set lib-path to /usr/lib/exilog instead using FindBin module

Signed-off-by: Andreas Unterkircher <>

420d5ad1 12/05/2008 08:15 PM Andreas Unterkircher

look for exilog.conf in /etc/exilog, resolves #118

Signed-off-by: Andreas Unterkircher <>

0a6e4fae 12/03/2008 08:37 PM Andreas Unterkircher

sort files into their directories. move agent- and cleanup-script into 'agents', all static www-content (icons, stylesheet, javascript, ...) into 'htdocs'. cgi-stuff into 'cgi' and all reused code into 'lib'.

Signed-off-by: Andreas Unterkircher <>