From 0a6d82dc328e04d203b7b06bc837f83b87c424e7 Mon Sep 17 00:00:00 2001 From: jorton Date: Jun 04 2008 11:33:29 +0000 Subject: - correct UserDir directive in default config (#449815) --- diff --git a/httpd.conf b/httpd.conf index a057e7b..0a1235d 100644 --- a/httpd.conf +++ b/httpd.conf @@ -351,11 +351,11 @@ DocumentRoot "/var/www/html" # of a username on the system (depending on home directory # permissions). # - UserDir disable + UserDir disabled # # To enable requests to /~user/ to serve the user's public_html - # directory, remove the "UserDir disable" line above, and uncomment + # directory, remove the "UserDir disabled" line above, and uncomment # the following line instead: # #UserDir public_html diff --git a/httpd.spec b/httpd.spec index a5a21f3..731f241 100644 --- a/httpd.spec +++ b/httpd.spec @@ -6,7 +6,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.2.8 -Release: 3 +Release: 4 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -475,6 +475,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Wed Jun 4 2008 Joe Orton 2.2.8-4 +- correct UserDir directive in default config (#449815) + * Tue Feb 19 2008 Fedora Release Engineering - 2.2.8-3 - Autorebuild for GCC 4.3