[Bug 269085] [NEW] apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER
JohnBokma
contact at johnbokma.com
Thu Sep 11 18:48:21 BST 2008
Public bug reported:
Binary package hint: apache2
Line 86 of /usr/sbin/apache2ctl is as follows (Ubuntu 8.04 Desktop
edition, i386):
install -d -o ${APACHE2_RUN_USER:-www-data} /var/lock/apache2
I guess this should be:
install -d -o ${APACHE_RUN_USER:-www-data} /var/lock/apache2
i.e. no 2 after APACHE, because all envvars in /etc/apache2/envvars have no 2 in their name.
(It currently magically works because of the provided default of www-data)
** Affects: apache2 (Ubuntu)
Importance: Undecided
Status: New
--
apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER
https://bugs.launchpad.net/bugs/269085
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list