[Pkg-apache-commits] r1199 - in /trunk/apache2: README.Debian changelog

sf at alioth.debian.org sf at alioth.debian.org
Fri Jul 16 16:48:50 UTC 2010


Author: sf
Date: Fri Jul 16 16:48:48 2010
New Revision: 1199

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1199
Log:
Add a separate entry in README.Debian about the need to use apache2ctl
for starting instead of calling apache2 directly

Modified:
    trunk/apache2/README.Debian
    trunk/apache2/changelog

Modified: trunk/apache2/README.Debian
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/README.Debian?rev=1199&op=diff
==============================================================================
--- trunk/apache2/README.Debian (original)
+++ trunk/apache2/README.Debian Fri Jul 16 16:48:48 2010
@@ -365,3 +365,8 @@
             php_admin_value engine Off
         </IfModule>
     </Directory>
+
+9) Message "apache2: bad user name ${APACHE_RUN_USER}" when starting apache2
+   directly
+
+Use apache2ctl (it accepts all options of apache2).

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1199&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Fri Jul 16 16:48:48 2010
@@ -1,6 +1,8 @@
 apache2 (2.2.15-6) UNRELEASED; urgency=low
 
   * Fix init script not correctly killing htcacheclean. Closes: #580971
+  * Add a separate entry in README.Debian about the need to use apache2ctl
+    for starting instead of calling apache2 directly. Closes: #580445
   * Update the postrm script to also purge the version of /var/www/index.html
     introduced in 2.2.11-7.
 




More information about the Pkg-apache-commits mailing list