Re: Strange apache behaviour? (solved)

2001-12-09 Thread Bob Billson
On Sun, Dec 09, 2001 at 01:16:03PM +1100, Jason Lim wrote: I know about that option... but it doesn't CHMOD... it only chowns. Right. And look at /etc/cron.daily/apache. You'll see where owner/permissions are set depending on its value, as Pete said. Edit to suit your situation.

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Jason Lim
] To: [EMAIL PROTECTED] Sent: Monday, December 10, 2001 2:02 AM Subject: Re: Strange apache behaviour? (solved) On Sun, Dec 09, 2001 at 01:16:03PM +1100, Jason Lim wrote: I know about that option... but it doesn't CHMOD... it only chowns. Right. And look at /etc/cron.daily/apache. You'll see

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Bob Billson
On Mon, Dec 10, 2001 at 05:28:00AM +1100, Jason Lim wrote: Yeap, I already replied on that and posted the correct lines to change. Sorry, I was having a mental moment. :) apache builds, I was suggesting that this could be an optional feature maybe made in /etc/apache/cron.conf, I agree.

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Craig Sanders
On Sun, Dec 09, 2001 at 08:19:52PM -0500, Bob Billson wrote: apache builds, I was suggesting that this could be an optional feature maybe made in /etc/apache/cron.conf, I agree. Why not file a wishlist bug report against apache? /etc/cron.daily/apache is marked as a conf file, so the

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Bob Billson
On Sun, Dec 09, 2001 at 01:16:03PM +1100, Jason Lim wrote: I know about that option... but it doesn't CHMOD... it only chowns. Right. And look at /etc/cron.daily/apache. You'll see where owner/permissions are set depending on its value, as Pete said. Edit to suit your situation.

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Jason Lim
] To: debian-isp@lists.debian.org Sent: Monday, December 10, 2001 2:02 AM Subject: Re: Strange apache behaviour? (solved) On Sun, Dec 09, 2001 at 01:16:03PM +1100, Jason Lim wrote: I know about that option... but it doesn't CHMOD... it only chowns. Right. And look at /etc/cron.daily/apache. You'll

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Bob Billson
On Mon, Dec 10, 2001 at 05:28:00AM +1100, Jason Lim wrote: Yeap, I already replied on that and posted the correct lines to change. Sorry, I was having a mental moment. :) apache builds, I was suggesting that this could be an optional feature maybe made in /etc/apache/cron.conf, I agree. Why

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Craig Sanders
On Sun, Dec 09, 2001 at 08:19:52PM -0500, Bob Billson wrote: apache builds, I was suggesting that this could be an optional feature maybe made in /etc/apache/cron.conf, I agree. Why not file a wishlist bug report against apache? /etc/cron.daily/apache is marked as a conf file, so the

Re: Strange apache behaviour? (solved)

2001-12-09 Thread Bob Billson
On Mon, Dec 10, 2001 at 12:57:02PM +1100, Craig Sanders wrote: /etc/cron.daily is a conffile and will not be overwritten on upgrade without dpkg asking you for permission. hmm... Strange. It happened twice on two different machines. I considered it a minor issue at the time. bob

Re: Strange apache behaviour? (solved)

2001-12-08 Thread Jason Lim
I know about that option... but it doesn't CHMOD... it only chowns. - Original Message - From: Bob Billson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 11:58 AM Subject: Re: Strange apache behaviour? (solved) On Sun, Dec 09, 2001 at 08:05:17AM +1100, Jason

Re: Strange apache behaviour? (solved)

2001-12-08 Thread Jason Lim
Thanks... The lines to change are: do if [ -f $LOG ] then if [ $APACHE_CHOWN_LOGFILES = 1 ] then savelog -c $APACHE_OLD_LOGS -m 640 -u $USR -g $GRP \ $LOG /dev/null else savelog -c

Re: Strange apache behaviour? (solved)

2001-12-08 Thread Bob Billson
On Sun, Dec 09, 2001 at 08:05:17AM +1100, Jason Lim wrote: Perhaps Johnie could make this an optional setting in /etc/apache/cron.conf or something like that...? There is: .# Whether to chown logfiles to the user/group Apache runs as. APACHE_CHOWN_LOGFILES=0 ^^ This should

Re: Strange apache behaviour? (solved)

2001-12-08 Thread Jason Lim
I know about that option... but it doesn't CHMOD... it only chowns. - Original Message - From: Bob Billson [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Sunday, December 09, 2001 11:58 AM Subject: Re: Strange apache behaviour? (solved) On Sun, Dec 09, 2001 at 08:05:17AM +1100