[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-06-18 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Fix Committed = Fix Released

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-06-18 Thread Mathias Gug
Thanks taking the time to report this bug and helping to make Ubuntu
better. However, I am closing it because the bug has been fixed in the
latest development version of Ubuntu - the Gutsy Gibbon.

If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions for How to request new packages at
https://help.ubuntu.com/community/UbuntuBackports#request-new-packages .

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-05-29 Thread Rob Caskey
Indeed, same problem following upgrade from edgy=feisty, fixed by a
chown/chmod.

** Changed in: apache2 (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-05-21 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown = Fix Committed

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-05-20 Thread Jyrki Muukkonen
** Bug watch added: Debian Bug tracker #420101
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420101

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420101
   Importance: Unknown
   Status: Unknown

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109250] Re: /etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after directory creation

2007-05-09 Thread Maurizio Parton
I confirm this bug. Moreover, in the package apache2-common for edgy,
the line is present:

/etc/init.d/apache2from package
apache2-common_2.0.55-4ubuntu4_i386.deb (edgy)

case $1 in
start)
[ -f /etc/apache2/httpd.conf ] || touch /etc/apache2/httpd.conf
# ssl_scache shouldn't be here if we're just starting up.
[ -f /var/run/apache2/ssl_scache ]  rm -f 
/var/run/apache2/*ssl_scache*
# /var/run and /var/lock could be on a tmpfs
[ ! -d /var/run/apache2 ]  mkdir /var/run/apache2
[ ! -d /var/lock/apache2 ]  mkdir /var/lock/apache2
# Make sure /var/lock/apache2 has the correct permissions
chown www-data /var/lock/apache2

log_begin_msg Starting apache 2.0 web server...
if $APACHE2CTL startssl; then
log_end_msg 0
else
log_end_msg 1
fi
;;

/etc/init.d/apache2from package
apache2.2-common_2.2.3-3.2build1_i386.deb (feisty)

case $1 in
start)
[ -f /etc/apache2/httpd.conf ] || touch /etc/apache2/httpd.conf
[ -d /var/run/apache2 ] || mkdir -p /var/run/apache2
[ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2
#ssl_scache shouldn't be here if we're just starting up.
[ -f /var/run/apache2/ssl_scache ]  rm -f 
/var/run/apache2/*ssl_scache*
log_begin_msg Starting web server (apache2)...
if $APACHE2CTL start; then
log_end_msg 0
else
log_end_msg 1
fi
;;

Not yet solved in gutsy:
/etc/init.d/apache2from package 
apache2.2-common_2.2.3-4_i386.deb (gutsy)

case $1 in
start)
[ -f /etc/apache2/httpd.conf ] || touch /etc/apache2/httpd.conf
[ -d /var/run/apache2 ] || mkdir -p /var/run/apache2
[ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2
#ssl_scache shouldn't be here if we're just starting up.
[ -f /var/run/apache2/ssl_scache ]  rm -f 
/var/run/apache2/*ssl_scache*
log_begin_msg Starting web server (apache2)...
if $APACHE2CTL start; then
log_end_msg 0
else
log_end_msg 1
fi
;;

-- 
/etc/init.d/apache2 doesn't do chown www-data /var/lock/apache2 after 
directory creation
https://bugs.launchpad.net/bugs/109250
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs