[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#450654: marked as done (/etc/init.d/apache2 creates /var/lock/apache2 with wrong permissions)



Your message dated Thu, 8 Nov 2007 21:55:23 +0100
with message-id <200711082155.24057.sf@sfritsch.de>
and subject line Bug#450654: /etc/init.d/apache2 creates /var/lock/apache2 with wrong permissions
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch1
Severity: important
Tags: patch

/etc/init.d/apache2 creates the /var/lock/apache2 directory with owner and group set to root.
It should have the apache group "www-data" and chmod g+rw in order for some modules to work, 
e.g. dav_fs.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork        2.2.3-4+etch1 Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information
125c125
< 		[ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2
---
> 		[ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2 ; chgrp www-data /var/lock/apache2 ; chmod g+rwx /var/lock/apache2

--- End Message ---
--- Begin Message ---
Version: 2.2.3-4+etch2

On Thursday 08 November 2007, Mikael Ståldal wrote:
> /etc/init.d/apache2 creates the /var/lock/apache2 directory with
> owner and group set to root. It should have the apache group
> "www-data" and chmod g+rw in order for some modules to work, e.g.
> dav_fs.

This will be fixed in etch r2, which will hopefully be released soon.


--- End Message ---

Reply to: