Bug#286307: logcheck rules file

2004-12-19 Thread Ognyan Kulev

Package: webmin
Version: 1.160-2
Severity: wishlist
Tags: patch

webmin has no logcheck rules.  I've create simple ones.  The logcheck 
rules file is attached.


Regards,
ogi
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ webmin\[[0-9]+\]: Successful login as 
\([[:alnum:]-]+\) from .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ webmin\[[0-9]+\]: Timeout of 
\([[:alnum:]-]+\)$


Bug#286307: Updated logcheck webmin rules

2004-12-20 Thread Ognyan Kulev

Updated logcheck webmin rules are attached.

Regards,
ogi
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ webmin\[[0-9]+\]: Successful login as 
([[:alnum:].-]+) from .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ webmin\[[0-9]+\]: Logout by ([[:alnum:].-]+) 
from .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ webmin\[[0-9]+\]: Timeout of 
([[:alnum:].-]+)[[:space:]]*$


Bug#272340: Apache2 is not supported cleanly

2004-10-09 Thread Ognyan Kulev

Jaldhar H. Vyas wrote:

Can you be a bit more specific about which configuration changes need to
be done for apache2?


Simply said, references to apache should become apache2.  For example, 
here are the changes in my apache module config:


Apache server root directory:   /etc/apache2
Path to httpd executable:   /usr/sbin/apache2
Path to the apachectl comman:   /usr/sbin/apache2ctl
Path to Apache PID file:/var/run/apache2.pid

Along with the symbolic link, this should be at least documented in 
README.Debian.  It's more work to choose apache or apache2 via debconf 
question.


Regards,
ogi