- correct UserDir directive in default config (#449815)
This commit is contained in:
parent
9aea0b611d
commit
0a6d82dc32
@ -351,11 +351,11 @@ DocumentRoot "/var/www/html"
|
|||||||
# of a username on the system (depending on home directory
|
# of a username on the system (depending on home directory
|
||||||
# permissions).
|
# permissions).
|
||||||
#
|
#
|
||||||
UserDir disable
|
UserDir disabled
|
||||||
|
|
||||||
#
|
#
|
||||||
# To enable requests to /~user/ to serve the user's public_html
|
# 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:
|
# the following line instead:
|
||||||
#
|
#
|
||||||
#UserDir public_html
|
#UserDir public_html
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.2.8
|
Version: 2.2.8
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -475,6 +475,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/*.sh
|
%{_libdir}/httpd/build/*.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 4 2008 Joe Orton <jorton@redhat.com> 2.2.8-4
|
||||||
|
- correct UserDir directive in default config (#449815)
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.8-3
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.8-3
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user